Home
last modified time | relevance | path

Searched refs:histo (Results 101 – 125 of 1312) sorted by relevance

12345678910>>...53

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dcolorquant2.c318 l_int32 *histo; in pixMedianCutQuantGeneral() local
377 if (histo[i]) in pixMedianCutQuantGeneral()
529 LEPT_FREE(histo); in pixMedianCutQuantGeneral()
831 l_int32 *histo; in pixMedianCutHisto() local
864 return histo; in pixMedianCutHisto()
906 if (!histo) in pixcmapGenerateFromHisto()
915 if (histo[i]) { in pixcmapGenerateFromHisto()
1289 if (!histo) in medianCutApply()
1466 if (!histo) in pixcmapGenerateFromMedianCuts()
1524 if (!histo) in vboxGetAverageColor()
[all …]
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dcolorquant2.c303 l_int32 *histo; in pixMedianCutQuantGeneral() local
362 if (histo[i]) in pixMedianCutQuantGeneral()
384 FREE(histo); in pixMedianCutQuantGeneral()
514 FREE(histo); in pixMedianCutQuantGeneral()
811 l_int32 *histo; in pixMedianCutHisto() local
844 return histo; in pixMedianCutHisto()
884 if (!histo) in pixcmapGenerateFromHisto()
1259 if (!histo) in medianCutApply()
1434 if (!histo) in pixcmapGenerateFromMedianCuts()
1484 if (!histo) in vboxGetAverageColor()
[all …]
H A Drank.c244 l_int32 *histo, *histo16; in pixRankFilterGray() local
306 histo[n] = 0; in pixRankFilterGray()
318 histo[val]++; in pixRankFilterGray()
326 histo[val]--; in pixRankFilterGray()
332 histo[val]++; in pixRankFilterGray()
348 sum += histo[k]; in pixRankFilterGray()
361 histo[n] = 0; in pixRankFilterGray()
380 histo[val]--; in pixRankFilterGray()
383 histo[val]++; in pixRankFilterGray()
399 sum += histo[k]; in pixRankFilterGray()
[all …]
/dports/biology/jellyfish/jellyfish-2.3.0/tests/
H A Dbloom_filter.sh10 $JF histo ${pref}_10m.jf > ${pref}_10m.histo
12 COLLISIONS=$(cut -d\ -f2 ${pref}_10m.histo | paste -sd+ - | bc)
22 $JF histo ${pref}_3m.jf > ${pref}_3m.histo
25 COLLISIONS=$(cut -d\ -f2 ${pref}_3m.histo | paste -sd+ - | bc)
H A Dmulti_file.sh7 d93b7678037814c256d1d9120a0e6422 ${pref}_m15_s2M.histo
8 d93b7678037814c256d1d9120a0e6422 ${pref}_m15_s2M_zip.histo
13 $JF histo ${pref}_m15_s2M.jf > ${pref}_m15_s2M.histo
23 $JF histo ${pref}_m15_s2M_zip.jf > ${pref}_m15_s2M_zip.histo
/dports/audio/py-music21/music21-7.1.0/music21/features/
H A DjSymbolic.py833 if not histo:
869 pc = histo.index(max(histo))
940 pIndexMax = histo.index(max(histo))
946 pIndexSecond = histo.index(max(histo))
1012 pIndexMax = histo.index(max(histo))
1015 pIndexSecond = histo.index(max(histo))
1136 if not histo:
1200 if not histo:
1229 if not histo:
1265 if not histo:
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dliteral_cost.go109 var histo uint = histogram[utf8_pos][data[masked_pos]]
111 if histo == 0 {
112 histo = 1
115 lit_cost = fastLog2(in_window_utf8[utf8_pos]) - fastLog2(histo)
151 var histo uint
166 histo = histogram[data[(pos+i)&mask]]
167 if histo == 0 {
168 histo = 1
171 var lit_cost float64 = fastLog2(in_window) - fastLog2(histo)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dliteral_cost.go109 var histo uint = histogram[utf8_pos][data[masked_pos]]
111 if histo == 0 {
112 histo = 1
115 lit_cost = fastLog2(in_window_utf8[utf8_pos]) - fastLog2(histo)
151 var histo uint
166 histo = histogram[data[(pos+i)&mask]]
167 if histo == 0 {
168 histo = 1
171 var lit_cost float64 = fastLog2(in_window) - fastLog2(histo)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dliteral_cost.go109 var histo uint = histogram[utf8_pos][data[masked_pos]]
111 if histo == 0 {
112 histo = 1
115 lit_cost = fastLog2(in_window_utf8[utf8_pos]) - fastLog2(histo)
151 var histo uint
166 histo = histogram[data[(pos+i)&mask]]
167 if histo == 0 {
168 histo = 1
171 var lit_cost float64 = fastLog2(in_window) - fastLog2(histo)
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/andybalholm/brotli/
H A Dliteral_cost.go109 var histo uint = histogram[utf8_pos][data[masked_pos]]
111 if histo == 0 {
112 histo = 1
115 lit_cost = fastLog2(in_window_utf8[utf8_pos]) - fastLog2(histo)
151 var histo uint
166 histo = histogram[data[(pos+i)&mask]]
167 if histo == 0 {
168 histo = 1
171 var lit_cost float64 = fastLog2(in_window) - fastLog2(histo)
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/tests/
H A Dmulti_file.sh7 d93b7678037814c256d1d9120a0e6422 ${pref}_m15_s2M.histo
8 d93b7678037814c256d1d9120a0e6422 ${pref}_m15_s2M_zip.histo
13 $JF histo ${pref}_m15_s2M.jf > ${pref}_m15_s2M.histo
23 $JF histo ${pref}_m15_s2M_zip.jf > ${pref}_m15_s2M_zip.histo
/dports/misc/vxl/vxl-3.3.2/contrib/mul/pdf1d/tools/
H A Dselect_n_mixtures.cxx50 void select_form(vnl_vector<int>& histo, in select_form() argument
60 if (histo.size()!=n) in select_form()
62 histo.set_size(n); in select_form()
63 histo.fill(0); in select_form()
82 histo[best_j]+=1; in select_form()
92 vnl_vector<int> histo; in select_form() local
103 select_form(histo,n_samples,n_trials,true_pdf,builder,comparator); in select_form()
112 std::cout<<i+1<<" components: "<<histo[i]<<std::endl; in select_form()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/algo/
H A Dvil3d_histogram.h21 std::vector<double>& histo, in vil3d_histogram() argument
24 histo.resize(n_bins); in vil3d_histogram()
25 std::fill(histo.begin(),histo.end(),0.0); in vil3d_histogram()
44 if (index>=0 && (unsigned)index<n_bins) histo[index]+=1; in vil3d_histogram()
54 std::vector<double>& histo);
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/filters/rank/
H A Dcore_cy.pyx21 cdef inline void histogram_increment(Py_ssize_t[::1] histo, double* pop, argument
23 histo[value] += 1
27 cdef inline void histogram_decrement(Py_ssize_t[::1] histo, double* pop, argument
29 histo[value] -= 1
105 # cdef Py_ssize_t* histo
106 cdef Py_ssize_t [::1] histo = np.zeros(n_bins, dtype=np.intp)
131 histo[i] = 0
195 histogram_increment(histo, &pop, image[rr, cc])
201 histogram_decrement(histo, &pop, image[rr, cc])
232 histogram_increment(histo, &pop, image[rr, cc])
[all …]
/dports/science/yoda/YODA-1.9.1/src/
H A DHisto1D.cc204 if (histo.path() != scatt.path()) rtn.setPath(""); in add()
208 const HistoBin1D& b = histo.bin(i); in add()
240 assert(rtn.numPoints() == histo.numBins()); in add()
252 if (histo.path() != scatt.path()) rtn.setPath(""); in subtract()
256 const HistoBin1D& b = histo.bin(i); in subtract()
288 assert(rtn.numPoints() == histo.numBins()); in subtract()
300 if (histo.path() != scatt.path()) rtn.setPath(""); in subtract()
304 const HistoBin1D& b = histo.bin(i); in subtract()
336 assert(rtn.numPoints() == histo.numBins()); in subtract()
352 const HistoBin1D& b = histo.bin(i); in multiply()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/algo/
H A Dvil_histogram.cxx11 vil_histogram_byte(const vil_image_view<vxl_byte> & image, std::vector<double> & histo) in vil_histogram_byte() argument
13 histo.resize(256); in vil_histogram_byte()
14 std::fill(histo.begin(), histo.end(), 0.0); in vil_histogram_byte()
26 histo[*pixel] += 1; in vil_histogram_byte()
/dports/emulators/qemu60/qemu-6.0.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/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/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/archivers/py-brotli/Brotli-1.0.9/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/archivers/py-brotlipy/brotlipy-0.7.0/libbrotli/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/mono/mono-5.10.1.57/external/corefx/src/Native/AnyOS/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/archivers/brotli/brotli-1.0.9/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/devel/apitrace/apitrace-9.0/thirdparty/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/qemu42/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/emulators/qemu/qemu-6.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()

12345678910>>...53