Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Derror_resilience.h34 #define ER_AC_END 16 macro
39 #define ER_MB_END (ER_AC_END|ER_DC_END|ER_MV_END)
Derror_resilience.c852 if (status & (ER_AC_ERROR | ER_AC_END)) { in ff_er_add_slice()
853 mask &= ~(ER_AC_ERROR | ER_AC_END); in ff_er_add_slice()
893 if (prev_status != (ER_MV_END | ER_DC_END | ER_AC_END)) { in ff_er_add_slice()
1016 if (error & ER_AC_END) in ff_er_frame_end()
1046 ((error1 & ER_AC_END) || (error1 & ER_DC_END) || in ff_er_frame_end()
Dh263dec.c196 ? (ER_AC_END | ER_AC_ERROR) : 0x7F; in decode_slice()
Dmpeg12dec.c2008 ER_AC_END | ER_DC_END | ER_MV_END); in slice_decode_thread()
2782 ER_AC_END | ER_DC_END | ER_MV_END); in decode_chunks()
Dh264_slice.c2618 if (prev_status != (ER_MV_END | ER_DC_END | ER_AC_END)) in decode_slice()