Searched refs:PLC_PITCH_LAG_MAX (Results 1 – 1 of 1) sorted by relevance
57 #define PLC_PITCH_LAG_MAX (720) macro131 celt_assert(st->last_pitch_index <= PLC_PITCH_LAG_MAX); in validate_celt_decoder()488 pitch_search(lp_pitch_buf+(PLC_PITCH_LAG_MAX>>1), lp_pitch_buf, in celt_plc_pitch_search()489 DECODE_BUFFER_SIZE-PLC_PITCH_LAG_MAX, in celt_plc_pitch_search()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()