Searched refs:max_x (Results 1 – 4 of 4) sorted by relevance
311 const int max_x = GetMin(tile_size, width - start_x); in GetBestPredictorForTile() local318 const int context_width = max_x + have_left + (max_x < width - start_x); in GetBestPredictorForTile()343 assert(max_x <= (1 << MAX_TRANSFORM_BITS)); in GetBestPredictorForTile()356 sizeof(*argb) * (max_x + have_left + 1)); in GetBestPredictorForTile()370 sizeof(*argb) * (max_x + have_left + (y + 1 < height))); in GetBestPredictorForTile()379 start_x, start_x + max_x, y, max_quantization, exact, in GetBestPredictorForTile()381 for (relative_x = 0; relative_x < max_x; ++relative_x) { in GetBestPredictorForTile()
436 int max_x = 0, max_y = 0; in GetAdjustedCanvasSize() local450 if (max_x_pos > max_x) max_x = max_x_pos; in GetAdjustedCanvasSize()453 *width = max_x; in GetAdjustedCanvasSize()
301 item->touchscreen_data->max_x = abs_info.maximum; in SDL_EVDEV_init_touchscreen()
76 int min_x, max_x, range_x; member520 item->touchscreen_data->max_x = abs_info.maximum; in SDL_EVDEV_init_touchscreen()
Completed in 9 milliseconds