Home | History | Annotate | Download | only in source

Lines Matching defs:max_y

1035   const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0;
1087 if (y > max_y) {
1088 y = max_y;
1115 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0;
1167 if (y > max_y) {
1168 y = max_y;