Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dopusdec.c178 int redundancy_size, redundancy_pos; in opus_decode_frame() local
225 redundancy_size = ff_opus_rc_dec_uint(&s->rc, 256) + 2; in opus_decode_frame()
227 redundancy_size = size - (consumed + 7) / 8; in opus_decode_frame()
228 size -= redundancy_size; in opus_decode_frame()
235 ret = opus_decode_redundancy(s, data + size, redundancy_size); in opus_decode_frame()
307 ret = opus_decode_redundancy(s, data + size, redundancy_size); in opus_decode_frame()

Completed in 2 milliseconds