Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c609 #define PUTRGB4DB(dst, src, i, o) \ macro
620 PUTRGB4DB(dst_1, py_1, 0, 0);
621 PUTRGB4DB(dst_2, py_2, 0, 0 + 8);
624 PUTRGB4DB(dst_2, py_2, 1, 2 + 8);
625 PUTRGB4DB(dst_1, py_1, 1, 2);
628 PUTRGB4DB(dst_1, py_1, 2, 4);
629 PUTRGB4DB(dst_2, py_2, 2, 4 + 8);
632 PUTRGB4DB(dst_2, py_2, 3, 6 + 8);
633 PUTRGB4DB(dst_1, py_1, 3, 6);
638 PUTRGB4DB(dst_1, py_1, 0, 0);
[all …]