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

  /external/aac/libAACenc/src/
pnsparam.h 113 short startSfb;
sf_estim.cpp 259 INT startSfb,
268 sfbLast = startSfb;
272 sfbPrev = startSfb - 1;
311 INT startSfb,
319 for (sfb=startSfb; sfb<stopSfb; sfb++) {
639 INT sfb, startSfb, stopSfb;
675 startSfb = sfb;
683 if (startSfb < sfbCnt) {
685 for (sfb=startSfb; sfb<stopSfb; sfb++) {
697 for (sfb=startSfb; sfb<stopSfb; sfb++)
    [all...]
adj_thr.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c 279 Word16 sfbCnt, Word16 startSfb, Word16 stopSfb)
289 sfbLast = startSfb;
295 sfbPrev = startSfb - 1;
334 Word16 startSfb,
343 for (sfb=startSfb; sfb<stopSfb; sfb++) {
568 Word32 sfb, startSfb, stopSfb, scfMin, scfMax, scfAct;
607 startSfb = sfb;
617 if (startSfb < sfbCnt) {
619 for (sfb=startSfb; sfb<stopSfb; sfb++) {
635 for (sfb=startSfb; sfb<stopSfb; sfb++)
    [all...]
adj_thr.c 630 Word16 startSfb[2];
639 /* do not go below startSfb */
643 startSfb[ch] = ahParam->startSfbL;
645 startSfb[ch] = ahParam->startSfbS;
653 for (sfb=startSfb[ch]; sfb<psyOutChan->sfbCnt; sfb++) {
681 minSfb = startSfb[0];
685 minSfb = min(minSfb, startSfb[1]);
696 if (sfb>=startSfb[ch] && sfb<psyOutChan->sfbCnt) {
    [all...]

Completed in 132 milliseconds