Home
last modified time | relevance | path

Searched refs:clamped_row (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/tutorial/
H A Dlesson_09_update_definitions.cpp828 uint8_t *clamped_row = in main() local
839 *clamped_row++ = input_row[clamped_x]; in main()
856 uint8_t *clamped_row = in main() local
860 (__m128i const *)(clamped_row + max_x + 2)); in main()
873 uint8_t *clamped_row = in main() local
877 (__m128i const *)(clamped_row + min_x + 2)); in main()
/dports/devel/stb/stb-f54acd4/
H A Dstb_image_write.h1485 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1486 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1523 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1524 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dstb_image_write.h1509 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1547 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/
H A Dstb_image_write.h1509 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1547 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dstb_image_write.h1509 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1547 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/thirdparty/stb/
H A Dstb_image_write.h1485 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1486 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1523 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1524 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_image_write.h1509 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1547 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/stb_image/
H A Dstb_image_write.h1509 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1547 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/stb/
H A Dstb_image_write.h1485 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1486 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1523 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1524 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/misc/ncnn/ncnn-20211208/src/
H A Dstb_image_write.h1509 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1547 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/stb/
H A Dstb_image_write.h1509 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1547 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dstb_image_write.h1509 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1547 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1577 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/misc/usd/USD-21.11/pxr/imaging/hio/stb/
H A Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1577 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1577 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1577 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/stb_image/
H A Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1577 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/x11/aclip/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h1539 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1577 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dconvolve.cc430 const float* clamped_row = wrap_row(row_m + dy * stride, stride); in ConvolveRow() local
434 mul += clamped_row[clamped_x] * wx * wy; in ConvolveRow()
639 const float* clamped_row = wrap_row(row_m + dy * stride, stride); in ConvolveRow() local
643 mul += clamped_row[clamped_x] * wx * wy; in ConvolveRow()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dconvolve.cc430 const float* clamped_row = wrap_row(row_m + dy * stride, stride); in ConvolveRow() local
434 mul += clamped_row[clamped_x] * wx * wy; in ConvolveRow()
639 const float* clamped_row = wrap_row(row_m + dy * stride, stride); in ConvolveRow() local
643 mul += clamped_row[clamped_x] * wx * wy; in ConvolveRow()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dconvolve.cc430 const float* clamped_row = wrap_row(row_m + dy * stride, stride); in ConvolveRow() local
434 mul += clamped_row[clamped_x] * wx * wy; in ConvolveRow()
639 const float* clamped_row = wrap_row(row_m + dy * stride, stride); in ConvolveRow() local
643 mul += clamped_row[clamped_x] * wx * wy; in ConvolveRow()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dconvolve.cc430 const float* clamped_row = wrap_row(row_m + dy * stride, stride); in ConvolveRow() local
434 mul += clamped_row[clamped_x] * wx * wy; in ConvolveRow()
639 const float* clamped_row = wrap_row(row_m + dy * stride, stride); in ConvolveRow() local
643 mul += clamped_row[clamped_x] * wx * wy; in ConvolveRow()
/dports/misc/visp/visp-3.4.0/3rdparty/stb_image/
H A Dstb_image_write.h1476 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1477 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/misc/mnn/MNN-1.2.0/3rd_party/imageHelper/
H A Dstb_image_write.h1481 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1482 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_image_write.h1476 int clamped_row = (row < height) ? row : height - 1; in stbi_write_jpg_core() local
1477 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()

12