Searched refs:PUTRGB4D (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | yuv2rgb.c | 557 #define PUTRGB4D(dst, src, i, o) \ macro 569 PUTRGB4D(dst_1, py_1, 0, 0); 570 PUTRGB4D(dst_2, py_2, 0, 0 + 8); 573 PUTRGB4D(dst_2, py_2, 1, 2 + 8); 574 PUTRGB4D(dst_1, py_1, 1, 2); 577 PUTRGB4D(dst_1, py_1, 2, 4); 578 PUTRGB4D(dst_2, py_2, 2, 4 + 8); 581 PUTRGB4D(dst_2, py_2, 3, 6 + 8); 582 PUTRGB4D(dst_1, py_1, 3, 6); 589 PUTRGB4D(dst_1, py_1, 0, 0); [all …]
|