Searched refs:Tilt_Q14 (Results 1 – 8 of 8) sorted by relevance
/external/libopus/silk/fixed/ |
D | prefilter_FIX.c | 42 …opus_int Tilt_Q14, /* I Tilt shaping coeficient … 103 opus_int HarmShapeGain_Q12, Tilt_Q14; in silk_prefilter_FIX() local 127 Tilt_Q14 = psEncCtrl->Tilt_Q14[ k ]; in silk_prefilter_FIX() 148 …silk_prefilt_FIX( P, x_filt_Q12, pxw_Q3, HarmShapeFIRPacked_Q12, Tilt_Q14, LF_shp_Q14, lag, psEnc-… in silk_prefilter_FIX() 164 …opus_int Tilt_Q14, /* I Tilt shaping coeficient … in silk_prefilt_FIX() argument 193 n_Tilt_Q10 = silk_SMULWB( sLF_AR_shp_Q12, Tilt_Q14 ); in silk_prefilt_FIX()
|
D | encode_frame_FIX.c | 199 …sEncCtrl.Tilt_Q14, sEncCtrl.LF_shp_Q14, sEncCtrl.Gains_Q16, sEncCtrl.pitchL, sEncCtrl.Lambda_Q10, … in silk_encode_frame_FIX() 203 …sEncCtrl.Tilt_Q14, sEncCtrl.LF_shp_Q14, sEncCtrl.Gains_Q16, sEncCtrl.pitchL, sEncCtrl.Lambda_Q10, … in silk_encode_frame_FIX() 373 … psEncCtrl->AR2_Q13, psEncCtrl->HarmShapeGain_Q14, psEncCtrl->Tilt_Q14, psEncCtrl->LF_shp_Q14, in silk_LBRR_encode_FIX() 378 … psEncCtrl->AR2_Q13, psEncCtrl->HarmShapeGain_Q14, psEncCtrl->Tilt_Q14, psEncCtrl->LF_shp_Q14, in silk_LBRR_encode_FIX()
|
D | structs_FIX.h | 95 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; member
|
D | noise_shape_analysis_FIX.c | 442 …psEncCtrl->Tilt_Q14[ k ] = ( opus_int )silk_RSHIFT_ROUND( psShapeSt->Tilt_smth_Q16, … in silk_noise_shape_analysis_FIX()
|
/external/libopus/silk/float/ |
D | wrappers_FLP.c | 115 opus_int Tilt_Q14[ MAX_NB_SUBFR ]; in silk_NSQ_wrapper_FLP() local 129 … Tilt_Q14[ i ] = (opus_int)silk_float2int( psEncCtrl->Tilt[ i ] * 16384.0f ); in silk_NSQ_wrapper_FLP() 164 …AR2_Q13, HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, psEncCtrl->pitchL, Lambda_Q10, LTP_sc… in silk_NSQ_wrapper_FLP() 167 …AR2_Q13, HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, psEncCtrl->pitchL, Lambda_Q10, LTP_sc… in silk_NSQ_wrapper_FLP()
|
/external/libopus/silk/ |
D | NSQ.c | 61 opus_int Tilt_Q14, /* I Spectral tilt */ 81 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … in silk_NSQ() 154 …AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[ k ], Gains_Q16[ k ], Lambda_Q1… in silk_NSQ() 187 opus_int Tilt_Q14, /* I Spectral tilt */ in silk_noise_shape_quantizer() argument 272 n_AR_Q12 = silk_SMLAWB( n_AR_Q12, NSQ->sLF_AR_shp_Q14, Tilt_Q14 ); in silk_noise_shape_quantizer()
|
D | main.h | 242 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … 261 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt …
|
D | NSQ_del_dec.c | 94 opus_int Tilt_Q14, /* I Spectral tilt */ 119 …const opus_int Tilt_Q14[ MAX_NB_SUBFR ], /* I Spectral tilt … in silk_NSQ_del_dec() 258 …delayedGain_Q10, A_Q12, B_Q14, AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[… in silk_NSQ_del_dec() 320 opus_int Tilt_Q14, /* I Spectral tilt */ in silk_noise_shape_quantizer_del_dec() argument 444 n_AR_Q14 = silk_SMLAWB( n_AR_Q14, psDD->LF_AR_Q14, Tilt_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec()
|