Lines Matching refs:index
224 /* Compute pulse_pos index using the 13-bit combined position index */
280 * @param index current subframe index
283 enum Rate cur_rate, int pitch_lag, int index)
290 if (subfrm->pulse_pos >= max_pos[index])
294 j = PULSE_MAX - pulses[index];
388 ppf->index = lag;
452 ppf->index = 0;
514 * @return residual interpolation index if voiced, 0 otherwise
522 int index, ccr, tgt_eng, best_eng, temp;
529 index = autocorr_max(buf, offset, &ccr, pitch_lag, SUBFRAME_LEN * 2, -1);
540 best_eng = ff_g723_1_dot_product(buf - index, buf - index,
547 return index;
1023 vector_ptr + i + ppf[j].index,