Lines Matching refs:pitch_index
482 int pitch_index; in celt_plc_pitch_search() local
490 PLC_PITCH_LAG_MAX-PLC_PITCH_LAG_MIN, &pitch_index, arch); in celt_plc_pitch_search()
491 pitch_index = PLC_PITCH_LAG_MAX-pitch_index; in celt_plc_pitch_search()
493 return pitch_index; in celt_plc_pitch_search()
594 int pitch_index; in celt_decode_lost() local
601 st->last_pitch_index = pitch_index = celt_plc_pitch_search(decode_mem, C, st->arch); in celt_decode_lost()
603 pitch_index = st->last_pitch_index; in celt_decode_lost()
609 exc_length = IMIN(2*pitch_index, MAX_PERIOD); in celt_decode_lost()
711 extrapolation_offset = MAX_PERIOD-pitch_index; in celt_decode_lost()
720 if (j >= pitch_index) { in celt_decode_lost()
721 j -= pitch_index; in celt_decode_lost()