Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Derror_resilience.h31 #define ER_AC_ERROR 2 macro
38 #define ER_MB_ERROR (ER_AC_ERROR|ER_DC_ERROR|ER_MV_ERROR)
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()
1013 (error & ER_AC_ERROR)) in ff_er_frame_end()
1017 s->error_status_table[mb_xy]|= ER_AC_ERROR; in ff_er_frame_end()
1109 if (error & ER_AC_ERROR) in ff_er_frame_end()
1158 if (!(error & ER_AC_ERROR)) in ff_er_frame_end()
1195 if (!(error & ER_AC_ERROR)) in ff_er_frame_end()
1297 if (!(error & ER_AC_ERROR)) in ff_er_frame_end()
1338 (error & (ER_DC_ERROR | ER_MV_ERROR | ER_AC_ERROR))) { in ff_er_frame_end()
Dh263dec.c202 ? (ER_AC_END | ER_AC_ERROR) : 0x7F; in decode_slice()
Dmpeg12dec.c1984 ER_AC_ERROR | ER_DC_ERROR | ER_MV_ERROR); in slice_decode_thread()
2754 ER_AC_ERROR | ER_DC_ERROR | ER_MV_ERROR); in decode_chunks()