Searched refs:ER_MB_ERROR (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | error_resilience.c | 258 int left_damage = left_status & ER_MB_ERROR; in h_block_filter() 259 int right_damage = right_status & ER_MB_ERROR; in h_block_filter() 327 int top_damage = top_status & ER_MB_ERROR; in v_block_filter() 328 int bottom_damage = bottom_status & ER_MB_ERROR; in v_block_filter() 807 memset(s->error_status_table, ER_MB_ERROR | VP_START | ER_MB_END, in ff_er_frame_start() 865 if (status & ER_MB_ERROR) { in ff_er_add_slice() 1044 if (error2 == (VP_START | ER_MB_ERROR | ER_MB_END) && in ff_er_frame_end() 1045 error1 != (VP_START | ER_MB_ERROR | ER_MB_END) && in ff_er_frame_end() 1053 s->error_status_table[mb_xy] |= ER_MB_ERROR; in ff_er_frame_end() 1091 error = old_error & ER_MB_ERROR; in ff_er_frame_end() [all …]
|
D | error_resilience.h | 38 #define ER_MB_ERROR (ER_AC_ERROR|ER_DC_ERROR|ER_MV_ERROR) macro
|
D | h263dec.c | 302 s->mb_x, s->mb_y, ER_MB_ERROR & part_mask); in decode_slice() 670 s->er.error_status_table[s->mb_num - 1] = ER_MB_ERROR; in ff_h263_decode_frame()
|
D | vc1_block.c | 2624 ff_er_add_slice(&s->er, 0, 0, s->mb_x, s->mb_y, ER_MB_ERROR); in vc1_decode_i_blocks() 2720 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() 2771 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() 2836 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() 2855 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() 2925 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() 2944 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()
|
D | h264_slice.c | 2642 sl->mb_y, ER_MB_ERROR); in decode_slice() 2679 sl->mb_y, ER_MB_ERROR); in decode_slice() 2713 sl->mb_y, ER_MB_ERROR); in decode_slice() 2736 sl->mb_y, ER_MB_ERROR); in decode_slice() 2782 sl->mb_y, ER_MB_ERROR); in decode_slice()
|
D | rv34.c | 1453 … 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()
|