Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c109 #define PUTRGB48(dst, src, i) \ macro
183 PUTRGB48(dst_1, py_1, 0);
184 PUTRGB48(dst_2, py_2, 0);
187 PUTRGB48(dst_2, py_2, 1);
188 PUTRGB48(dst_1, py_1, 1);
191 PUTRGB48(dst_1, py_1, 2);
192 PUTRGB48(dst_2, py_2, 2);
195 PUTRGB48(dst_2, py_2, 3);
196 PUTRGB48(dst_1, py_1, 3);
199 PUTRGB48(dst_1, py_1, 0);
[all …]