Home
last modified time | relevance | path

Searched refs:UpLift (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dpicture_csp.c309 static WEBP_INLINE fixed_y_t UpLift(uint8_t a) { // 8bit -> SFIX in UpLift() function
322 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()