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

  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_sse2.cc 77 static inline int RGBToV(int r, int g, int b, int shift) {
113 *v_buf++ = RGBToV(sum_r, sum_g, sum_b, 2);
130 *v_buf++ = RGBToV(sum_r, sum_g, sum_b, 1);
145 *v_buf++ = RGBToV(sum_r, sum_g, sum_b, 1);
159 *v_buf++ = RGBToV(r, g, b, 0);
  /external/chromium_org/third_party/libwebp/enc/
picture_csp.c 83 static int RGBToV(int r, int g, int b, VP8Random* const rg) {
168 picture->v[dst] = RGBToV(r, g, b, &rg); \
  /external/webp/src/enc/
picture_csp.c 83 static int RGBToV(int r, int g, int b, VP8Random* const rg) {
168 picture->v[dst] = RGBToV(r, g, b, &rg); \
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_common.cc 263 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) {
288 dst_v[0] = RGBToV(ar, ag, ab); \
299 dst_v[0] = RGBToV(ar, ag, ab); \
456 dst_v[0] = RGBToV(r, g, b);
476 dst_v[0] = RGBToV(r, g, b);
504 dst_v[0] = RGBToV(r, g, b);
524 dst_v[0] = RGBToV(r, g, b);
552 dst_v[0] = RGBToV(r, g, b);
572 dst_v[0] = RGBToV(r, g, b);
584 dst_v[0] = RGBToV(ar, ag, ab)
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 263 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) {
288 dst_v[0] = RGBToV(ar, ag, ab); \
299 dst_v[0] = RGBToV(ar, ag, ab); \
456 dst_v[0] = RGBToV(r, g, b);
476 dst_v[0] = RGBToV(r, g, b);
504 dst_v[0] = RGBToV(r, g, b);
524 dst_v[0] = RGBToV(r, g, b);
552 dst_v[0] = RGBToV(r, g, b);
572 dst_v[0] = RGBToV(r, g, b);
584 dst_v[0] = RGBToV(ar, ag, ab)
    [all...]
  /external/libyuv/files/source/
row_common.cc 264 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) {
287 dst_v[0] = RGBToV(ar, ag, ab); \
298 dst_v[0] = RGBToV(ar, ag, ab); \
    [all...]

Completed in 503 milliseconds