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

  /external/aac/libAACenc/src/
dyn_bits.h 121 INT maxSfbPerGroup;
157 const INT maxSfbPerGroup,
interface.h 120 INT maxSfbPerGroup;
psy_main.cpp 456 INT maxSfbPerGroup[(2)];
    [all...]
adj_thr.cpp 161 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
191 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
208 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
247 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++)
252 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++)
264 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
271 if (sfb < psyOutChannel[ch]->maxSfbPerGroup-1)
310 for (sfb=0; sfb<psyOutChanM->maxSfbPerGroup; sfb++) {
357 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
401 psyOutChan->maxSfbPerGroup);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h 56 Word16 maxSfbPerGroup;
77 const Word16 maxSfbPerGroup,
interface.h 53 Word16 maxSfbPerGroup;
100 const Word16 maxSfbPerGroup,
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_main.c 254 Word16 maxSfbPerGroup[MAX_CHANNELS];
325 maxSfbPerGroup[ch] = sfb + 1;
364 &maxSfbPerGroup[ch],
378 maxSfbPerGroup[0] = maxSfbPerGroup[1] = max(maxSfbPerGroup[0], maxSfbPerGroup[1]);
396 maxSfbPerGroup[0],
413 maxSfbPerGroup[0],
436 maxSfbPerGroup[ch]
    [all...]

Completed in 306 milliseconds