Home | History | Annotate | Download | only in source

Lines Matching refs:max_y

902   const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0;
946 if (y > max_y) {
947 y = max_y;
968 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0;
1020 if (y > max_y) {
1021 y = max_y;