Home
last modified time | relevance | path

Searched refs:max_tile_size (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dtile_size_calculator.cc43 const gfx::Size& max_tile_size, in CalculateGpuTileSize() argument
68 if (!max_tile_size.IsEmpty()) { in CalculateGpuTileSize()
69 tile_width = std::min(tile_width, max_tile_size.width()); in CalculateGpuTileSize()
70 tile_height = std::min(tile_height, max_tile_size.height()); in CalculateGpuTileSize()
84 max_tile_size == other.max_tile_size && in operator ==()
110 params.max_tile_size = layer_tree_impl->settings().max_gpu_raster_tile_size; in GetAffectingParams()
144 gfx::Size max_tile_size = affecting_params_.max_tile_size; in CalculateTileSize() local
155 CalculateGpuTileSize(base_tile_size, content_bounds, max_tile_size, in CalculateTileSize()
164 base_tile_size, content_bounds, max_tile_size, in CalculateTileSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dtile_size_calculator.cc43 const gfx::Size& max_tile_size, in CalculateGpuTileSize() argument
68 if (!max_tile_size.IsEmpty()) { in CalculateGpuTileSize()
69 tile_width = std::min(tile_width, max_tile_size.width()); in CalculateGpuTileSize()
70 tile_height = std::min(tile_height, max_tile_size.height()); in CalculateGpuTileSize()
84 max_tile_size == other.max_tile_size && in operator ==()
110 params.max_tile_size = layer_tree_impl->settings().max_gpu_raster_tile_size; in GetAffectingParams()
144 gfx::Size max_tile_size = affecting_params_.max_tile_size; in CalculateTileSize() local
155 CalculateGpuTileSize(base_tile_size, content_bounds, max_tile_size, in CalculateTileSize()
164 base_tile_size, content_bounds, max_tile_size, in CalculateTileSize()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimptile.c66 static gulong max_tile_size = 0; variable
320 max_tile_size = gimp_tile_width () * gimp_tile_height () * 4; in gimp_tile_cache_insert()
356 if ((cur_cache_size + max_tile_size) > max_cache_size) in gimp_tile_cache_insert()
365 if ((cur_cache_size + max_tile_size) > max_cache_size) in gimp_tile_cache_insert()
385 cur_cache_size += max_tile_size; in gimp_tile_cache_insert()
427 cur_cache_size -= max_tile_size; in gimp_tile_cache_flush()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/enc/
H A Dpredictor_enc.c681 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
682 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
683 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
684 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
703 int max_tile_size, in CopyTileWithColorTransform() argument
706 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
707 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
717 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
729 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
730 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/www/firefox/firefox-99.0/media/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/enc/
H A Dpredictor_enc.c663 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
664 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
665 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
666 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
685 int max_tile_size, in CopyTileWithColorTransform() argument
688 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
689 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
699 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
711 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
712 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/graphics/webp/libwebp-1.2.1/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/enc/
H A Dpredictor_enc.c681 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
682 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
683 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
684 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
703 int max_tile_size, in CopyTileWithColorTransform() argument
706 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
707 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
717 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
729 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
730 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/enc/
H A Dpredictor_enc.c683 const int max_tile_size = 1 << bits; in GetBestColorTransformForTile() local
684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile()
685 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); in GetBestColorTransformForTile()
705 int max_tile_size, in CopyTileWithColorTransform() argument
708 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
709 int yscan = GetMin(max_tile_size, ysize - tile_y); in CopyTileWithColorTransform()
719 const int max_tile_size = 1 << bits; in VP8LColorSpaceTransform() local
731 const int tile_x_offset = tile_x * max_tile_size; in VP8LColorSpaceTransform()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/raster/
H A Dgpu_raster_buffer_provider.cc55 const gfx::Size& max_tile_size, in ScopedSkSurfaceForUnpremultiplyAndDither() argument
70 if (!max_tile_size.IsEmpty()) { in ScopedSkSurfaceForUnpremultiplyAndDither()
71 DCHECK_GE(max_tile_size.width(), texture_size.width()); in ScopedSkSurfaceForUnpremultiplyAndDither()
72 DCHECK_GE(max_tile_size.height(), texture_size.height()); in ScopedSkSurfaceForUnpremultiplyAndDither()
73 intermediate_size = max_tile_size; in ScopedSkSurfaceForUnpremultiplyAndDither()
190 const gfx::Size& max_tile_size) { in RasterizeSource() argument
230 max_tile_size, texture_id, resource_size, in RasterizeSource()
372 const gfx::Size& max_tile_size, in GpuRasterBufferProvider() argument
380 max_tile_size_(max_tile_size), in GpuRasterBufferProvider()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/raster/
H A Dgpu_raster_buffer_provider.cc50 const gfx::Size& max_tile_size, in ScopedSkSurfaceForUnpremultiplyAndDither() argument
65 if (!max_tile_size.IsEmpty()) { in ScopedSkSurfaceForUnpremultiplyAndDither()
66 DCHECK_GE(max_tile_size.width(), texture_size.width()); in ScopedSkSurfaceForUnpremultiplyAndDither()
67 DCHECK_GE(max_tile_size.height(), texture_size.height()); in ScopedSkSurfaceForUnpremultiplyAndDither()
68 intermediate_size = max_tile_size; in ScopedSkSurfaceForUnpremultiplyAndDither()
185 const gfx::Size& max_tile_size) { in RasterizeSource() argument
222 max_tile_size, texture_id, resource_size, in RasterizeSource()
359 const gfx::Size& max_tile_size, in GpuRasterBufferProvider() argument
367 max_tile_size_(max_tile_size), in GpuRasterBufferProvider()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.lidar/
H A Dmain.c470 int max_tile_size = 32; in main() local
482 &binning.region, type, max_tile_size); in main()
491 max_tile_size); in main()
499 &binning.region, type, max_tile_size); in main()
507 &binning.region, type, max_tile_size); in main()
515 &binning.region, type, max_tile_size); in main()
524 max_tile_size); in main()
534 max_tile_size); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dlevel.c834 if (level_stats->max_tile_size > MAX_TILE_SIZE) { in check_level_constraints()
894 const int val = level_stats->max_tile_size * level_spec->max_header_rate * in check_level_constraints()
906 static void get_tile_stats(const AV1_COMP *const cpi, int *max_tile_size, in get_tile_stats() argument
916 *max_tile_size = 0; in get_tile_stats()
931 *max_tile_size = AOMMAX(*max_tile_size, tile_size); in get_tile_stats()
1059 int max_tile_size; in av1_update_level_info() local
1064 get_tile_stats(cpi, &max_tile_size, &max_superres_tile_width, in av1_update_level_info()
1092 level_stats->max_tile_size = in av1_update_level_info()
1093 AOMMAX(level_stats->max_tile_size, max_tile_size); in av1_update_level_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dlevel.c836 if (level_stats->max_tile_size > MAX_TILE_SIZE) { in check_level_constraints()
896 const int val = level_stats->max_tile_size * level_spec->max_header_rate * in check_level_constraints()
910 int *max_tile_size, int *max_superres_tile_width, in get_tile_stats() argument
918 *max_tile_size = 0; in get_tile_stats()
933 *max_tile_size = AOMMAX(*max_tile_size, tile_size); in get_tile_stats()
1064 int max_tile_size; in av1_update_level_info() local
1069 get_tile_stats(cm, cpi->tile_data, &max_tile_size, &max_superres_tile_width, in av1_update_level_info()
1094 level_stats->max_tile_size = in av1_update_level_info()
1095 AOMMAX(level_stats->max_tile_size, max_tile_size); in av1_update_level_info()

123