Searched refs:init_subpel3_32_64 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9dsp_init.h | 162 #define init_subpel3_32_64(idx, type, bpp, opt) \ macro 167 init_subpel3_32_64(idx, type, bpp, opt); \
|
H A D | vp9dsp_init_16bpp_template.c | 229 init_subpel3_32_64(0, put, BPC, avx2); in INIT_FUNC() 230 init_subpel3_32_64(1, avg, BPC, avx2); in INIT_FUNC()
|
H A D | vp9dsp_init.c | 400 init_subpel3_32_64(0, put, 8, avx2); in ff_vp9dsp_init_x86() 401 init_subpel3_32_64(1, avg, 8, avx2); in ff_vp9dsp_init_x86()
|
Completed in 3 milliseconds