Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddiracdec.c156 int hq_picture; /* high quality picture, enables low_delay */ member
973 if (s->hq_picture) { in decode_lowdelay()
1291 } else if (s->hq_picture) { in dirac_unpack_idwt_params()
1878 if (!s->hq_picture) { in dirac_decode_frame_internal()
2224 … s->hq_picture = (parse_code & 0xF8) == 0xE8; /* [DIRAC_STD] is_hq_picture() */ in dirac_decode_data_unit()
2234 if (s->low_delay && !(s->ld_picture || s->hq_picture) ) { in dirac_decode_data_unit()