Searched defs:define_itxfm (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9dsp_init_arm.c | 145 #define define_itxfm(type_a, type_b, sz) \ macro
|
H A D | vp9dsp_init_16bpp_arm_template.c | 150 #define define_itxfm(type_a, type_b, sz, bpp) define_itxfm2(type_a, type_b, sz, bpp) macro
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9dsp_init_16bpp_aarch64_template.c | 166 #define define_itxfm(type_a, type_b, sz, bpp) define_itxfm2(type_a, type_b, sz, bpp) macro
|
H A D | vp9dsp_init_aarch64.c | 158 #define define_itxfm(type_a, type_b, sz) \ macro
|
Completed in 3 milliseconds