#include <vp8dsp.h>
Definition at line 38 of file vp8dsp.h.
Referenced by check_luma_dc_wht(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 39 of file vp8dsp.h.
Referenced by check_luma_dc_wht(), ff_vp8dsp_init_armv6(), and ff_vp8dsp_init_mips().
Definition at line 40 of file vp8dsp.h.
Referenced by check_idct(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 41 of file vp8dsp.h.
Referenced by check_idct(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 42 of file vp8dsp.h.
Referenced by check_idct_dc4(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 44 of file vp8dsp.h.
Referenced by check_idct_dc4(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 48 of file vp8dsp.h.
Referenced by check_loopfilter_16y(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_loongarch(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 50 of file vp8dsp.h.
Referenced by check_loopfilter_16y(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_loongarch(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 52 of file vp8dsp.h.
Referenced by check_loopfilter_8uv(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_loongarch(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 54 of file vp8dsp.h.
Referenced by check_loopfilter_8uv(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_loongarch(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 58 of file vp8dsp.h.
Referenced by check_loopfilter_16y(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_loongarch(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 60 of file vp8dsp.h.
Referenced by check_loopfilter_16y(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_loongarch(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 62 of file vp8dsp.h.
Referenced by check_loopfilter_8uv(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 65 of file vp8dsp.h.
Referenced by check_loopfilter_8uv(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 69 of file vp8dsp.h.
Referenced by check_loopfilter_simple(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
Definition at line 70 of file vp8dsp.h.
Referenced by check_loopfilter_simple(), ff_vp8dsp_init_aarch64(), ff_vp8dsp_init_armv6(), ff_vp8dsp_init_mips(), and ff_vp8dsp_init_neon().
first dimension: 4-log2(width) second dimension: 0 if no vertical interpolation is needed; 1 4-tap vertical interpolation filter (my & 1) 2 6-tap vertical interpolation filter (!(my & 1)) third dimension: same as second dimension, for horizontal interpolation so something like put_vp8_epel_pixels_tab[4-log2(width)][2*!!my-(my&1)]2*!!mx-(mx&1)
Definition at line 80 of file vp8dsp.h.
Referenced by check_mc(), ff_vp78dsp_init_aarch64(), ff_vp78dsp_init_armv6(), ff_vp78dsp_init_neon(), and ff_vp8dsp_init_mips().
Definition at line 81 of file vp8dsp.h.
Referenced by check_mc(), ff_vp78dsp_init_aarch64(), ff_vp78dsp_init_armv6(), ff_vp78dsp_init_neon(), and ff_vp8dsp_init_mips().