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

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

Completed in 210 milliseconds