Searched refs:MinSize (Results 1 – 1 of 1) sorted by relevance
105 static WEBP_INLINE int MinSize(int a, int b) { return (a < b) ? a : b; } in MinSize() function138 const int w = MinSize(pic->width - x * 16, 16); in VP8IteratorImport()139 const int h = MinSize(pic->height - y * 16, 16); in VP8IteratorImport()
Completed in 3 milliseconds