Home
last modified time | relevance | path

Searched refs:max_x (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpredictor_enc.c311 const int max_x = GetMin(tile_size, width - start_x); in GetBestPredictorForTile() local
318 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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Dmuxedit.c436 int max_x = 0, max_y = 0; in GetAdjustedCanvasSize() local
450 if (max_x_pos > max_x) max_x = max_x_pos; in GetAdjustedCanvasSize()
453 *width = max_x; in GetAdjustedCanvasSize()
/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c301 item->touchscreen_data->max_x = abs_info.maximum; in SDL_EVDEV_init_touchscreen()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c76 int min_x, max_x, range_x; member
520 item->touchscreen_data->max_x = abs_info.maximum; in SDL_EVDEV_init_touchscreen()

Completed in 9 milliseconds