Searched defs:RGBToU (Results 1 - 3 of 3) sorted by relevance

/external/libyuv/files/source/
H A Drow_common.cc261 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) { function
286 dst_u[0] = RGBToU(ar, ag, ab); \
297 dst_u[0] = RGBToU(ar, ag, ab); \
/external/webp/src/enc/
H A Dpicture_csp.c125 // U/V value, suitable for RGBToU/V calls.
149 static int RGBToU(int r, int g, int b, VP8Random* const rg) { function
793 dst_u[i] = RGBToU(r, g, b, rg);
808 dst_u[i] = RGBToU(r, g, b, rg);
826 dst_u[i] = RGBToU(r, g, b, rg);
833 dst_u[i] = RGBToU(r, g, b, rg);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc260 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) { function
287 dst_u[0] = RGBToU(ar, ag, ab); \
298 dst_u[0] = RGBToU(ar, ag, ab); \
455 dst_u[0] = RGBToU(r, g, b);
475 dst_u[0] = RGBToU(r, g, b);
503 dst_u[0] = RGBToU(r, g, b);
523 dst_u[0] = RGBToU(r, g, b);
551 dst_u[0] = RGBToU(r, g, b);
571 dst_u[0] = RGBToU(r, g, b);
583 dst_u[0] = RGBToU(a
[all...]

Completed in 179 milliseconds