Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c153 const int boundary_residual = (boundary - predict) & 0xff; in NearLosslessComponent() local
158 const int bias = ((boundary - value) & 0xff) < boundary_residual; in NearLosslessComponent()
161 if (residual > boundary_residual && lower <= boundary_residual) { in NearLosslessComponent()
170 if (residual <= boundary_residual && upper > boundary_residual) { in NearLosslessComponent()