Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c148 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()