Searched refs:itxfm_func (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | vp9dsp_init.c | 93 #define itxfm_func(typea, typeb, size, opt) \ macro 97 itxfm_func(idct, idct, size, opt); \ 98 itxfm_func(iadst, idct, size, opt); \ 99 itxfm_func(idct, iadst, size, opt); \ 100 itxfm_func(iadst, iadst, size, opt) 102 itxfm_func(idct, idct, 4, mmxext); 103 itxfm_func(idct, iadst, 4, sse2); 104 itxfm_func(iadst, idct, 4, sse2); 105 itxfm_func(iadst, iadst, 4, sse2); 113 itxfm_func(idct, idct, 32, sse2); [all …]
|