OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noiselevels
(Results
1 - 6
of
6
) sorted by null
/external/aac/libSBRenc/src/
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;
296
FIXP_DBL *
noiseLevels
, /*!< Pointer to vector to store the noise levels in.*/
338
qmfBasedNoiseFloorDetection(&
noiseLevels
[band + env*noNoiseBands],
358
smoothingOfNoiseLevels(
noiseLevels
,
370
noiseLevels
[band + env*noNoiseBands] =
371
(FIXP_DBL)NOISE_FLOOR_OFFSET_64 - (FIXP_DBL)CalcLdData(
noiseLevels
[band + env*noNoiseBands]+(FIXP_DBL)1) + QuantOffset;
nf_est.h
117
FIXP_DBL *
noiseLevels
, /*!< Pointer to vector to store the noise levels in.*/
env_est.cpp
449
FIXP_DBL *RESTRICT
NoiseLevels
, /*! the noise levels */
458
/* tmp =
NoiseLevels
[i] > (PFLOAT)30.0f ? 30: (INT) (
NoiseLevels
[i] + (PFLOAT)0.5); */
460
if ((FIXP_DBL)
NoiseLevels
[i] > FL2FXCONST_DBL(0.46875f)) {
464
/* tmp = (INT)((FIXP_DBL)
NoiseLevels
[i] + (FL2FXCONST_DBL(0.5f)>>(*/ /* FRACT_BITS+ */ /* 6-1)));*/
467
tmp = ((((INT)
NoiseLevels
[i])>>(DFRACT_BITS-1-LD_DATA_SHIFT)) ); /* conversion to integer */
[
all
...]
ton_corr.h
160
FIXP_DBL *
noiseLevels
, /*!< Vector where the noise levels will be stored. */
ton_corr.cpp
330
FIXP_DBL *
noiseLevels
, /*!< Vector where the noise levels will be stored. */
425
noiseLevels
,
[
all
...]
/external/aac/libSBRdec/src/
env_calc.cpp
527
FIXP_SGL *
noiseLevels
= hFrameData->sbrNoiseFloorLevel;
634
noiseLevels
+= noNoiseBands; /* The noise floor data is stored in a row [noiseFloor1 noiseFloor2...].*/
679
FIXP_SGL * pNoiseLevels =
noiseLevels
;
[
all
...]
Completed in 108 milliseconds