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

  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
line_pe.h 50 Word32 thrExp[MAX_CHANNELS][MAX_GROUPED_SFB];
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
adj_thr.c 66 static void calcThreshExp(Word32 thrExp[MAX_CHANNELS][MAX_GROUPED_SFB],
75 pthrExp = &(thrExp[ch][sfbGrp]);
365 Word32 thrExp[MAX_CHANNELS][MAX_GROUPED_SFB],
382 Word32 tmp = thrExp[ch][sfbGrp+sfb] + redVal;
413 Word32 thrExp[MAX_CHANNELS][MAX_GROUPED_SFB],
438 Word32 redThrExp = thrExp[ch][sfbGrp+sfb] + redVal;
745 calcThreshExp(peData->thrExp, psyOutChannel, nChannels);
762 reduceThresholds(psyOutChannel, peData->ahFlag, peData->thrExp, nChannels, redVal);
789 reduceThresholds(psyOutChannel, peData->ahFlag, peData->thrExp, nChannels, redVal);
801 correctThresh(psyOutChannel, peData->ahFlag, peData, peData->thrExp, redVal
    [all...]

Completed in 64 milliseconds