Searched defs:init_subpel1 (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp9dsp_init_loongarch.c | 27 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ macro 122 #undef init_subpel1 macro
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9dsp_init_mips.c | 109 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ in vp9dsp_mc_init_msa() macro 134 #undef init_subpel1 in vp9dsp_mc_init_msa() macro 176 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ in vp9dsp_mc_init_mmi() macro 199 #undef init_subpel1 vp9dsp_mc_init_mmi() macro [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9dsp_init.c | 410 #undef init_subpel1 in ff_vp9dsp_init_x86() macro
|
H A D | vp9dsp_init.h | 149 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type, bpp, opt) \ macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 2303 #define init_subpel1 init_subpel1_bd_aware in ff_vp9dsp_mc_init() macro 2305 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ in ff_vp9dsp_mc_init() macro 2325 #undef init_subpel1 in ff_vp9dsp_mc_init() macro
|
Completed in 7 milliseconds