Searched refs:IsNear (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | near_lossless_enc.c | 50 static int IsNear(uint32_t a, uint32_t b, int limit) { in IsNear() function 67 return (IsNear(curr_row[ix], curr_row[ix - 1], limit) && in IsSmooth() 68 IsNear(curr_row[ix], curr_row[ix + 1], limit) && in IsSmooth() 69 IsNear(curr_row[ix], prev_row[ix], limit) && in IsSmooth() 70 IsNear(curr_row[ix], next_row[ix], limit)); in IsSmooth()
|
Completed in 2 milliseconds