Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Derror_resilience.h35 #define ER_DC_END 32 macro
39 #define ER_MB_END (ER_AC_END|ER_DC_END|ER_MV_END)
H A Derror_resilience.c848 if (status & (ER_DC_ERROR | ER_DC_END)) { in ff_er_add_slice()
849 mask &= ~(ER_DC_ERROR | ER_DC_END); in ff_er_add_slice()
885 if (prev_status != (ER_MV_END | ER_DC_END | ER_AC_END)) { in ff_er_add_slice()
1012 (error & ER_DC_END) || in ff_er_frame_end()
1039 ((error1 & ER_AC_END) || (error1 & ER_DC_END) || in ff_er_frame_end()
H A Dmpeg12dec.c1988 ER_AC_END | ER_DC_END | ER_MV_END); in slice_decode_thread()
2758 ER_AC_END | ER_DC_END | ER_MV_END); in decode_chunks()
H A Dmpeg4videodec.c1052 const int part_a_end = s->pict_type == AV_PICTURE_TYPE_I ? (ER_DC_END | ER_MV_END) : ER_MV_END; in ff_mpeg4_decode_partitions()
1101 s->mb_x - 1, s->mb_y, ER_DC_END); in ff_mpeg4_decode_partitions()
H A Dh264_slice.c2712 if (prev_status != (ER_MV_END | ER_DC_END | ER_AC_END)) in decode_slice()

Completed in 15 milliseconds