Home
last modified time | relevance | path

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

/external/chromium_org/media/base/simd/
Dconvert_rgb_to_yuv_sse2.cc77 static inline int RGBToV(int r, int g, int b, int shift) { in RGBToV() function
113 *v_buf++ = RGBToV(sum_r, sum_g, sum_b, 2); in ConvertRGBToYUV_V2H2()
130 *v_buf++ = RGBToV(sum_r, sum_g, sum_b, 1); in ConvertRGBToYUV_V2H1()
145 *v_buf++ = RGBToV(sum_r, sum_g, sum_b, 1); in ConvertRGBToYUV_V1H2()
159 *v_buf++ = RGBToV(r, g, b, 0); in ConvertRGBToYUV_V1H1()
/external/chromium_org/third_party/libyuv/source/
Drow_common.cc263 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) { in RGBToV() 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); in RGB565ToUVRow_C()
476 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C()
504 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C()
524 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C()
552 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C()
572 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C()
584 dst_v[0] = RGBToV(ar, ag, ab); in ARGBToUV444Row_C()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Drow_common.cc263 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) { in RGBToV() 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); in RGB565ToUVRow_C()
476 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C()
504 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C()
524 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C()
552 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C()
572 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C()
584 dst_v[0] = RGBToV(ar, ag, ab); in ARGBToUV444Row_C()
[all …]
/external/chromium_org/third_party/libwebp/enc/
Dpicture_csp.c83 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() function
168 picture->v[dst] = RGBToV(r, g, b, &rg); \
/external/webp/src/enc/
Dpicture_csp.c83 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() function
168 picture->v[dst] = RGBToV(r, g, b, &rg); \
/external/libyuv/files/source/
Drow_common.cc264 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) { in RGBToV() function
287 dst_v[0] = RGBToV(ar, ag, ab); \
298 dst_v[0] = RGBToV(ar, ag, ab); \