#include <vc1dsp.h>
Definition at line 38 of file vc1dsp.h.
Referenced by ff_vc1_decode_sequence_header(), ff_vc1dsp_init(), ff_vc1dsp_init_neon(), ff_vc1dsp_init_ppc(), vc1_decode_b_mb(), vc1_decode_b_mb_intfi(), vc1_decode_b_mb_intfr(), vc1_decode_i_blocks(), vc1_decode_i_blocks_adv(), vc1_decode_p_block(), vc1_decode_p_mb(), vc1_decode_p_mb_intfi(), and vc1_decode_p_mb_intfr().
Definition at line 39 of file vc1dsp.h.
Referenced by ff_vc1_decode_sequence_header(), ff_vc1dsp_init(), ff_vc1dsp_init_neon(), ff_vc1dsp_init_ppc(), and vc1_decode_p_block().
Definition at line 40 of file vc1dsp.h.
Referenced by ff_vc1_decode_sequence_header(), ff_vc1dsp_init(), ff_vc1dsp_init_neon(), and vc1_decode_p_block().
Definition at line 41 of file vc1dsp.h.
Referenced by ff_vc1_decode_sequence_header(), ff_vc1dsp_init(), ff_vc1dsp_init_neon(), and vc1_decode_p_block().
Definition at line 42 of file vc1dsp.h.
Referenced by ff_vc1_decode_sequence_header(), ff_vc1dsp_init(), ff_vc1dsp_init_neon(), and vc1_decode_p_block().
Definition at line 43 of file vc1dsp.h.
Referenced by ff_vc1_decode_sequence_header(), ff_vc1dsp_init(), ff_vc1dsp_init_neon(), and vc1_decode_p_block().
Definition at line 44 of file vc1dsp.h.
Referenced by ff_vc1_decode_sequence_header(), ff_vc1dsp_init(), ff_vc1dsp_init_neon(), and vc1_decode_p_block().
Definition at line 45 of file vc1dsp.h.
Referenced by ff_vc1_decode_sequence_header(), ff_vc1dsp_init(), ff_vc1dsp_init_neon(), and vc1_decode_p_block().
Definition at line 46 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), vc1_decode_i_blocks(), and vc1_decode_p_mb().
Definition at line 47 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), vc1_decode_i_blocks(), and vc1_decode_p_mb().
Definition at line 48 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), and vc1_smooth_overlap_filter_iblk().
Definition at line 49 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), and vc1_smooth_overlap_filter_iblk().
Definition at line 50 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), and vc1_apply_p_v_loop_filter().
Definition at line 51 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), and vc1_apply_p_h_loop_filter().
Definition at line 52 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), ff_vc1dsp_init_x86(), vc1_apply_p_v_loop_filter(), vc1_loop_filter_iblk(), and vc1_loop_filter_iblk_delayed().
Definition at line 53 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), ff_vc1dsp_init_x86(), vc1_apply_p_h_loop_filter(), vc1_loop_filter_iblk(), and vc1_loop_filter_iblk_delayed().
Definition at line 54 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), ff_vc1dsp_init_x86(), vc1_loop_filter_iblk(), and vc1_loop_filter_iblk_delayed().
Definition at line 55 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), ff_vc1dsp_init_x86(), vc1_loop_filter_iblk(), and vc1_loop_filter_iblk_delayed().
Definition at line 60 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), ff_vc1dsp_init_neon(), vc1_mc_1mv(), and vc1_mc_4mv_luma().
Definition at line 61 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), ff_vc1dsp_init_x86(), vc1_interp_mc(), and vc1_mc_4mv_luma().
Definition at line 64 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), ff_vc1dsp_init_aarch64(), ff_vc1dsp_init_neon(), ff_vc1dsp_init_ppc(), ff_vc1dsp_init_x86(), vc1_mc_1mv(), vc1_mc_4mv_chroma(), and vc1_mc_4mv_chroma4().
Definition at line 65 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), ff_vc1dsp_init_aarch64(), ff_vc1dsp_init_neon(), ff_vc1dsp_init_ppc(), ff_vc1dsp_init_x86(), vc1_interp_mc(), and vc1_mc_4mv_chroma4().
Definition at line 68 of file vc1dsp.h.
Referenced by ff_vc1dsp_init().
Definition at line 69 of file vc1dsp.h.
Referenced by ff_vc1dsp_init().
Definition at line 70 of file vc1dsp.h.
Referenced by ff_vc1dsp_init().
Definition at line 71 of file vc1dsp.h.
Referenced by ff_vc1dsp_init().
Definition at line 73 of file vc1dsp.h.
Referenced by ff_vc1dsp_init().
Search buf from the start for up to size bytes.
Return the index of a zero byte, or >= size if not found. Ideally, use lookahead to filter out any zero bytes that are known to not be followed by one or more further zero bytes and a one byte.
Definition at line 83 of file vc1dsp.h.
Referenced by ff_vc1dsp_init(), ff_vc1dsp_init_arm(), and vc1_parse().