Home
last modified time | relevance | path

Searched refs:sComp (Results 1 – 9 of 9) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/agreement/
H A DDHUnifiedAgreement.java37 BigInteger sComp = sAgree.calculateAgreement(pubParams.getStaticPublicKey()); in calculateAgreement() local
46 BigIntegers.asUnsignedByteArray(sComp, result, fieldSize, fieldSize); in calculateAgreement()
H A DECDHCUnifiedAgreement.java37 BigInteger sComp = sAgree.calculateAgreement(pubParams.getStaticPublicKey()); in calculateAgreement() local
46 BigIntegers.asUnsignedByteArray(sComp, result, fieldSize, fieldSize); in calculateAgreement()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/network/
H A DNetworkBookItem.cpp27 const int sComp = SortKey.compare(data.SortKey); in operator <() local
28 return (sComp < 0) || (sComp == 0 && DisplayName < data.DisplayName); in operator <()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dcompressor.cpp413 c->sComp.set_sample_rate(sr); in update_sample_rate()
500 c->sComp.set_threshold(attack, release); in update_settings()
502 c->sComp.set_ratio(c->pRatio->getValue()); in update_settings()
503 c->sComp.set_knee(c->pKnee->getValue()); in update_settings()
505 c->sComp.set_mode(mode); in update_settings()
511 if (c->sComp.modified()) in update_settings()
513 c->sComp.update_settings(); in update_settings()
566 c->vGain[i] = c->sComp.process(&c->vEnv[i], scin); in process_feedback()
575 c->sComp.process(c->vGain, c->vEnv, c->vSc, samples); in process_non_feedback()
965 c->sComp.curve(b->v[1], b->v[0], width); in inline_display()
[all …]
H A Dmb_compressor.cpp799 b->sComp.set_mode(mode); in update_settings()
800 b->sComp.set_threshold(attack, release); in update_settings()
801 b->sComp.set_timings(b->pAttTime->getValue(), b->pRelTime->getValue()); in update_settings()
802 b->sComp.set_ratio(b->pRatio->getValue()); in update_settings()
803 b->sComp.set_knee(b->pKnee->getValue()); in update_settings()
806 if (b->sComp.modified()) in update_settings()
808 b->sComp.update_settings(); in update_settings()
1105 b->sComp.set_sample_rate(sr); in update_sample_rate()
1247 b->sComp.process(b->vVCA, vEnv, vBuffer, to_process); // Output in process()
1253 b->pMeterGain->setValue(b->sComp.reduction(lvl)); in process()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dcompressor.h90 Compressor sComp; // Compression module member
H A Dmb_compressor.h62 Compressor sComp; // Compressor member
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dtregionutil.cpp1301 TStroke sAux, *sComp;
1312 sComp = &sAux;
1314 sComp = s[jj]->m_s;
1316 if (sComp->getNearestChunk(p0, t, index, dist2) && dist2 > 0) {
1319 s[jj]->m_s->getNearestChunk(sComp->getChunk(index)->getPoint(t), t, index,
H A Dtcomputeregions.cpp1591 TStroke sAux, *sComp;
1601 sComp = &sAux;
1603 sComp = s2;
1605 if (sComp->getNearestChunk(p0, t, index, dist2) && dist2 > 0) {
1608 s2->getNearestChunk(sComp->getChunk(index)->getPoint(t), t, index, dummy);