Searched refs:PUTRGB15 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | yuv2rgb.c | 443 #define PUTRGB15(dst, src, i, o) \ macro 453 PUTRGB15(dst_1, py_1, 0, 0); 454 PUTRGB15(dst_2, py_2, 0, 0 + 8); 457 PUTRGB15(dst_2, py_2, 1, 2 + 8); 458 PUTRGB15(dst_1, py_1, 1, 2); 461 PUTRGB15(dst_1, py_1, 2, 4); 462 PUTRGB15(dst_2, py_2, 2, 4 + 8); 465 PUTRGB15(dst_2, py_2, 3, 6 + 8); 466 PUTRGB15(dst_1, py_1, 3, 6);
|