Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c413 #define PUTRGB16(dst, src, i, o) \ macro
423 PUTRGB16(dst_1, py_1, 0, 0);
424 PUTRGB16(dst_2, py_2, 0, 0 + 8);
427 PUTRGB16(dst_2, py_2, 1, 2 + 8);
428 PUTRGB16(dst_1, py_1, 1, 2);
431 PUTRGB16(dst_1, py_1, 2, 4);
432 PUTRGB16(dst_2, py_2, 2, 4 + 8);
435 PUTRGB16(dst_2, py_2, 3, 6 + 8);
436 PUTRGB16(dst_1, py_1, 3, 6);