Searched refs:UpLift (Results 1 – 1 of 1) sorted by relevance
327 static WEBP_INLINE fixed_y_t UpLift(uint8_t a) { // 8bit -> SFIX in UpLift() function341 dst[i + 0 * w] = UpLift(r_ptr[off]); in ImportOneRow()342 dst[i + 1 * w] = UpLift(g_ptr[off]); in ImportOneRow()343 dst[i + 2 * w] = UpLift(b_ptr[off]); in ImportOneRow()