HomeSort by relevance Sort by last modified time
    Searched refs:smpl_buf_idx (Results 1 - 3 of 3) sorted by null

  /external/libopus/silk/mips/
NSQ_del_dec_mipsr1.h 64 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
224 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */
326 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest samples */
327 last_smple_idx = ( *smpl_buf_idx + decisionDelay ) & DECISION_DELAY_MASK; /* Index to decisionDelay old samples */
392 psDD->Xq_Q14[ *smpl_buf_idx ] = psSS->xq_Q14;
393 psDD->Q_Q10[ *smpl_buf_idx ] = psSS->Q_Q10;
394 psDD->Pred_Q15[ *smpl_buf_idx ] = silk_LSHIFT32( psSS->LPC_exc_Q14, 1 );
395 psDD->Shape_Q14[ *smpl_buf_idx ] = psSS->sLTP_shp_Q14;
397 psDD->RandState[ *smpl_buf_idx ] = psDD->Seed
    [all...]
  /external/libopus/silk/
NSQ_del_dec.c 110 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
134 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; local
168 smpl_buf_idx = 0; /* index of oldest samples */
236 last_smple_idx = smpl_buf_idx + decisionDelay;
266 psEncC->predictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay, psEncC->arch );
286 last_smple_idx = smpl_buf_idx + decisionDelay;
338 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
443 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */
545 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest samples *
    [all...]
  /external/libopus/silk/x86/
NSQ_del_dec_sse.c 110 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
133 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; local
167 smpl_buf_idx = 0; /* index of oldest samples */
235 last_smple_idx = smpl_buf_idx + decisionDelay;
265 psEncC->predictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay );
285 last_smple_idx = smpl_buf_idx + decisionDelay;
336 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
539 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */
    [all...]

Completed in 149 milliseconds