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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c534 Word16 ch, sfb, sfbSubWin; local
538 sfbSubWin = psyOutChannel[0].maxSfbPerGroup;
539 while (peData->pe > desiredPe && sfbSubWin > 0) {
541 sfbSubWin = sfbSubWin - 1;
543 for (sfb=sfbSubWin; sfb<psyOutChannel[0].sfbCnt;

Completed in 33 milliseconds