Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Darbc.c149 int resolution_flag; in decode_frame() local
161 resolution_flag = bytestream2_get_byte(&s->gb); in decode_frame()
163 if (resolution_flag & 0x10) in decode_frame()
165 if (resolution_flag & 0x08) in decode_frame()
167 if (resolution_flag & 0x04) in decode_frame()
169 if (resolution_flag & 0x02) in decode_frame()
171 if (resolution_flag & 0x01) in decode_frame()