Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Derror_resilience.h34 #define ER_AC_END 16 macro
39 #define ER_MB_END (ER_AC_END|ER_DC_END|ER_MV_END)
H A Derror_resilience.c844 if (status & (ER_AC_ERROR | ER_AC_END)) { in ff_er_add_slice()
845 mask &= ~(ER_AC_ERROR | ER_AC_END); in ff_er_add_slice()
885 if (prev_status != (ER_MV_END | ER_DC_END | ER_AC_END)) { in ff_er_add_slice()
1009 if (error & ER_AC_END) in ff_er_frame_end()
1039 ((error1 & ER_AC_END) || (error1 & ER_DC_END) || in ff_er_frame_end()
H A Dh263dec.c202 ? (ER_AC_END | ER_AC_ERROR) : 0x7F; in decode_slice()
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 Dh264_slice.c2712 if (prev_status != (ER_MV_END | ER_DC_END | ER_AC_END)) in decode_slice()

Completed in 13 milliseconds