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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dpre_echo_control.h29 Word16 numPb,
34 Word16 numPb,
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpre_echo_control.c37 Word16 numPb,
42 for(pb=0; pb<numPb; pb++) {
56 Word16 numPb,
73 for(i = 0; i < numPb; i++) {
93 for(i = 0; i < numPb; i++) {
36 InitPreEchoControl(Word32 *pbThresholdNm1, Word16 numPb, Word32 *pbThresholdQuiet) argument
55 PreEchoControl(Word32 *pbThresholdNm1, Word16 numPb, Word32 maxAllowedIncreaseFactor, Word16 minRemainingThresholdFactor, Word32 *pbThreshold, Word16 mdctScale, Word16 mdctScalenm1) argument
H A Dpsy_configuration.c141 static void initThrQuiet(Word16 numPb, argument
148 for(i=0; i<numPb; i++) {
158 if (i < (numPb - 1))
187 static void initSpreading(Word16 numPb, argument
213 for(i=0; i<numPb; i++) {
236 pbMaskLoFactor[numPb-1] = 0;
239 pbMaskLoFactorSprEn[numPb-1] = 0;
252 static void initBarcValues(Word16 numPb, argument
263 for(i=0; i<numPb; i++){

Completed in 49 milliseconds