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