Searched defs:Tilt (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/opus/src/silk/float/ |
H A D | prefilter_FLP.c | 43 silk_float Tilt, /* I */ 103 silk_float HarmShapeGain, Tilt, LF_MA_shp, LF_AR_shp; local 126 Tilt = psEncCtrl->Tilt[ k ]; 145 silk_prefilt_FLP( P, pxw, pxw, HarmShapeFIR, Tilt, LF_MA_shp, LF_AR_shp, lag, psEnc->sCmn.subfr_length ); 161 silk_float Tilt, /* I */ 191 n_Tilt = sLF_AR_shp * Tilt; 156 silk_prefilt_FLP( silk_prefilter_state_FLP *P, silk_float st_res[], silk_float xw[], silk_float *HarmShapeFIR, silk_float Tilt, silk_float LF_MA_shp, silk_float LF_AR_shp, opus_int lag, opus_int length ) argument
|
H A D | noise_shape_analysis_FLP.c | 137 silk_float SNR_adj_dB, HarmBoost, HarmShapeGain, Tilt; local 318 Tilt = - HP_NOISE_COEF - 328 Tilt = -HP_NOISE_COEF; 362 psShapeSt->Tilt_smth += SUBFR_SMTH_COEF * ( Tilt - psShapeSt->Tilt_smth ); 363 psEncCtrl->Tilt[ k ] = psShapeSt->Tilt_smth;
|
H A D | structs_FLP.h | 95 silk_float Tilt[ MAX_NB_SUBFR ]; member in struct:__anon14119
|
Completed in 295 milliseconds