Searched refs:U32ToS8 (Results 1 – 1 of 1) sorted by relevance
518 static WEBP_INLINE int8_t U32ToS8(uint32_t v) { in U32ToS8() function527 const int8_t green = U32ToS8(argb >> 8); in VP8LTransformColor_C()528 const int8_t red = U32ToS8(argb >> 16); in VP8LTransformColor_C()542 const int8_t green = U32ToS8(argb >> 8); in TransformColorRed()551 const int8_t green = U32ToS8(argb >> 8); in TransformColorBlue()552 const int8_t red = U32ToS8(argb >> 16); in TransformColorBlue()