Searched refs:PUTRGB12 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | yuv2rgb.c | 473 #define PUTRGB12(dst, src, i, o) \ macro 484 PUTRGB12(dst_1, py_1, 0, 0); 485 PUTRGB12(dst_2, py_2, 0, 0 + 8); 488 PUTRGB12(dst_2, py_2, 1, 2 + 8); 489 PUTRGB12(dst_1, py_1, 1, 2); 492 PUTRGB12(dst_1, py_1, 2, 4); 493 PUTRGB12(dst_2, py_2, 2, 4 + 8); 496 PUTRGB12(dst_2, py_2, 3, 6 + 8); 497 PUTRGB12(dst_1, py_1, 3, 6);
|