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

  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_sse2.cc 69 static inline int RGBToU(int r, int g, int b, int shift) {
112 *u_buf++ = RGBToU(sum_r, sum_g, sum_b, 2);
129 *u_buf++ = RGBToU(sum_r, sum_g, sum_b, 1);
144 *u_buf++ = RGBToU(sum_r, sum_g, sum_b, 1);
158 *u_buf++ = RGBToU(r, g, b, 0);
  /external/chromium_org/third_party/libwebp/enc/
picture_csp.c 79 static int RGBToU(int r, int g, int b, VP8Random* const rg) {
125 // U/V value, suitable for RGBToU/V calls.
167 picture->u[dst] = RGBToU(r, g, b, &rg); \
  /external/webp/src/enc/
picture_csp.c 79 static int RGBToU(int r, int g, int b, VP8Random* const rg) {
125 // U/V value, suitable for RGBToU/V calls.
167 picture->u[dst] = RGBToU(r, g, b, &rg); \
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 260 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) {
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(ar, ag, ab)
    [all...]
  /external/libyuv/files/source/
row_common.cc 261 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) {
286 dst_u[0] = RGBToU(ar, ag, ab); \
297 dst_u[0] = RGBToU(ar, ag, ab); \
    [all...]

Completed in 492 milliseconds