Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvaapi_vp8.c121 pp.bool_coder_ctx.range = s->coder_state_at_header_end.range; in vaapi_vp8_start_frame()
122 pp.bool_coder_ctx.value = s->coder_state_at_header_end.value; in vaapi_vp8_start_frame()
123 pp.bool_coder_ctx.count = s->coder_state_at_header_end.bit_count; in vaapi_vp8_start_frame()
203 .macroblock_offset = (8 * (s->coder_state_at_header_end.input - data) - in vaapi_vp8_decode_slice()
204 s->coder_state_at_header_end.bit_count - 8), in vaapi_vp8_decode_slice()
Dvp8.h260 } coder_state_at_header_end; member
Dvp8.c841 s->coder_state_at_header_end.input = s->c.buffer - (-s->c.bits / 8); in vp8_decode_frame_header()
842 s->coder_state_at_header_end.range = s->c.high; in vp8_decode_frame_header()
843 s->coder_state_at_header_end.value = s->c.code_word >> 16; in vp8_decode_frame_header()
844 s->coder_state_at_header_end.bit_count = -s->c.bits % 8; in vp8_decode_frame_header()