Home | History | Annotate | Download | only in dsp

Lines Matching refs:all_y_max

968   const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize);
970 const int tile_height = all_y_max - tile_y_offset;
1015 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height);
1031 for (y = tile_y_offset; y < all_y_max; ++y) {