Home
last modified time | relevance | path

Searched refs:histo (Results 51 – 75 of 1312) sorted by relevance

12345678910>>...53

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/archivers/py-brotli/Brotli-1.0.9/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/archivers/py-brotlipy/brotlipy-0.7.0/libbrotli/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/archivers/brotli/brotli-1.0.9/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/BrotliCompress/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/AnyOS/brotli/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/net/proby/proby-1.0.2/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/brotli/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4];
52 histo[i] = histogram->data_[s[i]];
58 if (histo[j] > histo[i]) {
59 BROTLI_SWAP(uint32_t, histo, j, i);
63 h23 = histo[2] + histo[3];
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]);
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax);
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4];
52 histo[i] = histogram->data_[s[i]];
58 if (histo[j] > histo[i]) {
59 BROTLI_SWAP(uint32_t, histo, j, i);
63 h23 = histo[2] + histo[3];
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]);
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax);
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/c/enc/
H A Dbit_cost_inc.h48 uint32_t histo[4]; in FN() local
52 histo[i] = histogram->data_[s[i]]; in FN()
58 if (histo[j] > histo[i]) { in FN()
59 BROTLI_SWAP(uint32_t, histo, j, i); in FN()
63 h23 = histo[2] + histo[3]; in FN()
64 histomax = BROTLI_MAX(uint32_t, h23, histo[0]); in FN()
66 3 * h23 + 2 * (histo[0] + histo[1]) - histomax); in FN()

12345678910>>...53