Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dnear_lossless_enc.c62 static int IsSmooth(const uint32_t* const prev_row, in IsSmooth() function
93 if (IsSmooth(prev_row, curr_row, next_row, x, limit)) { in NearLossless()