Searched refs:RGBToV (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_sse2.cc77 static inline int RGBToV(int r, int g, int b, int shift) { function in namespace:media
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/
H A Dpicture_csp.c83 static int RGBToV(int r, int g, int b, VP8Random* const rg) { function
168 picture->v[dst] = RGBToV(r, g, b, &rg); \
/external/webp/src/enc/
H A Dpicture_csp.c83 static int RGBToV(int r, int g, int b, VP8Random* const rg) { function
168 picture->v[dst] = RGBToV(r, g, b, &rg); \
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_common.cc263 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) { function
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(a
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drow_common.cc263 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) { function
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(a
[all...]
/external/libyuv/files/source/
H A Drow_common.cc264 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) { function
287 dst_v[0] = RGBToV(ar, ag, ab); \
298 dst_v[0] = RGBToV(ar, ag, ab); \

Completed in 282 milliseconds