Home
last modified time | relevance | path

Searched refs:decl_itxfm_func (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init_16bpp_template.c127 decl_itxfm_func(iwht, iwht, 4, BPC, mmxext);
129 decl_itxfm_func(idct, idct, 4, BPC, mmxext);
132 decl_itxfm_func(idct, idct, 4, BPC, sse2);
134 decl_itxfm_func(idct, iadst, 4, BPC, sse2);
135 decl_itxfm_func(iadst, idct, 4, BPC, sse2);
136 decl_itxfm_func(iadst, iadst, 4, BPC, sse2);
139 decl_itxfm_func(idct, idct, 32, BPC, sse2);
Dvp9dsp_init.h61 #define decl_itxfm_func(typea, typeb, size, bpp, opt) \ macro
68 decl_itxfm_func(idct, idct, size, bpp, opt); \
69 decl_itxfm_func(iadst, idct, size, bpp, opt); \
70 decl_itxfm_func(idct, iadst, size, bpp, opt); \
71 decl_itxfm_func(iadst, iadst, size, bpp, opt)