Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsipr.c62 uint8_t pitch_delay_bits[5]; member
80 .pitch_delay_bits = {9, 6},
96 .pitch_delay_bits = {8, 5, 5},
112 .pitch_delay_bits = {8, 5, 5},
128 .pitch_delay_bits = {8, 5, 8, 5, 5},
205 parms->pitch_delay[i] = get_bits(pgb, p->pitch_delay_bits[i]); in decode_parameters()