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

  /external/chromium_org/third_party/opus/src/silk/
NSQ_del_dec.c 105 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
128 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; local
162 smpl_buf_idx = 0; /* index of oldest samples */
230 last_smple_idx = smpl_buf_idx + decisionDelay;
260 psEncC->predictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay );
280 last_smple_idx = smpl_buf_idx + decisionDelay;
331 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
447 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */
549 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest samples *
    [all...]
  /external/libopus/silk/
NSQ_del_dec.c 105 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
128 opus_int last_smple_idx, smpl_buf_idx, decisionDelay; local
162 smpl_buf_idx = 0; /* index of oldest samples */
230 last_smple_idx = smpl_buf_idx + decisionDelay;
260 psEncC->predictLPCOrder, psEncC->warping_Q16, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay );
280 last_smple_idx = smpl_buf_idx + decisionDelay;
331 opus_int *smpl_buf_idx, /* I Index to newest samples in buffers */
447 n_LF_Q14 = silk_SMULWB( psDD->Shape_Q14[ *smpl_buf_idx ], LF_shp_Q14 ); /* Q12 */
549 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest samples *
    [all...]

Completed in 80 milliseconds