Home
last modified time | relevance | path

Searched refs:histo (Results 126 – 150 of 1312) sorted by relevance

12345678910>>...53

/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/BrotliCompress/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/net/proby/proby-1.0.2/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/brotli/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
H A Dcompress_fragment.c186 ++histo[code]; in EmitInsertLen()
201 ++histo[code]; in EmitInsertLen()
205 ++histo[61]; in EmitInsertLen()
218 ++histo[62]; in EmitLongInsertLen()
222 ++histo[63]; in EmitLongInsertLen()
254 ++histo[39]; in EmitCopyLen()
282 ++histo[64]; in EmitCopyLenLastDistance()
291 ++histo[64]; in EmitCopyLenLastDistance()
296 ++histo[39]; in EmitCopyLenLastDistance()
297 ++histo[64]; in EmitCopyLenLastDistance()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]];
106 if (histo == 0) {
107 histo = 1;
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo);
145 size_t histo;
156 histo = histogram[data[(pos + i) & mask]];
157 if (histo == 0) {
158 histo = 1;
161 double lit_cost = FastLog2(in_window) - FastLog2(histo);
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/lang/spidermonkey78/firefox-78.9.0/modules/brotli/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/www/node10/node-v10.24.1/deps/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
H A Dcompress_fragment.c186 ++histo[code]; in EmitInsertLen()
201 ++histo[code]; in EmitInsertLen()
205 ++histo[61]; in EmitInsertLen()
218 ++histo[62]; in EmitLongInsertLen()
222 ++histo[63]; in EmitLongInsertLen()
254 ++histo[39]; in EmitCopyLen()
282 ++histo[64]; in EmitCopyLenLastDistance()
291 ++histo[64]; in EmitCopyLenLastDistance()
296 ++histo[39]; in EmitCopyLenLastDistance()
297 ++histo[64]; in EmitCopyLenLastDistance()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dliteral_cost.c104 size_t histo = histogram[utf8_pos][data[masked_pos]]; in EstimateBitCostsForLiteralsUTF8() local
106 if (histo == 0) { in EstimateBitCostsForLiteralsUTF8()
107 histo = 1; in EstimateBitCostsForLiteralsUTF8()
109 lit_cost = FastLog2(in_window_utf8[utf8_pos]) - FastLog2(histo); in EstimateBitCostsForLiteralsUTF8()
145 size_t histo; in BrotliEstimateBitCostsForLiterals() local
156 histo = histogram[data[(pos + i) & mask]]; in BrotliEstimateBitCostsForLiterals()
157 if (histo == 0) { in BrotliEstimateBitCostsForLiterals()
158 histo = 1; in BrotliEstimateBitCostsForLiterals()
161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Thresholding/include/
H A DitkMomentsThresholdCalculator.hxx53 std::vector<double> histo(size); in GenerateData() local
56 histo[i] = (double)(histogram->GetFrequency(i, 0) / total); // normalised histogram in GenerateData()
63 m1 += m * histo[i]; in GenerateData()
64 m2 += m * m * histo[i]; in GenerateData()
65 m3 += m * m * m * histo[i]; in GenerateData()
85 sum += histo[i]; in GenerateData()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c186 ++histo[code]; in EmitInsertLen()
201 ++histo[code]; in EmitInsertLen()
205 ++histo[61]; in EmitInsertLen()
218 ++histo[62]; in EmitLongInsertLen()
222 ++histo[63]; in EmitLongInsertLen()
254 ++histo[39]; in EmitCopyLen()
282 ++histo[64]; in EmitCopyLenLastDistance()
291 ++histo[64]; in EmitCopyLenLastDistance()
296 ++histo[39]; in EmitCopyLenLastDistance()
297 ++histo[64]; in EmitCopyLenLastDistance()
[all …]
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/enc/
H A Dcompress_fragment.c186 ++histo[code]; in EmitInsertLen()
201 ++histo[code]; in EmitInsertLen()
205 ++histo[21]; in EmitInsertLen()
218 ++histo[22]; in EmitLongInsertLen()
222 ++histo[23]; in EmitLongInsertLen()
254 ++histo[47]; in EmitCopyLen()
282 ++histo[64]; in EmitCopyLenLastDistance()
291 ++histo[64]; in EmitCopyLenLastDistance()
296 ++histo[47]; in EmitCopyLenLastDistance()
297 ++histo[64]; in EmitCopyLenLastDistance()
[all …]

12345678910>>...53