Searched refs:ER_MB_ERROR (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | error_resilience.c | 257 int left_damage = left_status & ER_MB_ERROR; in h_block_filter() 258 int right_damage = right_status & ER_MB_ERROR; in h_block_filter() 326 int top_damage = top_status & ER_MB_ERROR; in v_block_filter() 327 int bottom_damage = bottom_status & ER_MB_ERROR; in v_block_filter() 799 memset(s->error_status_table, ER_MB_ERROR | VP_START | ER_MB_END, in ff_er_frame_start() 857 if (status & ER_MB_ERROR) { in ff_er_add_slice() 1037 if (error2 == (VP_START | ER_MB_ERROR | ER_MB_END) && in ff_er_frame_end() 1038 error1 != (VP_START | ER_MB_ERROR | ER_MB_END) && in ff_er_frame_end() 1046 s->error_status_table[mb_xy] |= ER_MB_ERROR; in ff_er_frame_end() 1084 error = old_error & ER_MB_ERROR; in ff_er_frame_end() [all...] |
H A D | error_resilience.h | 38 #define ER_MB_ERROR (ER_AC_ERROR|ER_DC_ERROR|ER_MV_ERROR) macro
|
H A D | h263dec.c | 308 s->mb_x, s->mb_y, ER_MB_ERROR & part_mask); in decode_slice() 672 s->er.error_status_table[s->mb_num - 1] = ER_MB_ERROR; in ff_h263_decode_frame()
|
H A D | h264_slice.c | 2736 sl->mb_y, ER_MB_ERROR); in decode_slice() 2773 sl->mb_y, ER_MB_ERROR); in decode_slice() 2807 sl->mb_y, ER_MB_ERROR); in decode_slice() 2830 sl->mb_y, ER_MB_ERROR); in decode_slice() 2876 sl->mb_y, ER_MB_ERROR); in decode_slice()
|
H A D | vc1_block.c | 2625 ff_er_add_slice(&s->er, 0, 0, s->mb_x, s->mb_y, ER_MB_ERROR); in vc1_decode_i_blocks() 2721 ff_er_add_slice(&s->er, 0, s->start_mb_y, s->mb_x, s->mb_y, ER_MB_ERROR); in vc1_decode_i_blocks_adv() 2772 ff_er_add_slice(&s->er, 0, s->start_mb_y, s->mb_x, s->mb_y, ER_MB_ERROR); in vc1_decode_i_blocks_adv() 2837 ff_er_add_slice(&s->er, 0, s->start_mb_y, s->mb_x, s->mb_y, ER_MB_ERROR); in vc1_decode_p_blocks() 2856 ff_er_add_slice(&s->er, 0, s->start_mb_y, s->mb_x, s->mb_y, ER_MB_ERROR); in vc1_decode_p_blocks() 2926 ff_er_add_slice(&s->er, 0, s->start_mb_y, s->mb_x, s->mb_y, ER_MB_ERROR); in vc1_decode_b_blocks() 2945 ff_er_add_slice(&s->er, 0, s->start_mb_y, s->mb_x, s->mb_y, ER_MB_ERROR); in vc1_decode_b_blocks()
|
H A D | rv34.c | 1455 ff_er_add_slice(&s->er, s->resync_mb_x, s->resync_mb_y, s->mb_x-1, s->mb_y, ER_MB_ERROR); in rv34_decode_slice()
|
Completed in 15 milliseconds