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 121 INT maxSfbPerGroup;
psy_main.cpp 453 INT maxSfbPerGroup[(2)];
    [all...]
adj_thr.cpp 391 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
421 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
438 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
477 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++)
482 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++)
494 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
501 if (sfb < psyOutChannel[ch]->maxSfbPerGroup-1)
540 for (sfb=0; sfb<psyOutChanM->maxSfbPerGroup; sfb++) {
587 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
631 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 258 Word16 maxSfbPerGroup[MAX_CHANNELS];
329 maxSfbPerGroup[ch] = sfb + 1;
368 &maxSfbPerGroup[ch],
382 maxSfbPerGroup[0] = maxSfbPerGroup[1] = max(maxSfbPerGroup[0], maxSfbPerGroup[1]);
400 maxSfbPerGroup[0],
417 maxSfbPerGroup[0],
440 maxSfbPerGroup[ch]
    [all...]

Completed in 308 milliseconds