Searched refs:shp_lag_ptr (Results 1 – 6 of 6) sorted by relevance
/external/libopus/silk/mips/ |
D | NSQ_del_dec_mipsr1.h | 75 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/ |
D | NSQ.c | 211 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()
|
D | NSQ_del_dec.c | 354 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/ |
D | NSQ_sse4_1.c | 269 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()
|
D | NSQ_del_dec_sse4_1.c | 347 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/ |
D | NSQ_del_dec_neon_intr.c | 576 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()
|