Home
last modified time | relevance | path

Searched refs:ER_DC_ERROR (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Derror_resilience.h32 #define ER_DC_ERROR 4 macro
38 #define ER_MB_ERROR (ER_AC_ERROR|ER_DC_ERROR|ER_MV_ERROR)
H A Derror_resilience.c156 if(intra_j==0 || !(error_j&ER_DC_ERROR)){ in guess_dc()
169 if(intra_j==0 || !(error_j&ER_DC_ERROR)){ in guess_dc()
184 if(intra_j==0 || !(error_j&ER_DC_ERROR)){ in guess_dc()
197 if(intra_j==0 || !(error_j&ER_DC_ERROR)){ in guess_dc()
215 if (!(error & ER_DC_ERROR)) in guess_dc()
732 if (!((error & ER_DC_ERROR) && (error & ER_MV_ERROR))) in is_intra_more_likely()
749 if ((error & ER_DC_ERROR) && (error & ER_MV_ERROR)) in is_intra_more_likely()
848 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()
1107 if (error & ER_DC_ERROR) in ff_er_frame_end()
[all...]
H A 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()
H A Dmpeg4videodec.c1051 const int part_a_error = s->pict_type == AV_PICTURE_TYPE_I ? (ER_DC_ERROR | ER_MV_ERROR) : ER_MV_ERROR; in ff_mpeg4_decode_partitions()
1096 s->mb_x, s->mb_y, ER_DC_ERROR); in ff_mpeg4_decode_partitions()

Completed in 12 milliseconds