Searched refs:noiseLevels (Results 1 – 5 of 5) sorted by relevance
/external/aac/libSBRenc/src/ |
D | nf_est.cpp | 336 *noiseLevels, /*!< Pointer to vector to store the noise levels in.*/ in FDKsbrEnc_sbrNoiseFloorEstimateQmf() argument 375 &noiseLevels[band + env * noNoiseBands], quotaMatrixOrig, indexVector, in FDKsbrEnc_sbrNoiseFloorEstimateQmf() 387 smoothingOfNoiseLevels(noiseLevels, nNoiseEnvelopes, in FDKsbrEnc_sbrNoiseFloorEstimateQmf() 396 noiseLevels[band + env * noNoiseBands] = in FDKsbrEnc_sbrNoiseFloorEstimateQmf() 398 (FIXP_DBL)CalcLdData(noiseLevels[band + env * noNoiseBands] + in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
|
D | nf_est.h | 145 *noiseLevels, /*!< Pointer to vector to store the noise levels in.*/
|
D | ton_corr.h | 201 FIXP_DBL* noiseLevels, /*!< Vector where the noise levels will be stored. */
|
D | ton_corr.cpp | 363 FIXP_DBL *noiseLevels, /*!< Vector where the noise levels will be stored. */ in FDKsbrEnc_TonCorrParamExtr() argument 447 &hTonCorr->sbrNoiseFloorEstimate, frameInfo, noiseLevels, in FDKsbrEnc_TonCorrParamExtr()
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 901 FIXP_SGL *noiseLevels = hFrameData->sbrNoiseFloorLevel; in calculateSbrEnvelope() local 946 noiseLevels = h_sbr_cal_env->prevSbrNoiseFloorLevel; in calculateSbrEnvelope() 1116 noiseLevels += noNoiseBands; /* The noise floor data is stored in a in calculateSbrEnvelope() 1122 noiseLevels = hFrameData->sbrNoiseFloorLevel; in calculateSbrEnvelope() 1144 noiseLevels += noNoiseBands; /* The noise floor data is stored in a row in calculateSbrEnvelope() 1183 FIXP_SGL *pNoiseLevels = noiseLevels; in calculateSbrEnvelope() 1709 FDK_ASSERT(noiseLevels == in calculateSbrEnvelope() 1728 FDKmemcpy(h_sbr_cal_env->prevSbrNoiseFloorLevel, noiseLevels, in calculateSbrEnvelope()
|