Home
last modified time | relevance | path

Searched refs:b_Q14 (Results 1 – 5 of 5) sorted by relevance

/external/libopus/silk/fixed/
Dnoise_shape_analysis_FIX.c153 opus_int k, i, nSamples, Qnrg, b_Q14, warping_Q16, scale = 0; in silk_noise_shape_analysis_FIX() local
384 b_Q14 = fs_kHz_inv + silk_DIV32_16( SILK_FIX_CONST( 3.0, 14 ), psEncCtrl->pitchL[ k ] ); in silk_noise_shape_analysis_FIX()
386 …hp_Q14[ k ] = silk_LSHIFT( SILK_FIX_CONST( 1.0, 14 ) - b_Q14 - silk_SMULWB( strength_Q16, b_Q14 )… in silk_noise_shape_analysis_FIX()
387 psEncCtrl->LF_shp_Q14[ k ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) ); in silk_noise_shape_analysis_FIX()
394 b_Q14 = silk_DIV32_16( 21299, psEnc->sCmn.fs_kHz ); /* 1.3_Q0 = 21299_Q14*/ in silk_noise_shape_analysis_FIX()
396 psEncCtrl->LF_shp_Q14[ 0 ] = silk_LSHIFT( SILK_FIX_CONST( 1.0, 14 ) - b_Q14 - in silk_noise_shape_analysis_FIX()
397 silk_SMULWB( strength_Q16, silk_SMULWB( SILK_FIX_CONST( 0.6, 16 ), b_Q14 ) ), 16 ); in silk_noise_shape_analysis_FIX()
398 psEncCtrl->LF_shp_Q14[ 0 ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) ); in silk_noise_shape_analysis_FIX()
Dfind_LTP_FIX.c44 …opus_int16 b_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs … in silk_find_LTP_FIX()
72 b_Q14_ptr = b_Q14; in silk_find_LTP_FIX()
164 b_Q14_ptr = b_Q14; in silk_find_LTP_FIX()
206 b_Q14_ptr = b_Q14; in silk_find_LTP_FIX()
Dmain_FIX.h160 …opus_int16 b_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O LTP coefs …
/external/libopus/silk/
DNSQ.c57 const opus_int16 b_Q14[], /* I Long term prediction coefs */
183 const opus_int16 b_Q14[], /* I Long term prediction coefs */ in silk_noise_shape_quantizer() argument
243 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ 0 ], b_Q14[ 0 ] ); in silk_noise_shape_quantizer()
244 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -1 ], b_Q14[ 1 ] ); in silk_noise_shape_quantizer()
245 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -2 ], b_Q14[ 2 ] ); in silk_noise_shape_quantizer()
246 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -3 ], b_Q14[ 3 ] ); in silk_noise_shape_quantizer()
247 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -4 ], b_Q14[ 4 ] ); in silk_noise_shape_quantizer()
DNSQ_del_dec.c90 const opus_int16 b_Q14[], /* I Long term prediction coefs */
316 const opus_int16 b_Q14[], /* I Long term prediction coefs */ in silk_noise_shape_quantizer_del_dec() argument
362 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ 0 ], b_Q14[ 0 ] ); in silk_noise_shape_quantizer_del_dec()
363 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -1 ], b_Q14[ 1 ] ); in silk_noise_shape_quantizer_del_dec()
364 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -2 ], b_Q14[ 2 ] ); in silk_noise_shape_quantizer_del_dec()
365 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -3 ], b_Q14[ 3 ] ); in silk_noise_shape_quantizer_del_dec()
366 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -4 ], b_Q14[ 4 ] ); in silk_noise_shape_quantizer_del_dec()