/external/libopus/silk/fixed/ |
D | prefilter_FIX.c | 43 …opus_int32 LF_shp_Q14, /* I Low-frequancy shaping coeficients … 104 opus_int32 HarmShapeFIRPacked_Q12, LF_shp_Q14; in silk_prefilter_FIX() local 128 LF_shp_Q14 = psEncCtrl->LF_shp_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() 165 …opus_int32 LF_shp_Q14, /* I Low-frequancy shaping coeficients … in silk_prefilt_FIX() argument 194 … n_LF_Q10 = silk_SMLAWB( silk_SMULWT( sLF_AR_shp_Q12, LF_shp_Q14 ), sLF_MA_shp_Q12, LF_shp_Q14 ); in silk_prefilt_FIX()
|
D | noise_shape_analysis_FIX.c | 386 …psEncCtrl->LF_shp_Q14[ k ] = silk_LSHIFT( SILK_FIX_CONST( 1.0, 14 ) - b_Q14 - silk_SMULWB( streng… 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() 396 psEncCtrl->LF_shp_Q14[ 0 ] = silk_LSHIFT( SILK_FIX_CONST( 1.0, 14 ) - b_Q14 - 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() 400 psEncCtrl->LF_shp_Q14[ k ] = psEncCtrl->LF_shp_Q14[ 0 ]; in silk_noise_shape_analysis_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 | 92 …opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficient… member
|
/external/libopus/silk/float/ |
D | wrappers_FLP.c | 113 …opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficients per int32 value … in silk_NSQ_wrapper_FLP() local 127 …LF_shp_Q14[ i ] = silk_LSHIFT32( silk_float2int( psEncCtrl->LF_AR_shp[ i ] * 16384.0f ), 16 … 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 | 62 opus_int32 LF_shp_Q14, /* I */ 82 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… 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() 188 opus_int32 LF_shp_Q14, /* I */ in silk_noise_shape_quantizer() argument 274 n_LF_Q12 = silk_SMULWB( NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - 1 ], LF_shp_Q14 ); in silk_noise_shape_quantizer() 275 n_LF_Q12 = silk_SMLAWT( n_LF_Q12, NSQ->sLF_AR_shp_Q14, LF_shp_Q14 ); in silk_noise_shape_quantizer()
|
D | NSQ_del_dec.c | 95 opus_int32 LF_shp_Q14, /* I */ 120 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… in silk_NSQ_del_dec() 258 …yedGain_Q10, A_Q12, B_Q14, AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[ k ], in silk_NSQ_del_dec() 321 opus_int32 LF_shp_Q14, /* I */ in silk_noise_shape_quantizer_del_dec() argument 447 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec() 448 n_LF_Q14 = silk_SMLAWT( n_LF_Q14, psDD->LF_AR_Q14, LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec()
|
D | main.h | 243 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap… 262 …const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], /* I Low frequency shap…
|