Home
last modified time | relevance | path

Searched refs:PUTRGB1 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c657 #define PUTRGB1(out, src, i, o) \ macro
663 PUTRGB1(out_1, py_1, 0, 0);
664 PUTRGB1(out_2, py_2, 0, 0 + 8);
666 PUTRGB1(out_2, py_2, 1, 2 + 8);
667 PUTRGB1(out_1, py_1, 1, 2);
669 PUTRGB1(out_1, py_1, 2, 4);
670 PUTRGB1(out_2, py_2, 2, 4 + 8);
672 PUTRGB1(out_2, py_2, 3, 6 + 8);
673 PUTRGB1(out_1, py_1, 3, 6);