Searched refs:smpl_buf_idx (Results 1 – 1 of 1) sorted by relevance
105 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */128 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; in silk_NSQ_del_dec() local162 smpl_buf_idx = 0; /* index of oldest samples */ in silk_NSQ_del_dec()230 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec()260 …redictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay … in silk_NSQ_del_dec()280 last_smple_idx = smpl_buf_idx + decisionDelay; in silk_NSQ_del_dec()331 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */ in silk_noise_shape_quantizer_del_dec()447 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */ in silk_noise_shape_quantizer_del_dec()549 …*smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest… in silk_noise_shape_quantizer_del_dec()550 …last_smple_idx = ( *smpl_buf_idx + decisionDelay ) & DECISION_DELAY_MASK; /* Index to decisi… in silk_noise_shape_quantizer_del_dec()[all …]