Searched refs:RGBToV (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 311 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) { in RGBToV() function 336 dst_v[0] = RGBToV(ar, ag, ab); \ 347 dst_v[0] = RGBToV(ar, ag, ab); \ 504 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C() 524 dst_v[0] = RGBToV(r, g, b); in RGB565ToUVRow_C() 552 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 572 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 600 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 620 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 632 dst_v[0] = RGBToV(ar, ag, ab); in ARGBToUV444Row_C() [all …]
|
/external/libyuv/files/source/ |
D | row_common.cc | 311 static __inline int RGBToV(uint8 r, uint8 g, uint8 b) { in RGBToV() function 340 dst_v[0] = RGBToV(ar, ag, ab); \ 351 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() 563 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 583 dst_v[0] = RGBToV(r, g, b); in ARGB1555ToUVRow_C() 614 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 634 dst_v[0] = RGBToV(r, g, b); in ARGB4444ToUVRow_C() 648 dst_v[0] = RGBToV(ar, ag, ab); in ARGBToUV444Row_C()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 150 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() function 827 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUV()
|