Home
last modified time | relevance | path

Searched refs:tile_y_offset (Results 1 – 18 of 18) sorted by relevance

/dports/games/lgeneral/lgeneral-1.3.2/src/
H A Dstrat_map.c371 int tile_x_offset, tile_y_offset; in strat_map_get_pos() local
390 tile_y_offset = sm_y_offset; in strat_map_get_pos()
392 tile_y_offset += y * strat_tile_height; in strat_map_get_pos()
394 tile_y_offset += strat_tile_height >> 1; in strat_map_get_pos()
398 tile_y = cy - tile_y_offset; in strat_map_get_pos()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/enc/
H A Dpredictor_enc.c682 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
685 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
687 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
688 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
730 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
732 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
744 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
748 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/www/firefox/firefox-99.0/media/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/enc/
H A Dpredictor_enc.c664 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
667 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
669 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
670 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
712 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
714 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
726 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
730 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/graphics/webp/libwebp-1.2.1/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/enc/
H A Dpredictor_enc.c682 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
685 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
687 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
688 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
730 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
732 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
744 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
748 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/enc/
H A Dpredictor_enc.c684 const int tile_y_offset = tile_y * max_tile_size; in GetBestColorTransformForTile() local
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); in GetBestColorTransformForTile()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile()
690 const uint32_t* const tile_argb = argb + tile_y_offset * xsize in GetBestColorTransformForTile()
732 const int tile_y_offset = tile_y * max_tile_size; in VP8LColorSpaceTransform() local
734 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height); in VP8LColorSpaceTransform()
746 CopyTileWithColorTransform(width, height, tile_x_offset, tile_y_offset, in VP8LColorSpaceTransform()
750 for (y = tile_y_offset; y < all_y_max; ++y) { in VP8LColorSpaceTransform()