Home | History | Annotate | Download | only in source

Lines Matching defs:maxx

3509   int maxx = ((src_width - 1) << 16) - 1;
3529 if (x > maxx)
3530 x = maxx;