Error resilience / concealment. More...
#include <limits.h>
#include "libavutil/internal.h"
#include "avcodec.h"
#include "error_resilience.h"
#include "me_cmp.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "rectangle.h"
#include "thread.h"
#include "version.h"
Go to the source code of this file.
Error resilience / concealment.
Definition in file error_resilience.c.
Referenced by guess_mv().
Referenced by guess_mv().
Referenced by guess_mv().
Definition at line 44 of file error_resilience.c.
Referenced by guess_mv(), h_block_filter(), and v_block_filter().
Replace the current MB with a flat dc-only version.
Definition at line 59 of file error_resilience.c.
Referenced by ff_er_frame_end().
Definition at line 95 of file error_resilience.c.
Referenced by ff_er_frame_end().
guess the dc of blocks which do not have an undamaged dc
Definition at line 136 of file error_resilience.c.
Referenced by ff_er_frame_end().
simple horizontal deblocking filter used for error resilience
Definition at line 239 of file error_resilience.c.
Referenced by ff_er_frame_end().
simple vertical deblocking filter used for error resilience
Definition at line 307 of file error_resilience.c.
Referenced by ff_er_frame_end().
Definition at line 373 of file error_resilience.c.
Referenced by ff_er_frame_end().
Definition at line 683 of file error_resilience.c.
Referenced by ff_er_frame_end().
Definition at line 758 of file error_resilience.c.
Referenced by ff_mpeg_er_frame_start(), and h264_frame_start().
Definition at line 774 of file error_resilience.c.
Referenced by ff_er_add_slice(), and ff_er_frame_end().
Add a slice.
Definition at line 792 of file error_resilience.c.
Referenced by decode_chunks(), decode_slice(), er_add_slice(), ff_intrax8_decode_picture(), ff_mpeg4_decode_partitions(), rv10_decode_packet(), rv34_decode_slice(), slice_decode_thread(), vc1_decode_b_blocks(), vc1_decode_i_blocks(), vc1_decode_i_blocks_adv(), vc1_decode_p_blocks(), and vc1_decode_skip_blocks().
Definition at line 862 of file error_resilience.c.
Referenced by decode_wmv9(), ff_h263_decode_frame(), ff_h264_field_end(), ff_rv34_decode_frame(), finish_frame(), rv10_decode_frame(), rv10_decode_packet(), slice_end(), and vc1_decode_frame().