Home | History | Annotate | Download | only in celt

Lines Matching refs:pitch_index

442       int pitch_index;
454 PLC_PITCH_LAG_MAX-PLC_PITCH_LAG_MIN, &pitch_index, st->arch);
455 pitch_index = PLC_PITCH_LAG_MAX-pitch_index;
456 st->last_pitch_index = pitch_index;
458 pitch_index = st->last_pitch_index;
507 exc_length = IMIN(2*pitch_index, MAX_PERIOD);
550 "pitch_index", scaling down each period by an additional factor of
552 extrapolation_offset = MAX_PERIOD-pitch_index;
561 if (j >= pitch_index) {
562 j -= pitch_index;