Searched refs:pbThresholdNm1 (Results 1 – 2 of 2) sorted by relevance
106 void FDKaacEnc_InitPreEchoControl(FIXP_DBL *RESTRICT pbThresholdNm1, in FDKaacEnc_InitPreEchoControl() argument112 FDKmemcpy(pbThresholdNm1, sfbPcmQuantThreshold, numPb * sizeof(FIXP_DBL)); in FDKaacEnc_InitPreEchoControl()117 void FDKaacEnc_PreEchoControl(FIXP_DBL *RESTRICT pbThresholdNm1, in FDKaacEnc_PreEchoControl() argument131 FDKmemcpy(pbThresholdNm1, pbThreshold, numPb * sizeof(FIXP_DBL)); in FDKaacEnc_PreEchoControl()144 tmpThreshold1 = maxAllowedIncreaseFactor * (pbThresholdNm1[i] >> scaling); in FDKaacEnc_PreEchoControl()150 pbThresholdNm1[i] = tmp; in FDKaacEnc_PreEchoControl()161 tmpThreshold1 = (maxAllowedIncreaseFactor >> 1) * pbThresholdNm1[i]; in FDKaacEnc_PreEchoControl()165 pbThresholdNm1[i] = pbThreshold[i]; in FDKaacEnc_PreEchoControl()
112 void FDKaacEnc_PreEchoControl(FIXP_DBL *pbThresholdNm1, INT calcPreEcho,