Searched refs:scaleFactorBandsTotal (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | conceal.cpp | 930 int scaleFactorBandsTotal = in CConcealment_ApplyInter() local 954 scaleFactorBandsTotal, pSfbOffset); in CConcealment_ApplyInter() 959 int scaleFactorBandsTotal = in CConcealment_ApplyInter() local 993 sfbEnergyPrev, sfbEnergyAct, scaleFactorBandsTotal, pSfbOffset); in CConcealment_ApplyInter() 1001 int scaleFactorBandsTotal = in CConcealment_ApplyInter() local 1043 sfbEnergyAct, scaleFactorBandsTotal, pSfbOffset); in CConcealment_ApplyInter() 1125 int line, sfb, scaleFactorBandsTotal = 0; in CConcealment_CalcBandEnergy() local 1139 scaleFactorBandsTotal = in CConcealment_CalcBandEnergy() 1143 for (sfb = 0; sfb < scaleFactorBandsTotal; sfb++) { in CConcealment_CalcBandEnergy() 1156 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()
|