Searched refs:sfbThrExp (Results 1 – 1 of 1) sorted by relevance
881 FIXP_DBL sfbThrExp; in FDKaacEnc_reduceThresholdsCBR() local889 sfbThrExp = thrExp[ch][sfbGrp+sfb]; in FDKaacEnc_reduceThresholdsCBR()897 …int minScale = fixMin(CountLeadingBits(sfbThrExp), CountLeadingBits(redVal) - (DFRACT_BITS-1-redVa… in FDKaacEnc_reduceThresholdsCBR()900 …sfbThrReducedLdData = CalcLdData(fAbs(scaleValue(sfbThrExp, minScale) + scaleValue(redVal,(DFRACT_… in FDKaacEnc_reduceThresholdsCBR()986 FIXP_DBL sfbEnLdData, sfbThrLdData, sfbThrExp; in FDKaacEnc_reduceThresholdsVBR() local1091 sfbThrExp = thrExp[ch][sfbGrp+sfb]; in FDKaacEnc_reduceThresholdsVBR()1101 …sfbThrExp = fMult(sfbThrExp, fMult( FL2FXCONST_DBL(2.82f/4.f), invSqrt4[psyOutChan->groupLen[group… in FDKaacEnc_reduceThresholdsVBR()1103 if ( sfbThrExp <= (limitThrReducedLdData-redVal[groupNumber]) ) { in FDKaacEnc_reduceThresholdsVBR()1107 if ((FIXP_DBL)redVal[groupNumber] >= FL2FXCONST_DBL(1.0f)-sfbThrExp) in FDKaacEnc_reduceThresholdsVBR()1111 sfbThrReducedLdData = CalcLdData(sfbThrExp + redVal[groupNumber]); in FDKaacEnc_reduceThresholdsVBR()[all …]