Searched refs:RGBToU (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 308 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) { in RGBToU() function 335 dst_u[0] = RGBToU(ar, ag, ab); \ 346 dst_u[0] = RGBToU(ar, ag, ab); \ 503 dst_u[0] = RGBToU(r, g, b); in RGB565ToUVRow_C() 523 dst_u[0] = RGBToU(r, g, b); in RGB565ToUVRow_C() 551 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 571 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 599 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 619 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 631 dst_u[0] = RGBToU(ar, ag, ab); in ARGBToUV444Row_C() [all …]
|
/external/libyuv/files/source/ |
D | row_common.cc | 308 static __inline int RGBToU(uint8 r, uint8 g, uint8 b) { in RGBToU() function 339 dst_u[0] = RGBToU(ar, ag, ab); \ 350 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() 562 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 582 dst_u[0] = RGBToU(r, g, b); in ARGB1555ToUVRow_C() 613 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 633 dst_u[0] = RGBToU(r, g, b); in ARGB4444ToUVRow_C() 647 dst_u[0] = RGBToU(ar, ag, ab); in ARGBToUV444Row_C()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 145 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU() function 826 dst_u[i] = RGBToU(r, g, b, rg); in ConvertRowsToUV()
|