Searched defs:startSfb (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACenc/src/
H A Dpnsparam.h113 short startSfb; member in struct:__anon283
H A Dsf_estim.cpp259 INT startSfb,
268 sfbLast = startSfb;
272 sfbPrev = startSfb - 1;
311 INT startSfb,
319 for (sfb=startSfb; sfb<stopSfb; sfb++) {
647 INT sfb, startSfb, stopSfb; local
683 startSfb = sfb;
691 if (startSfb < sfbCnt) {
693 for (sfb=startSfb; sfb<stopSfb; sfb++) {
705 for (sfb=startSfb; sf
256 FDKaacEnc_countScfBitsDiff(INT *scfOld, INT *scfNew, INT sfbCnt, INT startSfb, INT stopSfb) argument
304 FDKaacEnc_calcSpecPeDiff(PSY_OUT_CHANNEL *psyOutChan, QC_OUT_CHANNEL *qcOutChannel, INT *scfOld, INT *scfNew, FIXP_DBL *sfbConstPePart, FIXP_DBL *sfbFormFactorLdData, FIXP_DBL *sfbNRelevantLines, INT startSfb, INT stopSfb) argument
788 INT sfb, startSfb, stopSfb; local
[all...]
H A Dadj_thr.cpp1517 INT startSfb[2]; local
1525 /* do not go below startSfb */
1528 startSfb[ch] = AdjThrStateElement[elementId]->ahParam.startSfbL;
1530 startSfb[ch] = AdjThrStateElement[elementId]->ahParam.startSfbS;
1541 sfb=startSfb[ch];
1598 if (maxSfbPerGroup[ch]>=startSfb[ch]) { /* sfb in next channel */

Completed in 315 milliseconds