Lines Matching refs:pitch_index
450 int pitch_index; in celt_plc_pitch_search() local
458 PLC_PITCH_LAG_MAX-PLC_PITCH_LAG_MIN, &pitch_index, arch); in celt_plc_pitch_search()
459 pitch_index = PLC_PITCH_LAG_MAX-pitch_index; in celt_plc_pitch_search()
461 return pitch_index; in celt_plc_pitch_search()
561 int pitch_index; in celt_decode_lost() local
567 st->last_pitch_index = pitch_index = celt_plc_pitch_search(decode_mem, C, st->arch); in celt_decode_lost()
569 pitch_index = st->last_pitch_index; in celt_decode_lost()
636 exc_length = IMIN(2*pitch_index, MAX_PERIOD); in celt_decode_lost()
680 extrapolation_offset = MAX_PERIOD-pitch_index; in celt_decode_lost()
689 if (j >= pitch_index) { in celt_decode_lost()
690 j -= pitch_index; in celt_decode_lost()