Home | History | Annotate | Download | only in source

Lines Matching defs:maxx

2689   int maxx = (src_width > 1) ? ((src_width - 1) << 16) - 1 : 0;
2710 if (x > maxx)
2711 x = maxx;