Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c323 static WEBP_INLINE fixed_y_t UpLift(uint8_t a) { // 8bit -> SFIX in UpLift() function
337 dst[i + 0 * w] = UpLift(r_ptr[off]); in ImportOneRow()
338 dst[i + 1 * w] = UpLift(g_ptr[off]); in ImportOneRow()
339 dst[i + 2 * w] = UpLift(b_ptr[off]); in ImportOneRow()