Home
last modified time | relevance | path

Searched refs:last_smple_idx (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/
DNSQ_del_dec.c134 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec_c() local
236 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_c()
238 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK; in silk_NSQ_del_dec_c()
239 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_NSQ_del_dec_c()
241 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gains_Q16[ 1 ] ), 14 ) ); in silk_NSQ_del_dec_c()
242 …NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ]; in silk_NSQ_del_dec_c()
286 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_c()
289 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK; in silk_NSQ_del_dec_c()
290 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_NSQ_del_dec_c()
292 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gain_Q10 ), 8 ) ); in silk_NSQ_del_dec_c()
[all …]
/external/libopus/silk/x86/
DNSQ_del_dec_sse.c133 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec_sse4_1() local
235 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_sse4_1()
237 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK; in silk_NSQ_del_dec_sse4_1()
238 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_NSQ_del_dec_sse4_1()
240 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gains_Q16[ 1 ] ), 14 ) ); in silk_NSQ_del_dec_sse4_1()
241 …NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay + i ] = psDD->Shape_Q14[ last_smple_idx ]; in silk_NSQ_del_dec_sse4_1()
285 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_sse4_1()
288 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK; in silk_NSQ_del_dec_sse4_1()
289 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_NSQ_del_dec_sse4_1()
291 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gain_Q10 ), 8 ) ); in silk_NSQ_del_dec_sse4_1()
[all …]
/external/libopus/silk/mips/
DNSQ_del_dec_mipsr1.h69 opus_int i, j, k, Winner_ind, RDmin_ind, RDmax_ind, last_smple_idx; in silk_noise_shape_quantizer_del_dec() local
327last_smple_idx = ( *smpl_buf_idx + decisionDelay ) & DECISION_DELAY_MASK; /* Index to decisi… in silk_noise_shape_quantizer_del_dec()
340 Winner_rand_state = psDelDec[ Winner_ind ].RandState[ last_smple_idx ]; in silk_noise_shape_quantizer_del_dec()
342 if( psDelDec[ k ].RandState[ last_smple_idx ] != Winner_rand_state ) { in silk_noise_shape_quantizer_del_dec()
377 … pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 ); in silk_noise_shape_quantizer_del_dec()
379 … silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], delayedGain_Q10[ last_smple_idx ] ), 8 ) ); in silk_noise_shape_quantizer_del_dec()
380 … NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay ] = psDD->Shape_Q14[ last_smple_idx ]; in silk_noise_shape_quantizer_del_dec()
381 … sLTP_Q15[ NSQ->sLTP_buf_idx - decisionDelay ] = psDD->Pred_Q15[ last_smple_idx ]; in silk_noise_shape_quantizer_del_dec()