Searched refs:LinearToGammaWeighted (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | picture_csp.c | 741 static WEBP_INLINE int LinearToGammaWeighted(const uint8_t* src, in LinearToGammaWeighted() function 789 r = LinearToGammaWeighted(r_ptr + j, a_ptr + j, a, 4, rgb_stride); in ConvertRowsToUVWithAlpha() 790 g = LinearToGammaWeighted(g_ptr + j, a_ptr + j, a, 4, rgb_stride); in ConvertRowsToUVWithAlpha() 791 b = LinearToGammaWeighted(b_ptr + j, a_ptr + j, a, 4, rgb_stride); in ConvertRowsToUVWithAlpha() 804 r = LinearToGammaWeighted(r_ptr + j, a_ptr + j, a, 0, rgb_stride); in ConvertRowsToUVWithAlpha() 805 g = LinearToGammaWeighted(g_ptr + j, a_ptr + j, a, 0, rgb_stride); in ConvertRowsToUVWithAlpha() 806 b = LinearToGammaWeighted(b_ptr + j, a_ptr + j, a, 0, rgb_stride); in ConvertRowsToUVWithAlpha()
|