VP9DSPContext      26 libavcodec/aarch64/vp9dsp_init.h void ff_vp9dsp_init_10bpp_aarch64(VP9DSPContext *dsp);
VP9DSPContext      27 libavcodec/aarch64/vp9dsp_init.h void ff_vp9dsp_init_12bpp_aarch64(VP9DSPContext *dsp);
VP9DSPContext     103 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c static av_cold void vp9dsp_mc_init_aarch64(VP9DSPContext *dsp)
VP9DSPContext     180 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c static av_cold void vp9dsp_itxfm_init_aarch64(VP9DSPContext *dsp)
VP9DSPContext     225 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c static av_cold void vp9dsp_loopfilter_init_aarch64(VP9DSPContext *dsp)
VP9DSPContext     268 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c av_cold void INIT_FUNC(VP9DSPContext *dsp)
VP9DSPContext     101 libavcodec/aarch64/vp9dsp_init_aarch64.c static av_cold void vp9dsp_mc_init_aarch64(VP9DSPContext *dsp)
VP9DSPContext     175 libavcodec/aarch64/vp9dsp_init_aarch64.c static av_cold void vp9dsp_itxfm_init_aarch64(VP9DSPContext *dsp)
VP9DSPContext     218 libavcodec/aarch64/vp9dsp_init_aarch64.c static av_cold void vp9dsp_loopfilter_init_aarch64(VP9DSPContext *dsp)
VP9DSPContext     244 libavcodec/aarch64/vp9dsp_init_aarch64.c av_cold void ff_vp9dsp_init_aarch64(VP9DSPContext *dsp, int bpp)
VP9DSPContext      26 libavcodec/arm/vp9dsp_init.h void ff_vp9dsp_init_10bpp_arm(VP9DSPContext *dsp);
VP9DSPContext      27 libavcodec/arm/vp9dsp_init.h void ff_vp9dsp_init_12bpp_arm(VP9DSPContext *dsp);
VP9DSPContext     100 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c static av_cold void vp9dsp_mc_init_arm(VP9DSPContext *dsp)
VP9DSPContext     164 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c static av_cold void vp9dsp_itxfm_init_arm(VP9DSPContext *dsp)
VP9DSPContext     209 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c static av_cold void vp9dsp_loopfilter_init_arm(VP9DSPContext *dsp)
VP9DSPContext     252 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c av_cold void INIT_FUNC(VP9DSPContext *dsp)
VP9DSPContext      99 libavcodec/arm/vp9dsp_init_arm.c static av_cold void vp9dsp_mc_init_arm(VP9DSPContext *dsp)
VP9DSPContext     162 libavcodec/arm/vp9dsp_init_arm.c static av_cold void vp9dsp_itxfm_init_arm(VP9DSPContext *dsp)
VP9DSPContext     218 libavcodec/arm/vp9dsp_init_arm.c static av_cold void vp9dsp_loopfilter_init_arm(VP9DSPContext *dsp)
VP9DSPContext     244 libavcodec/arm/vp9dsp_init_arm.c av_cold void ff_vp9dsp_init_arm(VP9DSPContext *dsp, int bpp)
VP9DSPContext      27 libavcodec/mips/vp9dsp_init_mips.c static av_cold void vp9dsp_intrapred_init_msa(VP9DSPContext *dsp, int bpp)
VP9DSPContext      57 libavcodec/mips/vp9dsp_init_mips.c static av_cold void vp9dsp_itxfm_init_msa(VP9DSPContext *dsp, int bpp)
VP9DSPContext      81 libavcodec/mips/vp9dsp_init_mips.c static av_cold void vp9dsp_mc_init_msa(VP9DSPContext *dsp, int bpp)
VP9DSPContext     138 libavcodec/mips/vp9dsp_init_mips.c static av_cold void vp9dsp_loopfilter_init_msa(VP9DSPContext *dsp, int bpp)
VP9DSPContext     162 libavcodec/mips/vp9dsp_init_mips.c static av_cold void vp9dsp_init_msa(VP9DSPContext *dsp, int bpp)
VP9DSPContext     172 libavcodec/mips/vp9dsp_init_mips.c static av_cold void vp9dsp_mc_init_mmi(VP9DSPContext *dsp)
VP9DSPContext     202 libavcodec/mips/vp9dsp_init_mips.c static av_cold void vp9dsp_init_mmi(VP9DSPContext *dsp, int bpp)
VP9DSPContext     210 libavcodec/mips/vp9dsp_init_mips.c av_cold void ff_vp9dsp_init_mips(VP9DSPContext *dsp, int bpp)
VP9DSPContext      97 libavcodec/vp9dec.h     VP9DSPContext dsp;
VP9DSPContext      84 libavcodec/vp9dsp.c av_cold void ff_vp9dsp_init(VP9DSPContext *dsp, int bpp, int bitexact)
VP9DSPContext     125 libavcodec/vp9dsp.h void ff_vp9dsp_init(VP9DSPContext *dsp, int bpp, int bitexact);
VP9DSPContext     127 libavcodec/vp9dsp.h void ff_vp9dsp_init_8(VP9DSPContext *dsp);
VP9DSPContext     128 libavcodec/vp9dsp.h void ff_vp9dsp_init_10(VP9DSPContext *dsp);
VP9DSPContext     129 libavcodec/vp9dsp.h void ff_vp9dsp_init_12(VP9DSPContext *dsp);
VP9DSPContext     131 libavcodec/vp9dsp.h void ff_vp9dsp_init_aarch64(VP9DSPContext *dsp, int bpp);
VP9DSPContext     132 libavcodec/vp9dsp.h void ff_vp9dsp_init_arm(VP9DSPContext *dsp, int bpp);
VP9DSPContext     133 libavcodec/vp9dsp.h void ff_vp9dsp_init_x86(VP9DSPContext *dsp, int bpp, int bitexact);
VP9DSPContext     134 libavcodec/vp9dsp.h void ff_vp9dsp_init_mips(VP9DSPContext *dsp, int bpp);
VP9DSPContext    1081 libavcodec/vp9dsp_template.c void ff_vp9dsp_intrapred_init_10(VP9DSPContext *dsp);
VP9DSPContext    1086 libavcodec/vp9dsp_template.c av_cold void FUNC(ff_vp9dsp_intrapred_init)(VP9DSPContext *dsp)
VP9DSPContext    1724 libavcodec/vp9dsp_template.c static av_cold void vp9dsp_itxfm_init(VP9DSPContext *dsp)
VP9DSPContext    1915 libavcodec/vp9dsp_template.c static av_cold void vp9dsp_loopfilter_init(VP9DSPContext *dsp)
VP9DSPContext    2265 libavcodec/vp9dsp_template.c void ff_vp9dsp_mc_init_10(VP9DSPContext *dsp);
VP9DSPContext    2270 libavcodec/vp9dsp_template.c av_cold void FUNC(ff_vp9dsp_mc_init)(VP9DSPContext *dsp)
VP9DSPContext    2503 libavcodec/vp9dsp_template.c void ff_vp9dsp_scaled_mc_init_10(VP9DSPContext *dsp);
VP9DSPContext    2508 libavcodec/vp9dsp_template.c av_cold void FUNC(ff_vp9dsp_scaled_mc_init)(VP9DSPContext *dsp)
VP9DSPContext    2539 libavcodec/vp9dsp_template.c av_cold void FUNC(ff_vp9dsp_init)(VP9DSPContext *dsp)
VP9DSPContext     217 libavcodec/x86/vp9dsp_init.c av_cold void ff_vp9dsp_init_x86(VP9DSPContext *dsp, int bpp, int bitexact)
VP9DSPContext     185 libavcodec/x86/vp9dsp_init.h void ff_vp9dsp_init_10bpp_x86(VP9DSPContext *dsp, int bitexact);
VP9DSPContext     186 libavcodec/x86/vp9dsp_init.h void ff_vp9dsp_init_12bpp_x86(VP9DSPContext *dsp, int bitexact);
VP9DSPContext     187 libavcodec/x86/vp9dsp_init.h void ff_vp9dsp_init_16bpp_x86(VP9DSPContext *dsp);
VP9DSPContext      72 libavcodec/x86/vp9dsp_init_16bpp.c av_cold void ff_vp9dsp_init_16bpp_x86(VP9DSPContext *dsp)
VP9DSPContext     142 libavcodec/x86/vp9dsp_init_16bpp_template.c av_cold void INIT_FUNC(VP9DSPContext *dsp, int bitexact)
VP9DSPContext      55 tests/checkasm/vp9dsp.c     VP9DSPContext dsp;
VP9DSPContext     319 tests/checkasm/vp9dsp.c     VP9DSPContext dsp;
VP9DSPContext     454 tests/checkasm/vp9dsp.c     VP9DSPContext dsp;
VP9DSPContext     562 tests/checkasm/vp9dsp.c     VP9DSPContext dsp;