Searched refs:RGBToV (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/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 | 391 static __inline int RGBToV(uint8_t r, uint8_t g, uint8_t b) { in RGBToV() function 420 dst_v[0] = RGBToV(ar, ag, ab); \ 431 dst_v[0] = RGBToV(ar, ag, ab); \ 592 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C() 612 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C() 643 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 663 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 694 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 714 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 728 dst_v[0] = RGBToV(ar, ag, ab); in ARGBToUV444Row_C()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 391 static __inline int RGBToV(uint8_t r, uint8_t g, uint8_t b) { in RGBToV() function 420 dst_v[0] = RGBToV(ar, ag, ab); \ 431 dst_v[0] = RGBToV(ar, ag, ab); \ 592 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C() 612 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C() 643 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 663 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 694 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 714 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 728 dst_v[0] = RGBToV(ar, ag, ab); in ARGBToUV444Row_C()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 153 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() function 838 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUV()
|