Home
last modified time | relevance | path

Searched refs:sub_size (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/sort/strings/
H A Dstring_ptr.hpp69 StringPtr sub(size_t offset, size_t sub_size) const { in sub()
70 assert(offset + sub_size <= size()); in sub()
71 return StringPtr(active_.subi(offset, offset + sub_size)); in sub()
123 StringLcpPtr sub(size_t offset, size_t sub_size) const { in sub()
124 assert(offset + sub_size <= size()); in sub()
201 StringShadowPtr sub(size_t offset, size_t sub_size) const { in sub()
202 assert(offset + sub_size <= size()); in sub()
210 StringShadowPtr flip(size_t offset, size_t sub_size) const { in flip()
211 assert(offset + sub_size <= size()); in flip()
285 assert(offset + sub_size <= size()); in sub()
[all …]
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/sort/strings/
H A Dstring_ptr.hpp69 StringPtr sub(size_t offset, size_t sub_size) const { in sub()
70 assert(offset + sub_size <= size()); in sub()
71 return StringPtr(active_.subi(offset, offset + sub_size)); in sub()
123 StringLcpPtr sub(size_t offset, size_t sub_size) const { in sub()
124 assert(offset + sub_size <= size()); in sub()
201 StringShadowPtr sub(size_t offset, size_t sub_size) const { in sub()
202 assert(offset + sub_size <= size()); in sub()
210 StringShadowPtr flip(size_t offset, size_t sub_size) const { in flip()
211 assert(offset + sub_size <= size()); in flip()
285 assert(offset + sub_size <= size()); in sub()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/utils/
H A Dparameter_tree.cc47 const BlockSize sub_size = kSubSize[partition][block_size_]; in SetPartitionType() local
49 assert(partition == kPartitionNone || sub_size != kBlockInvalid); in SetPartitionType()
57 sub_size, true); in SetPartitionType()
62 sub_size, true); in SetPartitionType()
66 ParameterTree::Create(row4x4_, column4x4_, sub_size, false); in SetPartitionType()
68 sub_size, false); in SetPartitionType()
70 sub_size, false); in SetPartitionType()
82 sub_size, true); in SetPartitionType()
102 sub_size, true); in SetPartitionType()
118 column4x4_, sub_size, true); in SetPartitionType()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/utils/
H A Dparameter_tree.cc47 const BlockSize sub_size = kSubSize[partition][block_size_]; in SetPartitionType() local
49 assert(partition == kPartitionNone || sub_size != kBlockInvalid); in SetPartitionType()
57 sub_size, true); in SetPartitionType()
62 sub_size, true); in SetPartitionType()
66 ParameterTree::Create(row4x4_, column4x4_, sub_size, false); in SetPartitionType()
68 sub_size, false); in SetPartitionType()
70 sub_size, false); in SetPartitionType()
82 sub_size, true); in SetPartitionType()
102 sub_size, true); in SetPartitionType()
118 column4x4_, sub_size, true); in SetPartitionType()
[all …]
/dports/x11-toolkits/py-xlib/python-xlib-0.27/examples/
H A Dshapewin.py115 self.sub_size = 59
116 self.sub_pm = self.window.create_pixmap(self.sub_size, self.sub_size, 1)
118 self.sub_pm.fill_rectangle(gc, 0, 0, self.sub_size, self.sub_size)
121 [(self.sub_size // 2, 0),
122 (self.sub_size, self.sub_size // 2),
123 (self.sub_size // 2, self.sub_size),
124 (0, self.sub_size // 2)])
166 e.event_x - self.sub_size // 2,
167 e.event_y - self.sub_size // 2,
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dpsycho_1.h2 void psycho_1_read_freq_band (int *sub_size, g_ptr *ltg, int lay, int freq);
6 void read_freq_band(int *sub_size, g_ptr *ltg, int lay, int freq);
8 void make_map(int sub_size, mask *power, g_thres *ltg);
16 void threshold(int sub_size, mask *power, g_thres *ltg, int *tone, int *noise, int bit_rate);
17 void II_minimum_mask(int sub_size, g_thres *ltg, double *ltmin, int sblimit);
H A Dpsycho_1.c68 *sub_size = SecondFreqEntries[freq] + 1; in psycho_1_read_freq_band()
69 *ltg = (g_ptr) mem_alloc (sizeof (g_thres) * *sub_size, "ltg"); in psycho_1_read_freq_band()
73 for (i = 1; i < *sub_size; i++) { in psycho_1_read_freq_band()
151 sscanf (t, "%d\n", sub_size); in read_freq_band()
173 void make_map (int sub_size, mask * power, g_thres * ltg) in make_map() argument
178 for (i = 1; i < sub_size; i++) in make_map()
638 for (k = 1; k < sub_size; k++) { /* Target frequencies */ in threshold()
760 while (ltg[j].line >> 4 == i && j < sub_size) { in II_minimum_mask()
821 static int sub_size; in psycho_1() local
843 make_map (sub_size, power, ltg); in psycho_1()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dpsycho_1.c92 *sub_size = SecondFreqEntries[freq] + 1; in psycho_1_read_freq_band()
93 *ltg = (g_ptr) TWOLAME_MALLOC(sizeof(g_thres) * *sub_size); in psycho_1_read_freq_band()
97 for (i = 1; i < *sub_size; i++) { in psycho_1_read_freq_band()
111 static void psycho_1_make_map(int sub_size, mask power[HAN_SIZE], g_thres * ltg) in psycho_1_make_map() argument
116 for (i = 1; i < sub_size; i++) in psycho_1_make_map()
433 int sub_size = mem->sub_size; in psycho_1_threshold() local
439 for (k = 1; k < sub_size; k++) { in psycho_1_threshold()
500 if (j >= sub_size - 1) /* check subband limit, and */ in psycho_1_minimum_mask()
504 while (ltg[j].line >> 4 == i && j < sub_size) { in psycho_1_minimum_mask()
585 &mem->sub_size); in psycho_1()
[all …]
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dpsycho_1.c90 *sub_size = SecondFreqEntries[freq] + 1; in psycho_1_read_freq_band()
91 *ltg = (g_ptr) TWOLAME_MALLOC(sizeof(g_thres) * *sub_size); in psycho_1_read_freq_band()
95 for (i = 1; i < *sub_size; i++) { in psycho_1_read_freq_band()
109 static void psycho_1_make_map(int sub_size, mask power[HAN_SIZE], g_thres * ltg) in psycho_1_make_map() argument
114 for (i = 1; i < sub_size; i++) in psycho_1_make_map()
431 int sub_size = mem->sub_size; in psycho_1_threshold() local
437 for (k = 1; k < sub_size; k++) { in psycho_1_threshold()
498 if (j >= sub_size - 1) /* check subband limit, and */ in psycho_1_minimum_mask()
502 while (ltg[j].line >> 4 == i && j < sub_size) { in psycho_1_minimum_mask()
583 &mem->sub_size); in twolame_psycho_1()
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/datasets/
H A Dsub_dataset.py155 sub_size = n_examples // n
156 return [SubDataset(dataset, sub_size * i, sub_size * (i + 1), order)
179 sub_size = n_examples // n
181 return [SubDataset(dataset, sub_size * i, sub_size * (i + 1), order)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/frameworks/av/media/libstagefright/
H A DESDS.cpp190 size_t sub_offset, sub_size; in parseESDescriptor() local
192 offset, size, &tag, &sub_offset, &sub_size); in parseESDescriptor()
202 err = parseDecoderConfigDescriptor(sub_offset, sub_size); in parseESDescriptor()
224 size_t sub_offset, sub_size; in parseDecoderConfigDescriptor() local
226 offset, size, &tag, &sub_offset, &sub_size); in parseDecoderConfigDescriptor()
237 mDecoderSpecificLength = sub_size; in parseDecoderConfigDescriptor()
/dports/biology/iqtree/IQ-TREE-2.0.6/pda/
H A Dcircularnetwork.cpp60 taxa_set.resize(params.sub_size - params.min_size + 1); in findPD()
105 table.resize(params.sub_size-1); in computePDInfo()
106 for (k = 0; k < params.sub_size-1; k++) { in computePDInfo()
136 if (max_pd < table[0][v] + table[sub_size-2][v]) { in computePDScore()
137 max_pd = table[0][v] + table[sub_size-2][v]; in computePDScore()
221 if (max_pd < table[0][v] + table[sub_size-2][v]) { in constructPD()
222 max_pd = table[0][v] + table[sub_size-2][v]; in constructPD()
231 if (max_pd == table[0][v] + table[sub_size-2][v]) { in constructPD()
251 for (k = sub_size-2; k >= 1; k--) { in constructPD()
271 if (sub_size == 0) { in constructPD()
[all …]
H A Dgreedy.cpp37 params.min_size = params.sub_size; in run()
39 taxa_set.resize(params.sub_size - params.min_size + 1); in run()
49 list_size = params.sub_size-2; in run()
58 list_size = params.sub_size-2; in run()
73 list_size = params.sub_size - included; in run()
91 if (params.sub_size - list_size >= params.min_size) { in run()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapiobject.c80 guint sub_size; in gst_vaapi_object_new() local
92 sub_size = object_class->size - sizeof (*object); in gst_vaapi_object_new()
93 if (sub_size > 0) in gst_vaapi_object_new()
94 memset (((guchar *) object) + sizeof (*object), 0, sub_size); in gst_vaapi_object_new()
H A Dgstvaapiminiobject.c92 guint sub_size; in gst_vaapi_mini_object_new0() local
100 sub_size = object_class->size - sizeof (*object); in gst_vaapi_mini_object_new0()
101 if (sub_size > 0) in gst_vaapi_mini_object_new0()
102 memset (((guchar *) object) + sizeof (*object), 0, sub_size); in gst_vaapi_mini_object_new0()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/os_regex/examples/
H A Dregex_str.c36 int sub_size = 0; in main() local
47 printf(" %d: !%s!\n", sub_size, *ret); in main()
48 sub_size++; in main()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/os_regex/examples/
H A Dregex_str.c36 int sub_size = 0; in main() local
47 printf(" %d: !%s!\n", sub_size, *ret); in main()
48 sub_size++; in main()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/os_regex/examples/
H A Dregex_str.c36 int sub_size = 0; in main() local
47 printf(" %d: !%s!\n", sub_size, *ret); in main()
48 sub_size++; in main()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dtables.c72 int sub_size; variable
99 sub_size = th_len[n];
100 *ltg = (g_ptr ) mem_alloc(sizeof(g_thres) * sub_size, "ltg");
104 for(i=1;i<sub_size;i++){
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dpack-objects.c1185 sub_size = 0; in ll_find_deltas()
1194 while (sub_size && sub_size < list_size && in ll_find_deltas()
1196 list[sub_size]->hash == list[sub_size-1]->hash) in ll_find_deltas()
1197 sub_size++; in ll_find_deltas()
1203 list += sub_size; in ll_find_deltas()
1204 list_size -= sub_size; in ll_find_deltas()
1235 size_t sub_size = 0; in ll_find_deltas() local
1265 sub_size--; in ll_find_deltas()
1267 if (!sub_size) { in ll_find_deltas()
1275 list -= sub_size; in ll_find_deltas()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dpack-objects.c1183 sub_size = 0; in ll_find_deltas()
1192 while (sub_size && sub_size < list_size && in ll_find_deltas()
1194 list[sub_size]->hash == list[sub_size-1]->hash) in ll_find_deltas()
1195 sub_size++; in ll_find_deltas()
1201 list += sub_size; in ll_find_deltas()
1202 list_size -= sub_size; in ll_find_deltas()
1233 size_t sub_size = 0; in ll_find_deltas() local
1263 sub_size--; in ll_find_deltas()
1265 if (!sub_size) { in ll_find_deltas()
1273 list -= sub_size; in ll_find_deltas()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dpack-objects.c1184 sub_size = 0; in ll_find_deltas()
1193 while (sub_size && sub_size < list_size && in ll_find_deltas()
1195 list[sub_size]->hash == list[sub_size-1]->hash) in ll_find_deltas()
1196 sub_size++; in ll_find_deltas()
1202 list += sub_size; in ll_find_deltas()
1203 list_size -= sub_size; in ll_find_deltas()
1234 size_t sub_size = 0; in ll_find_deltas() local
1264 sub_size--; in ll_find_deltas()
1266 if (!sub_size) { in ll_find_deltas()
1274 list -= sub_size; in ll_find_deltas()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dpack-objects.c1189 sub_size = 0; in ll_find_deltas()
1198 while (sub_size && sub_size < list_size && in ll_find_deltas()
1200 list[sub_size]->hash == list[sub_size-1]->hash) in ll_find_deltas()
1201 sub_size++; in ll_find_deltas()
1207 list += sub_size; in ll_find_deltas()
1208 list_size -= sub_size; in ll_find_deltas()
1239 size_t sub_size = 0; in ll_find_deltas() local
1269 sub_size--; in ll_find_deltas()
1271 if (!sub_size) { in ll_find_deltas()
1279 list -= sub_size; in ll_find_deltas()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dpack-objects.c1183 sub_size = 0; in ll_find_deltas()
1192 while (sub_size && sub_size < list_size && in ll_find_deltas()
1194 list[sub_size]->hash == list[sub_size-1]->hash) in ll_find_deltas()
1195 sub_size++; in ll_find_deltas()
1201 list += sub_size; in ll_find_deltas()
1202 list_size -= sub_size; in ll_find_deltas()
1233 size_t sub_size = 0; in ll_find_deltas() local
1263 sub_size--; in ll_find_deltas()
1265 if (!sub_size) { in ll_find_deltas()
1273 list -= sub_size; in ll_find_deltas()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dpack-objects.c1184 sub_size = 0; in ll_find_deltas()
1193 while (sub_size && sub_size < list_size && in ll_find_deltas()
1195 list[sub_size]->hash == list[sub_size-1]->hash) in ll_find_deltas()
1196 sub_size++; in ll_find_deltas()
1202 list += sub_size; in ll_find_deltas()
1203 list_size -= sub_size; in ll_find_deltas()
1234 size_t sub_size = 0; in ll_find_deltas() local
1264 sub_size--; in ll_find_deltas()
1266 if (!sub_size) { in ll_find_deltas()
1274 list -= sub_size; in ll_find_deltas()
[all …]

12345678910>>...13