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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc308 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) { function
335 dst_u[0] = RGBToU(ar, ag, ab); \
346 dst_u[0] = RGBToU(ar, ag, ab); \
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);
599 dst_u[0] = RGBToU(r, g, b);
619 dst_u[0] = RGBToU(r, g, b);
631 dst_u[0] = RGBToU(a
[all...]
/external/libyuv/files/source/
H A Drow_common.cc308 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) { function
339 dst_u[0] = RGBToU(ar, ag, ab); \
350 dst_u[0] = RGBToU(ar, ag, ab); \
511 dst_u[0] = RGBToU(r, g, b);
531 dst_u[0] = RGBToU(r, g, b);
562 dst_u[0] = RGBToU(r, g, b);
582 dst_u[0] = RGBToU(r, g, b);
613 dst_u[0] = RGBToU(r, g, b);
633 dst_u[0] = RGBToU(r, g, b);
647 dst_u[0] = RGBToU(a
[all...]
/external/webp/src/enc/
H A Dpicture_csp_enc.c121 // U/V value, suitable for RGBToU/V calls.
145 static int RGBToU(int r, int g, int b, VP8Random* const rg) { function
826 dst_u[i] = RGBToU(r, g, b, rg);

Completed in 241 milliseconds