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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dyuv2rgb.c427 #define PUTRGB4D(dst,src,i,o) \ macro
435 PUTRGB4D(dst_1,py_1,0,0);
436 PUTRGB4D(dst_2,py_2,0,0+8);
439 PUTRGB4D(dst_2,py_2,1,2+8);
440 PUTRGB4D(dst_1,py_1,1,2);
443 PUTRGB4D(dst_1,py_1,2,4);
444 PUTRGB4D(dst_2,py_2,2,4+8);
447 PUTRGB4D(dst_2,py_2,3,6+8);
448 PUTRGB4D(dst_1,py_1,3,6);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dyuv2rgb.c514 #define PUTRGB4D(dst, src, i, o) \ macro
526 PUTRGB4D(dst_1, py_1, 0, 0);
527 PUTRGB4D(dst_2, py_2, 0, 0 + 8);
530 PUTRGB4D(dst_2, py_2, 1, 2 + 8);
531 PUTRGB4D(dst_1, py_1, 1, 2);
534 PUTRGB4D(dst_1, py_1, 2, 4);
535 PUTRGB4D(dst_2, py_2, 2, 4 + 8);
538 PUTRGB4D(dst_2, py_2, 3, 6 + 8);
539 PUTRGB4D(dst_1, py_1, 3, 6);

Completed in 128 milliseconds