Searched refs:itxfm_wrapper (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9dsp.c856 #define itxfm_wrapper(type_a, type_b, sz, bits, has_dconly) \ macro
894 itxfm_wrapper(idct, idct, sz, bits, 1) \
895 itxfm_wrapper(iadst, idct, sz, bits, 0) \
896 itxfm_wrapper(idct, iadst, sz, bits, 0) \
897 itxfm_wrapper(iadst, iadst, sz, bits, 0)
1416 itxfm_wrapper(idct, idct, 32, 6, 1)
1449 itxfm_wrapper(iwht, iwht, 4, 0, 0)
1452 #undef itxfm_wrapper macro

Completed in 36 milliseconds