Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c77 #define PUTRGB(dst, src, i) \ macro
243 PUTRGB(dst_1, py_1, 0);
244 PUTRGB(dst_2, py_2, 0);
247 PUTRGB(dst_2, py_2, 1);
248 PUTRGB(dst_1, py_1, 1);
251 PUTRGB(dst_1, py_1, 2);
252 PUTRGB(dst_2, py_2, 2);
255 PUTRGB(dst_2, py_2, 3);
256 PUTRGB(dst_1, py_1, 3);
259 PUTRGB(dst_1, py_1, 0);
[all …]