/external/chromium_org/media/base/simd/ |
D | convert_rgb_to_yuv_sse2.cc | 77 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/ |
D | row_common.cc | 263 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/ |
D | row_common.cc | 263 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/ |
D | picture_csp.c | 83 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/ |
D | picture_csp.c | 83 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/ |
D | row_common.cc | 264 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); \
|