Home
last modified time | relevance | path

Searched refs:shp_lag_ptr (Results 1 – 6 of 6) sorted by relevance

/external/libopus/silk/mips/
DNSQ_del_dec_mipsr1.h75 opus_int32 *pred_lag_ptr, *shp_lag_ptr, *psLPC_Q14; in silk_noise_shape_quantizer_del_dec() local
118 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer_del_dec()
145 …n_LTP_Q14 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec()
146 …n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec()
148 shp_lag_ptr++; in silk_noise_shape_quantizer_del_dec()
/external/libopus/silk/
DNSQ.c211 opus_int32 *psLPC_Q14, *shp_lag_ptr, *pred_lag_ptr; in silk_noise_shape_quantizer() local
216 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer()
265 …n_LTP_Q13 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer()
266 …n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer()
268 shp_lag_ptr++; in silk_noise_shape_quantizer()
DNSQ_del_dec.c354 opus_int32 *pred_lag_ptr, *shp_lag_ptr, *psLPC_Q14; in silk_noise_shape_quantizer_del_dec() local
367 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer_del_dec()
397 …n_LTP_Q14 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec()
398 …n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec()
400 shp_lag_ptr++; in silk_noise_shape_quantizer_del_dec()
/external/libopus/silk/x86/
DNSQ_sse4_1.c269 opus_int32 *psLPC_Q14, *shp_lag_ptr, *pred_lag_ptr; in silk_noise_shape_quantizer_10_16_sse4_1() local
282 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer_10_16_sse4_1()
472 …n_LTP_Q13 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_10_16_sse4_1()
473 …n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_10_16_sse4_1()
475 shp_lag_ptr++; in silk_noise_shape_quantizer_10_16_sse4_1()
DNSQ_del_dec_sse4_1.c347 opus_int32 *pred_lag_ptr, *shp_lag_ptr, *psLPC_Q14; in silk_noise_shape_quantizer_del_dec_sse4_1() local
359 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer_del_dec_sse4_1()
410 …n_LTP_Q14 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec_sse4_1()
411 …n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec_sse4_1()
413 shp_lag_ptr++; in silk_noise_shape_quantizer_del_dec_sse4_1()
/external/libopus/silk/arm/
DNSQ_del_dec_neon_intr.c576 opus_int32 *pred_lag_ptr, *shp_lag_ptr; in silk_noise_shape_quantizer_del_dec_neon() local
591 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer_del_dec_neon()
635 …n_LTP_Q14 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec_neon()
636 …n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec_neon()
638 shp_lag_ptr++; in silk_noise_shape_quantizer_del_dec_neon()