Home
last modified time | relevance | path

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

/external/libopus/silk/mips/
DNSQ_del_dec_mipsr1.h64 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec()
224 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec()
326 …*smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest… in silk_noise_shape_quantizer_del_dec()
327 …last_smple_idx = ( *smpl_buf_idx + decisionDelay ) & DECISION_DELAY_MASK; /* Index to decisi… in silk_noise_shape_quantizer_del_dec()
392 psDD->Xq_Q14[ *smpl_buf_idx ] = psSS->xq_Q14; in silk_noise_shape_quantizer_del_dec()
393 psDD->Q_Q10[ *smpl_buf_idx ] = psSS->Q_Q10; in silk_noise_shape_quantizer_del_dec()
394 psDD->Pred_Q15[ *smpl_buf_idx ] = silk_LSHIFT32( psSS->LPC_exc_Q14, 1 ); in silk_noise_shape_quantizer_del_dec()
395 psDD->Shape_Q14[ *smpl_buf_idx ] = psSS->sLTP_shp_Q14; in silk_noise_shape_quantizer_del_dec()
397 psDD->RandState[ *smpl_buf_idx ] = psDD->Seed; in silk_noise_shape_quantizer_del_dec()
400 delayedGain_Q10[ *smpl_buf_idx ] = Gain_Q10; in silk_noise_shape_quantizer_del_dec()
/external/libopus/silk/
DNSQ_del_dec.c110 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
134 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec_c() local
168 smpl_buf_idx = 0; /* index of oldest samples */ in silk_NSQ_del_dec_c()
236 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_c()
266 …redictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay,… in silk_NSQ_del_dec_c()
286 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_c()
338 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec()
443 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec()
545 …*smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest… in silk_noise_shape_quantizer_del_dec()
546 …last_smple_idx = ( *smpl_buf_idx + decisionDelay ) & DECISION_DELAY_MASK; /* Index to decisi… in silk_noise_shape_quantizer_del_dec()
[all …]
/external/libopus/silk/x86/
DNSQ_del_dec_sse.c110 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
133 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec_sse4_1() local
167 smpl_buf_idx = 0; /* index of oldest samples */ in silk_NSQ_del_dec_sse4_1()
235 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_sse4_1()
265 …redictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay … in silk_NSQ_del_dec_sse4_1()
285 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec_sse4_1()
336 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec_sse4_1()
539 … n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec_sse4_1()
641 …*smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest… in silk_noise_shape_quantizer_del_dec_sse4_1()
642 …last_smple_idx = ( *smpl_buf_idx + decisionDelay ) & DECISION_DELAY_MASK; /* Index to decisi… in silk_noise_shape_quantizer_del_dec_sse4_1()
[all …]