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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c617 #define COPY9_OR_10TO9_OR_10_2(rfunc, wfunc) \ macro
630 COPY9_OR_10TO9_OR_10_2(AV_RB16, AV_WB16);
632 COPY9_OR_10TO9_OR_10_2(AV_RL16, AV_WB16);
636 COPY9_OR_10TO9_OR_10_2(AV_RB16, AV_WL16);
638 COPY9_OR_10TO9_OR_10_2(AV_RL16, AV_WL16);

Completed in 24 milliseconds