Searched refs:minRemainingThresholdFactor (Results 1 - 5 of 5) sorted by relevance
/external/aac/libAACenc/src/ |
H A D | pre_echo_control.h | 108 FIXP_SGL minRemainingThresholdFactor,
|
H A D | pre_echo_control.cpp | 112 FIXP_SGL minRemainingThresholdFactor, 138 tmpThreshold2 = fMult(minRemainingThresholdFactor, pbThreshold[i]); 156 tmpThreshold2 = fMult(minRemainingThresholdFactor, pbThreshold[i]); 108 FDKaacEnc_PreEchoControl(FIXP_DBL *RESTRICT pbThresholdNm1, INT calcPreEcho, INT numPb, INT maxAllowedIncreaseFactor, FIXP_SGL minRemainingThresholdFactor, FIXP_DBL *RESTRICT pbThreshold, INT mdctScale, INT *mdctScalenm1) argument
|
H A D | psy_configuration.h | 119 FIXP_SGL minRemainingThresholdFactor; member in struct:__anon118
|
H A D | psy_configuration.cpp | 618 psyConf->minRemainingThresholdFactor = (FIXP_SGL)0x0148; /* FL2FXCONST_SGL(0.01f); */ /* fract */
|
H A D | psy_main.cpp | 996 hThisPsyConf[ch]->minRemainingThresholdFactor,
|
Completed in 312 milliseconds