Searched refs:chBitDistribution (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dadj_thr.h45 Word16 *chBitDistribution,
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dqc_main.c266 Word16 chBitDistribution[MAX_CHANNELS]; local
300 chBitDistribution,
321 maxChDynBits[ch] = extract_l(chBitDistribution[ch] * maxDynBits / 1000);
H A Dadj_thr.c1128 Word16 *chBitDistribution,
1200 chBitDistribution[ch] = 200;
1204 chBitDistribution[ch] = chBitDistribution[ch] +
1124 AdjustThresholds(ADJ_THR_STATE *adjThrState, ATS_ELEMENT *AdjThrStateElement, PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], PSY_OUT_ELEMENT *psyOutElement, Word16 *chBitDistribution, Word16 logSfbEnergy[MAX_CHANNELS][MAX_GROUPED_SFB], Word16 sfbNRelevantLines[MAX_CHANNELS][MAX_GROUPED_SFB], QC_OUT_ELEMENT *qcOE, ELEMENT_BITS *elBits, const Word16 nChannels, const Word16 maxBitFac) argument

Completed in 57 milliseconds