Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvqavideo.c638 GetByteContext gb_stream; in vqa_decode_frame_hicolor() local
722 bytestream2_init(&gb_stream, s->decode_buffer, s->decode_buffer_size); in vqa_decode_frame_hicolor()
733 if (bytestream2_get_bytes_left(&gb_stream) < 2) in vqa_decode_frame_hicolor()
736 code = bytestream2_get_le16(&gb_stream); in vqa_decode_frame_hicolor()
752 count = bytestream2_get_byte(&gb_stream); in vqa_decode_frame_hicolor()
781 vector_index = bytestream2_get_byte(&gb_stream); in vqa_decode_frame_hicolor()

Completed in 2 milliseconds