Searched refs:maxy (Results 1 – 1 of 1) sorted by relevance
3510 int maxy = ((src_height - 1) << 16) - 1; in ScalePlaneBilinearSimple() local3534 if (y > maxy) in ScalePlaneBilinearSimple()3535 y = maxy; in ScalePlaneBilinearSimple()3585 int maxy = ((src_height - 1) << 16) - 1; // max is filter of last 2 rows. in ScalePlaneBilinear() local3595 if (y > maxy) { in ScalePlaneBilinear()3596 y = maxy; in ScalePlaneBilinear()