Searched refs:RGBToV (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 297 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) { in RGBToV() function 322 dst_v[0] = RGBToV(ar, ag, ab); \ 333 dst_v[0] = RGBToV(ar, ag, ab); \ 512 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C() 532 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C() 560 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 580 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 608 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 628 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 640 dst_v[0] = RGBToV(ar, ag, ab); in ARGBToUV444Row_C() [all …]
|
/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); \
|
/external/webp/src/enc/ |
D | picture_csp.c | 150 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() function 829 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUV()
|