Home
last modified time | relevance | path

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

12

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/JO/
H A Djo_jpeg.cpp267 float fdtbl_Y[64], fdtbl_UV[64]; in jo_write_jpg() local
271 fdtbl_UV[k] = 1 / (UVTable[s_jo_ZigZag[k]] * aasf[row] * aasf[col]); in jo_write_jpg()
324 DCU = jo_processDU(fp, bitBuf, bitCnt, UDU, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in jo_write_jpg()
325 DCV = jo_processDU(fp, bitBuf, bitCnt, VDU, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in jo_write_jpg()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dstb_image_write.h477 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
498 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
564 DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, UDU, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
565 DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, VDU, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); 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.as256 private var fdtbl_UV:Array = new Array(64);
457 * Initializes YTable, UVTable, fdtbl_Y, and fdtbl_UV.
522 fdtbl_UV[i] =
573 DCU = processDU(UDU, fdtbl_UV, DCU, UVDC_HT, UVAC_HT);
574 DCV = processDU(VDU, fdtbl_UV, DCV, UVDC_HT, UVAC_HT);
/dports/devel/stb/stb-f54acd4/
H A Dstb_image_write.h1417 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1439 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1512 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1513 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dstb_image_write.h1441 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1560 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1561 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/
H A Dstb_image_write.h1441 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1560 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1561 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dstb_image_write.h1441 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1560 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1561 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/thirdparty/stb/
H A Dstb_image_write.h1417 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1439 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1512 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1513 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_image_write.h1441 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1560 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1561 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/stb_image/
H A Dstb_image_write.h1441 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1560 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1561 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/stb/
H A Dstb_image_write.h1417 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1439 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1512 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1513 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/misc/ncnn/ncnn-20211208/src/
H A Dstb_image_write.h1441 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1560 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1561 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/stb/
H A Dstb_image_write.h1441 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1560 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1561 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dstb_image_write.h1441 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1463 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1536 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1537 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1560 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1561 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/graphics/codec/
H A DJPEGEncoder.as266 private var fdtbl_UV:Array = new Array(64);
482 * Initializes YTable, UVTable, fdtbl_Y, and fdtbl_UV.
547 fdtbl_UV[i] =
598 DCU = processDU(UDU, fdtbl_UV, DCU, UVDC_HT, UVAC_HT);
599 DCV = processDU(VDU, fdtbl_UV, DCV, UVDC_HT, UVAC_HT);
/dports/net/freeswitch/freeswitch-1.10.3.-release/clients/flex/com/adobe/images/
H A DJPGEncoder.as60 private var fdtbl_UV:Array = new Array(64);
114 fdtbl_UV[i] = (1.0 / (UVTable[ZigZag[i]] * aasf[row] * aasf[col] * 8.0));
631 DCU = processDU(UDU, fdtbl_UV, DCU, UVDC_HT, UVAC_HT);
632 DCV = processDU(VDU, fdtbl_UV, DCV, UVDC_HT, UVAC_HT);
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/charts/as/com/adobe/images/
H A DJPGEncoder.as60 private var fdtbl_UV:Array = new Array(64);
114 fdtbl_UV[i] = (1.0 / (UVTable[ZigZag[i]] * aasf[row] * aasf[col] * 8.0));
631 DCU = processDU(UDU, fdtbl_UV, DCU, UVDC_HT, UVAC_HT);
632 DCV = processDU(VDU, fdtbl_UV, DCV, UVDC_HT, UVAC_HT);
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/charts/as/com/adobe/images/
H A DJPGEncoder.as60 private var fdtbl_UV:Array = new Array(64);
114 fdtbl_UV[i] = (1.0 / (UVTable[ZigZag[i]] * aasf[row] * aasf[col] * 8.0));
631 DCU = processDU(UDU, fdtbl_UV, DCU, UVDC_HT, UVAC_HT);
632 DCV = processDU(VDU, fdtbl_UV, DCV, UVDC_HT, UVAC_HT);
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h1471 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1566 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1567 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1590 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1591 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/misc/usd/USD-21.11/pxr/imaging/hio/stb/
H A Dstb_image_write.h1471 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1566 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1567 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1590 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1591 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h1471 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1566 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1567 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1590 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1591 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h1471 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1566 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1567 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1590 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1591 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/stb_image/
H A Dstb_image_write.h1471 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1566 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1567 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1590 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1591 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/x11/aclip/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h1471 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1566 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subU, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1567 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, subV, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1590 … DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, U, 8, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1591 … DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, V, 8, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/stb_image/
H A Dstb_image_write.h1257 float fdtbl_Y[64], fdtbl_UV[64]; in stbi_write_jpg_core() local
1278 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); in stbi_write_jpg_core()
1340 DCU = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, UDU, fdtbl_UV, DCU, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()
1341 DCV = stbiw__jpg_processDU(s, &bitBuf, &bitCnt, VDU, fdtbl_UV, DCV, UVDC_HT, UVAC_HT); in stbi_write_jpg_core()

12