HomeSort by relevance Sort by last modified time
    Searched refs:noiseLevels (Results 1 - 5 of 5) sorted by null

  /external/aac/libSBRenc/src/
nf_est.h 117 FIXP_DBL *noiseLevels, /*!< Pointer to vector to store the noise levels in.*/
ton_corr.h 160 FIXP_DBL * noiseLevels, /*!< Vector where the noise levels will be stored. */
nf_est.cpp 120 smoothingOfNoiseLevels(FIXP_DBL *NoiseLevels, /*!< pointer to noise-floor levels.*/
134 FDKmemcpy(prevNoiseLevels[i],NoiseLevels+env*noNoiseBands,noNoiseBands*sizeof(FIXP_DBL));
141 FDKmemcpy(prevNoiseLevels[NF_SMOOTHING_LENGTH - 1],NoiseLevels+env*noNoiseBands,noNoiseBands*sizeof(FIXP_DBL));
150 NoiseLevels[band+ env*noNoiseBands] = accu<<1;
295 FIXP_DBL *noiseLevels, /*!< Pointer to vector to store the noise levels in.*/
337 qmfBasedNoiseFloorDetection(&noiseLevels[band + env*noNoiseBands],
357 smoothingOfNoiseLevels(noiseLevels,
369 noiseLevels[band + env*noNoiseBands] =
370 (FIXP_DBL)NOISE_FLOOR_OFFSET_64 - (FIXP_DBL)CalcLdData(noiseLevels[band + env*noNoiseBands]+(FIXP_DBL)1) + QuantOffset;
ton_corr.cpp 332 FIXP_DBL * noiseLevels, /*!< Vector where the noise levels will be stored. */
427 noiseLevels,
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 518 FIXP_SGL *noiseLevels = hFrameData->sbrNoiseFloorLevel;
625 noiseLevels += noNoiseBands; /* The noise floor data is stored in a row [noiseFloor1 noiseFloor2...].*/
670 FIXP_SGL * pNoiseLevels = noiseLevels;
    [all...]

Completed in 309 milliseconds