Home
last modified time | relevance | path

Searched defs:MAX_CHANNELS (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dpsy_main.c249 PSY_DATA psyData[MAX_CHANNELS], in psyMain()
250 TNS_DATA tnsData[MAX_CHANNELS], in psyMain()
253 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in psyMain()
630 static Word16 advancePsychLongMS (PSY_DATA psyData[MAX_CHANNELS], in advancePsychLongMS()
797 static Word16 advancePsychShortMS (PSY_DATA psyData[MAX_CHANNELS], in advancePsychShortMS()
Dadj_thr.c71 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in calcThreshExp()
94 static void adaptMinSnr(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in adaptMinSnr()
165 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in initAvoidHoleFlag()
332 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in calcPeNoAH()
367 static void reduceThresholds(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in reduceThresholds()
414 static void correctThresh(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in correctThresh()
528 static void reduceMinSnr(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in reduceMinSnr()
578 static void allowMoreHoles(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in allowMoreHoles()
733 static void adaptThresholdsToPe(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in adaptThresholdsToPe()
1126 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in AdjustThresholds()
Dline_pe.c41 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in prepareSfbPe()
72 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in calcSfbPe()
Dqc_main.c258 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], /* may be modified in-place */ in QCMain()
260 QC_OUT_CHANNEL qcOutChannel[MAX_CHANNELS], /* out */ in QCMain()
Dstat_bits.c179 Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in countStaticBitdemand()
Dsf_estim.c847 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in CalcFormFactor()
864 EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in EstimateScaleFactors()
865 QC_OUT_CHANNEL qcOutChannel[MAX_CHANNELS], in EstimateScaleFactors()
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dconfig.h26 #define MAX_CHANNELS 2 macro