HomeSort by relevance Sort by last modified time
    Searched refs:RGBToU (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 294 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) {
321 dst_u[0] = RGBToU(ar, ag, ab); \
332 dst_u[0] = RGBToU(ar, ag, ab); \
511 dst_u[0] = RGBToU(r, g, b);
531 dst_u[0] = RGBToU(r, g, b);
559 dst_u[0] = RGBToU(r, g, b);
579 dst_u[0] = RGBToU(r, g, b);
607 dst_u[0] = RGBToU(r, g, b);
627 dst_u[0] = RGBToU(r, g, b);
639 dst_u[0] = RGBToU(ar, ag, ab)
    [all...]
  /external/libyuv/files/source/
row_common.cc 308 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) {
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(ar, ag, ab)
    [all...]
  /external/webp/src/enc/
picture_csp.c 121 // U/V value, suitable for RGBToU/V calls.
145 static int RGBToU(int r, int g, int b, VP8Random* const rg) {
828 dst_u[i] = RGBToU(r, g, b, rg);
    [all...]

Completed in 271 milliseconds