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/
H A 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()
H A Dvp8.h260 } coder_state_at_header_end; member
H A Dvp8.c845 s->coder_state_at_header_end.input = s->c.buffer - (-s->c.bits / 8); in vp8_decode_frame_header()
846 s->coder_state_at_header_end.range = s->c.high; in vp8_decode_frame_header()
847 s->coder_state_at_header_end.value = s->c.code_word >> 16; in vp8_decode_frame_header()
848 s->coder_state_at_header_end.bit_count = -s->c.bits % 8; in vp8_decode_frame_header()

Completed in 11 milliseconds