Home
last modified time | relevance | path

Searched refs:UVTable (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/JO/
H A Djo_jpeg.cpp259 unsigned char YTable[64], UVTable[64]; in jo_write_jpg() local
264 UVTable[s_jo_ZigZag[i]] = uvti < 1 ? 1 : uvti > 255 ? 255 : uvti; in jo_write_jpg()
271 fdtbl_UV[k] = 1 / (UVTable[s_jo_ZigZag[k]] * aasf[row] * aasf[col]); in jo_write_jpg()
280 fwrite(UVTable, sizeof(UVTable), 1, fp); in jo_write_jpg()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dstb_image_write.h478 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
492 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
498 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
515 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/graphics/codec/
H A DJPEGEncoder.as244 private var UVTable:Array = new Array(64);
457 * Initializes YTable, UVTable, fdtbl_Y, and fdtbl_UV.
505 UVTable[ZigZag[i]] = t;
523 (1.0 / (UVTable[ZigZag[i]] * aasf[row] * aasf[col] * 8.0));
922 writeByte(UVTable[i]);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/graphics/codec/
H A DJPEGEncoder.as254 private var UVTable:Array = new Array(64);
482 * Initializes YTable, UVTable, fdtbl_Y, and fdtbl_UV.
530 UVTable[ZigZag[i]] = t;
548 (1.0 / (UVTable[ZigZag[i]] * aasf[row] * aasf[col] * 8.0));
947 writeByte(UVTable[i]);
/dports/net/freeswitch/freeswitch-1.10.3.-release/clients/flex/com/adobe/images/
H A DJPGEncoder.as58 private var UVTable:Array = new Array(64);
102 UVTable[ZigZag[i]] = t;
114 fdtbl_UV[i] = (1.0 / (UVTable[ZigZag[i]] * aasf[row] * aasf[col] * 8.0));
434 writeByte(UVTable[i]);
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/charts/as/com/adobe/images/
H A DJPGEncoder.as58 private var UVTable:Array = new Array(64);
102 UVTable[ZigZag[i]] = t;
114 fdtbl_UV[i] = (1.0 / (UVTable[ZigZag[i]] * aasf[row] * aasf[col] * 8.0));
434 writeByte(UVTable[i]);
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/charts/as/com/adobe/images/
H A DJPGEncoder.as58 private var UVTable:Array = new Array(64);
102 UVTable[ZigZag[i]] = t;
114 fdtbl_UV[i] = (1.0 / (UVTable[ZigZag[i]] * aasf[row] * aasf[col] * 8.0));
434 writeByte(UVTable[i]);
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/stb_image/
H A Dstb_image_write.h1258 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1272 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1278 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1291 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_image_write.h1258 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1272 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1278 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1291 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/emulators/anese/ANESE-0.9.1/thirdparty/headeronly/
H A Dstb_image_write.h1364 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1378 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1384 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1397 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/graphics/nanort/nanort-b1feea8/examples/common/
H A Dstb_image_write.h1364 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1378 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1384 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1397 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/STBICodec/src/stbi/
H A Dstb_image_write.h1364 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1378 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1384 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1397 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gltf/
H A Dstb_image_write.h1598 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1613 UVTable[stbiw__jpg_ZigZag[i]] = in stbi_write_jpg_core()
1620 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1658 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/3rdparty/stb/include/
H A Dstb_image_write.h1258 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1272 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1278 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1291 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_image_write.h1276 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1290 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1296 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1309 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/devel/sfml/SFML-2.5.1/extlibs/headers/stb_image/
H A Dstb_image_write.h1258 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1272 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1278 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1291 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/devel/stb/stb-f54acd4/
H A Dstb_image_write.h1418 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1433 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1439 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1452 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/misc/visp/visp-3.4.0/3rdparty/stb_image/
H A Dstb_image_write.h1413 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1427 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1433 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1446 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/misc/mnn/MNN-1.2.0/3rd_party/imageHelper/
H A Dstb_image_write.h1418 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1432 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1438 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1451 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_image_write.h1413 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1427 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1433 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1446 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_image_write.h1418 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1432 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1438 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1451 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dstb_image_write.h1442 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1457 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1476 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/
H A Dstb_image_write.h1442 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1457 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1476 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dstb_image_write.h1442 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1457 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1476 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/thirdparty/stb/
H A Dstb_image_write.h1418 unsigned char YTable[64], UVTable[64]; in stbi_write_jpg_core() local
1433 UVTable[stbiw__jpg_ZigZag[i]] = (unsigned char) (uvti < 1 ? 1 : uvti > 255 ? 255 : uvti); in stbi_write_jpg_core()
1439 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1452 s->func(s->context, UVTable, sizeof(UVTable)); in stbi_write_jpg_core()

12