Searched refs:COPY16TO9_OR_10 (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.c665 #define COPY16TO9_OR_10(rfunc, wfunc) \ macro
677 COPY16TO9_OR_10(AV_RB16, AV_WB16);
679 COPY16TO9_OR_10(AV_RL16, AV_WB16);
683 COPY16TO9_OR_10(AV_RB16, AV_WL16);
685 COPY16TO9_OR_10(AV_RL16, AV_WL16);

Completed in 49 milliseconds