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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx_avg_template.c930 #define QPEL_2TAP_L3(OPNAME) \ macro
972 QPEL_2TAP_L3(avg_)
975 QPEL_2TAP_L3(put_)
977 #undef QPEL_2TAP_L3 macro
H A Ddsputil_mmx.c1630 #define QPEL_2TAP_L3(OPNAME, SIZE, MMX, XY, S0, S1, S2)\ macro
1651 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 10, 0, 1, 0)\
1652 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 30, 1, -1, 0)\
1653 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 01, 0, stride, 0)\
1654 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 03, stride, -stride, 0)\
1655 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 11, 0, stride, 1)\
1656 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 31, 1, stride, -1)\
1657 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 13, stride, -stride, 1)\
1658 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 33, stride+1, -stride, -1)\

Completed in 121 milliseconds