Home
last modified time | relevance | path

Searched refs:init_subpel3 (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dvp9dsp_init_mips.c126 #define init_subpel3(idx, type) \ in vp9dsp_mc_init_msa() macro
131 init_subpel3(0, put); in vp9dsp_mc_init_msa()
132 init_subpel3(1, avg); in vp9dsp_mc_init_msa()
136 #undef init_subpel3 in vp9dsp_mc_init_msa() macro
191 #define init_subpel3(idx, type) \ in vp9dsp_mc_init_mmi() macro
196 init_subpel3(0, put); in vp9dsp_mc_init_mmi()
197 init_subpel3(1, avg); in vp9dsp_mc_init_mmi()
201 #undef init_subpel3 in vp9dsp_mc_init_mmi() macro
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9dsp_init_loongarch.c42 #define init_subpel3(idx, type) \ macro
88 init_subpel3(0, put); in ff_vp9dsp_init_loongarch()
89 init_subpel3(1, avg); in ff_vp9dsp_init_loongarch()
124 #undef init_subpel3 macro
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9dsp_init.c338 init_subpel3(0, put, 8, ssse3); in ff_vp9dsp_init_x86()
339 init_subpel3(1, avg, 8, ssse3); in ff_vp9dsp_init_x86()
412 #undef init_subpel3 in ff_vp9dsp_init_x86() macro
H A Dvp9dsp_init_16bpp_template.c196 init_subpel3(0, put, BPC, sse2); in INIT_FUNC()
197 init_subpel3(1, avg, BPC, sse2); in INIT_FUNC()
H A Dvp9dsp_init.h171 #define init_subpel3(idx, type, bpp, opt) \ macro
/third_party/ffmpeg/libavcodec/
H A Dvp9dsp_template.c2317 #define init_subpel3(idx, type) \ in ff_vp9dsp_mc_init() macro
2322 init_subpel3(0, put); in ff_vp9dsp_mc_init()
2323 init_subpel3(1, avg); in ff_vp9dsp_mc_init()
2327 #undef init_subpel3 in ff_vp9dsp_mc_init() macro

Completed in 7 milliseconds