Searched refs:itxfm_wrapper (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1123 #define itxfm_wrapper(type_a, type_b, sz, bits, has_dconly) \ macro 1163 itxfm_wrapper(idct, idct, sz, bits, 1) \ 1164 itxfm_wrapper(iadst, idct, sz, bits, 0) \ 1165 itxfm_wrapper(idct, iadst, sz, bits, 0) \ 1166 itxfm_wrapper(iadst, iadst, sz, bits, 0) 1685 itxfm_wrapper(idct, idct, 32, 6, 1) 1718 itxfm_wrapper(iwht, iwht, 4, 0, 0) 1721 #undef itxfm_wrapper macro
|
Completed in 5 milliseconds