Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c119 #define PUTBGR48(dst, src, i) \ macro
213 PUTBGR48(dst_1, py_1, 0);
214 PUTBGR48(dst_2, py_2, 0);
217 PUTBGR48(dst_2, py_2, 1);
218 PUTBGR48(dst_1, py_1, 1);
221 PUTBGR48(dst_1, py_1, 2);
222 PUTBGR48(dst_2, py_2, 2);
225 PUTBGR48(dst_2, py_2, 3);
226 PUTBGR48(dst_1, py_1, 3);
229 PUTBGR48(dst_1, py_1, 0);
[all …]