Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/silk/
DNSQ.c202 opus_int32 *psLPC_Q14, *shp_lag_ptr, *pred_lag_ptr; in silk_noise_shape_quantizer() local
204 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ]; in silk_noise_shape_quantizer()
284 …n_LTP_Q13 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer()
285 …n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer()
287 shp_lag_ptr++; in silk_noise_shape_quantizer()
DNSQ_del_dec.c341 opus_int32 *pred_lag_ptr, *shp_lag_ptr, *psLPC_Q14; in silk_noise_shape_quantizer_del_dec() local
350 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()
376 …n_LTP_Q14 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec()
377 …n_LTP_Q14 = silk_SMLAWT( n_LTP_Q14, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_del_dec()
379 shp_lag_ptr++; in silk_noise_shape_quantizer_del_dec()