Searched refs:scaleFactorBandsTotal (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | conceal.cpp | 932 int scaleFactorBandsTotal = in CConcealment_ApplyInter() local 956 scaleFactorBandsTotal, pSfbOffset); in CConcealment_ApplyInter() 961 int scaleFactorBandsTotal = in CConcealment_ApplyInter() local 995 sfbEnergyPrev, sfbEnergyAct, scaleFactorBandsTotal, pSfbOffset); in CConcealment_ApplyInter() 1003 int scaleFactorBandsTotal = in CConcealment_ApplyInter() local 1045 sfbEnergyAct, scaleFactorBandsTotal, pSfbOffset); in CConcealment_ApplyInter() 1127 int line, sfb, scaleFactorBandsTotal = 0; in CConcealment_CalcBandEnergy() local 1141 scaleFactorBandsTotal = in CConcealment_CalcBandEnergy() 1145 for (sfb = 0; sfb < scaleFactorBandsTotal; sfb++) { in CConcealment_CalcBandEnergy() 1158 scaleFactorBandsTotal = in CConcealment_CalcBandEnergy() [all …]
|
D | stereo.h | 208 int cplxPredictionActiv, int scaleFactorBandsTotal,
|
D | stereo.cpp | 121 int cplxPredictionActiv, int scaleFactorBandsTotal, in CJointStereo_Read() argument 180 if ((band + 1) < scaleFactorBandsTotal) { in CJointStereo_Read()
|