Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopusdec.c177 int redundancy_size, redundancy_pos; in opus_decode_frame() local
224 redundancy_size = ff_opus_rc_dec_uint(&s->rc, 256) + 2; in opus_decode_frame()
226 redundancy_size = size - (consumed + 7) / 8; in opus_decode_frame()
227 size -= redundancy_size; in opus_decode_frame()
234 ret = opus_decode_redundancy(s, data + size, redundancy_size); in opus_decode_frame()
306 ret = opus_decode_redundancy(s, data + size, redundancy_size); in opus_decode_frame()