Searched refs:ConvertRGBToU (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/enc/
H A Dpicture_csp_enc.c379 static WEBP_INLINE uint8_t ConvertRGBToU(int r, int g, int b) { function
419 dst_u[i] = ConvertRGBToU(r, g, b);

Completed in 102 milliseconds