Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c180 static WEBP_INLINE uint8_t NearLosslessDiff(uint8_t a, uint8_t b) { in NearLosslessDiff() function
205 a = NearLosslessDiff((value >> 24) & 0xff, (predict >> 24) & 0xff); in NearLossless()
218 green_diff = NearLosslessDiff(new_green, (value >> 8) & 0xff); in NearLossless()
220 r = NearLosslessComponent(NearLosslessDiff((value >> 16) & 0xff, green_diff), in NearLossless()
223 b = NearLosslessComponent(NearLosslessDiff(value & 0xff, green_diff), in NearLossless()