Searched refs:maxx (Results 1 – 1 of 1) sorted by relevance
3509 int maxx = ((src_width - 1) << 16) - 1; in ScalePlaneBilinearSimple() local3529 if (x > maxx) in ScalePlaneBilinearSimple()3530 x = maxx; in ScalePlaneBilinearSimple()