Searched refs:RGBToU (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_common.cc | 294 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) { in RGBToU() function 321 dst_u[0] = RGBToU(ar, ag, ab); \ 332 dst_u[0] = RGBToU(ar, ag, ab); \ 511 dst_u[0] = RGBToU(r, g, b); in RGB565ToUVRow_C() 531 dst_u[0] = RGBToU(r, g, b); in RGB565ToUVRow_C() 559 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 579 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 607 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 627 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 639 dst_u[0] = RGBToU(ar, ag, ab); in ARGBToUV444Row_C() [all …]
|
/external/libyuv/files/source/ |
D | row_common.cc | 388 static __inline int RGBToU(uint8_t r, uint8_t g, uint8_t b) { in RGBToU() function 419 dst_u[0] = RGBToU(ar, ag, ab); \ 430 dst_u[0] = RGBToU(ar, ag, ab); \ 591 dst_u[0] = RGBToU(r, g, b); in RGB565ToUVRow_C() 611 dst_u[0] = RGBToU(r, g, b); in RGB565ToUVRow_C() 642 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 662 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 693 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 713 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 727 dst_u[0] = RGBToU(ar, ag, ab); in ARGBToUV444Row_C()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 388 static __inline int RGBToU(uint8_t r, uint8_t g, uint8_t b) { in RGBToU() function 419 dst_u[0] = RGBToU(ar, ag, ab); \ 430 dst_u[0] = RGBToU(ar, ag, ab); \ 591 dst_u[0] = RGBToU(r, g, b); in RGB565ToUVRow_C() 611 dst_u[0] = RGBToU(r, g, b); in RGB565ToUVRow_C() 642 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 662 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 693 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 713 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 727 dst_u[0] = RGBToU(ar, ag, ab); in ARGBToUV444Row_C()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 148 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU() function 837 dst_u[i] = RGBToU(r, g, b, rg); in ConvertRowsToUV()
|