Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Darbc.c148 int resolution_flag; in decode_frame() local
160 resolution_flag = bytestream2_get_byte(&s->gb); in decode_frame()
162 if (resolution_flag & 0x10) in decode_frame()
164 if (resolution_flag & 0x08) in decode_frame()
166 if (resolution_flag & 0x04) in decode_frame()
168 if (resolution_flag & 0x02) in decode_frame()
170 if (resolution_flag & 0x01) in decode_frame()

Completed in 2 milliseconds