Home
last modified time | relevance | path

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

/external/libvpx/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/webp/src/enc/
Dpicture_csp.c154 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() function
794 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUVWithAlpha()
809 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUVWithAlpha()
827 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUV()
834 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUV()
/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); \