/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9dsp_init_mips.c | 119 #define init_subpel2(idx, idxh, idxv, dir, type) \ in vp9dsp_mc_init_msa() macro 127 init_subpel2(idx, 1, 1, hv, type); \ in vp9dsp_mc_init_msa() 128 init_subpel2(idx, 0, 1, v, type); \ in vp9dsp_mc_init_msa() 129 init_subpel2(idx, 1, 0, h, type) in vp9dsp_mc_init_msa() 135 #undef init_subpel2 in vp9dsp_mc_init_msa() macro 184 #define init_subpel2(idx, idxh, idxv, dir, type) \ in vp9dsp_mc_init_mmi() macro 192 init_subpel2(idx, 1, 1, hv, type); \ in vp9dsp_mc_init_mmi() 193 init_subpel2(idx, 0, 1, v, type); \ in vp9dsp_mc_init_mmi() 194 init_subpel2(idx, 1, 0, h, type) in vp9dsp_mc_init_mmi() 200 #undef init_subpel2 in vp9dsp_mc_init_mmi() macro [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp9dsp_init_loongarch.c | 35 #define init_subpel2(idx, idxh, idxv, dir, type) \ macro 43 init_subpel2(idx, 1, 0, h, type); \ 44 init_subpel2(idx, 0, 1, v, type); \ 45 init_subpel2(idx, 1, 1, hv, type); 123 #undef init_subpel2 macro
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9dsp_init.h | 157 #define init_subpel2(idx1, idx2, sz, type, bpp, opt) \ macro 163 init_subpel2(0, idx, 64, type, bpp, opt); \ 164 init_subpel2(1, idx, 32, type, bpp, opt) 168 init_subpel2(2, idx, 16, type, bpp, opt); \ 169 init_subpel2(3, idx, 8, type, bpp, opt) 173 init_subpel2(4, idx, 4, type, bpp, opt)
|
H A D | vp9dsp_init.c | 289 init_subpel2(4, 0, 4, put, 8, mmxext); in ff_vp9dsp_init_x86() 290 init_subpel2(4, 1, 4, avg, 8, mmxext); in ff_vp9dsp_init_x86() 411 #undef init_subpel2 in ff_vp9dsp_init_x86() macro
|
H A D | vp9dsp_init_16bpp_template.c | 231 init_subpel2(2, 0, 16, put, BPC, avx2); in INIT_FUNC() 232 init_subpel2(2, 1, 16, avg, BPC, avx2); in INIT_FUNC()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 2310 #define init_subpel2(idx, idxh, idxv, dir, type) \ in ff_vp9dsp_mc_init() macro 2318 init_subpel2(idx, 1, 1, hv, type); \ in ff_vp9dsp_mc_init() 2319 init_subpel2(idx, 0, 1, v, type); \ in ff_vp9dsp_mc_init() 2320 init_subpel2(idx, 1, 0, h, type) in ff_vp9dsp_mc_init() 2326 #undef init_subpel2 in ff_vp9dsp_mc_init() macro
|