HomeSort by relevance Sort by last modified time
    Searched refs:startSfb (Results 1 - 6 of 6) sorted by null

  /external/aac/libAACenc/src/
pnsparam.h 124 short startSfb;
sf_estim.cpp 276 INT startSfb, INT stopSfb) {
283 sfbLast = startSfb;
286 sfbPrev = startSfb - 1;
323 FIXP_DBL *sfbNRelevantLines, INT startSfb, INT stopSfb) {
329 for (sfb = startSfb; sfb < stopSfb; sfb++) {
634 INT sfb, startSfb, stopSfb;
668 startSfb = sfb;
676 if (startSfb < sfbCnt) {
678 for (sfb = startSfb; sfb < stopSfb; sfb++) {
690 for (sfb = startSfb; sfb < stopSfb; sfb++)
    [all...]
noisedet.cpp 168 if (sfb < np->startSfb || sfbWidth < np->minSfbWidth) {
pnsparam.cpp 545 np->startSfb = FDKaacEnc_FreqToBandWidthRounding(
aacenc_pns.cpp 216 startNoiseSfb = pnsConf->np.startSfb;
adj_thr.cpp     [all...]

Completed in 479 milliseconds