Home
last modified time | relevance | path

Searched refs:last_pitch_index (Results 1 – 1 of 1) sorted by relevance

/external/libopus/celt/
Dcelt_decoder.c92 int last_pitch_index; member
137 celt_assert(st->last_pitch_index <= PLC_PITCH_LAG_MAX); in validate_celt_decoder()
138 celt_assert(st->last_pitch_index >= PLC_PITCH_LAG_MIN || st->last_pitch_index == 0); in validate_celt_decoder()
607 st->last_pitch_index = pitch_index = celt_plc_pitch_search(decode_mem, C, st->arch); in celt_decode_lost()
609 pitch_index = st->last_pitch_index; in celt_decode_lost()