Home
last modified time | relevance | path

Searched refs:decl_mc_func (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init.h38 #define decl_mc_func(avg, sz, dir, opt, type, f_sz, bpp) \ macro
44 decl_mc_func(put, sz, h, opt, type, fsz, bpp); \
45 decl_mc_func(avg, sz, h, opt, type, fsz, bpp); \
46 decl_mc_func(put, sz, v, opt, type, fsz, bpp); \
47 decl_mc_func(avg, sz, v, opt, type, fsz, bpp)
/third_party/ffmpeg/libavcodec/arm/
Dvp9dsp_init_arm.c39 #define decl_mc_func(op, filter, dir, sz) \ macro
61 decl_mc_func(op, regular, dir, sz); \
62 decl_mc_func(op, sharp, dir, sz); \
63 decl_mc_func(op, smooth, dir, sz)
Dvp9dsp_init_16bpp_arm_template.c34 #define decl_mc_func(op, filter, dir, sz, bpp) \ macro
57 decl_mc_func(op, regular, dir, sz, bpp); \
58 decl_mc_func(op, sharp, dir, sz, bpp); \
59 decl_mc_func(op, smooth, dir, sz, bpp)
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9dsp_init_aarch64.c39 #define decl_mc_func(op, filter, dir, sz) \ macro
61 decl_mc_func(op, regular, dir, sz); \
62 decl_mc_func(op, sharp, dir, sz); \
63 decl_mc_func(op, smooth, dir, sz)
Dvp9dsp_init_16bpp_aarch64_template.c34 #define decl_mc_func(op, filter, dir, sz, bpp) \ macro
57 decl_mc_func(op, regular, dir, sz, bpp); \
58 decl_mc_func(op, sharp, dir, sz, bpp); \
59 decl_mc_func(op, smooth, dir, sz, bpp)