Home
last modified time | relevance | path

Searched refs:subsize (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/dports/devel/isa-l/isa-l-2.30.0/erasure_code/
H A Dgen_rs_matrix_limits.c40 uint64_t next_subset(uint64_t * subset, uint64_t element_count, uint64_t subsize) in next_subset() argument
47 *subset = ((uint64_t) 1 << subsize) - 1; in next_subset()
58 uint64_t row_indicator, col_indicator, subset_init, subsize; in are_submatrices_singular() local
62 for (subsize = 1; subsize <= min(rows, cols); subsize++) { in are_submatrices_singular()
63 subset_init = (1 << subsize) - 1; in are_submatrices_singular()
68 gen_sub_matrix(matrix, subsize, vmatrix, rows, in are_submatrices_singular()
70 if (gf_invert_matrix(matrix, invert_matrix, subsize)) in are_submatrices_singular()
73 } while (next_subset(&row_indicator, rows, subsize) == 0); in are_submatrices_singular()
74 } while (next_subset(&col_indicator, cols, subsize) == 0); in are_submatrices_singular()
/dports/science/PETSc/petsc-3.14.1/src/sys/objects/
H A Dsubcomm.c236 duprank += subsize[icolor]; in PetscSubcommSetTypeGeneral()
250 psubcomm->subsize = subsize; in PetscSubcommSetTypeGeneral()
314 (*psubcomm)->subsize = NULL; in PetscSubcommCreate()
403 subsize[i] = np_subcomm; in PetscSubcommCreate_contiguous()
404 if (i<nleftover) subsize[i]++; in PetscSubcommCreate_contiguous()
415 } else rankstart += subsize[i]; in PetscSubcommCreate_contiguous()
428 psubcomm->subsize = subsize; in PetscSubcommCreate_contiguous()
475 subsize[i] = np_subcomm; in PetscSubcommCreate_interlaced()
476 if (i<nleftover) subsize[i]++; in PetscSubcommCreate_interlaced()
491 duprank += subsize[i]; j++; in PetscSubcommCreate_interlaced()
[all …]
/dports/games/marblemarcher/Marble-Marcher-Community-Edition-1.4.5/game_folder/shaders/compute/utility/
H A Dinterpolation.glsl62 #define subImage(T, X, sub, subsize) imageLoad(T, clamp(X, ivec2(1), subsize-1) + sub*subsize)
63 #define storeSub(T, val, X, sub, subsize) imageStore(T, clamp(X, ivec2(1), subsize-1) + sub*subsize
64subsize) mat4(subImage(T, ivec2(X), sub, subsize),subImage(T, ivec2(X) + ivec2(1, 0), sub, subsize
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Donyxc_int.h1018 subsize, subsize); in update_ext_partition_context()
1021 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1029 subsize, subsize); in update_ext_partition_context()
1032 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1039 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context()
1042 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1047 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context()
1050 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1268 const int sshigh = mi_size_high[subsize]; in get_partition()
1296 if (mbmi_below->sb_type == subsize) in get_partition()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/tutorials/output/
H A Dex51_1.out1 [0]X subrank: 0 subsize: 1
2 [1]X subrank: 0 subsize: 1
3 [0]Y subrank: 0 subsize: 2
4 [1]Y subrank: 1 subsize: 2
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/libmp4ff/
H A Dmp4meta.c225 uint64_t subsize, sumsize = 0; in mp4ff_parse_tag() local
235 destpos = mp4ff_position(f)+subsize-header_size; in mp4ff_parse_tag()
247 if (subsize - header_size >= 8 + 2) in mp4ff_parse_tag()
270 if ( !done && (subsize - header_size) >= in mp4ff_parse_tag()
297 data = mp4ff_read_string(f,(uint32_t)(subsize-(header_size+8))); in mp4ff_parse_tag()
305 name = mp4ff_read_string(f,(uint32_t)(subsize-(header_size+4))); in mp4ff_parse_tag()
309 sumsize += subsize; in mp4ff_parse_tag()
329 uint64_t subsize, sumsize = 0; in mp4ff_parse_metadata() local
336 if (subsize == 0) in mp4ff_parse_metadata()
340 mp4ff_set_position(f, mp4ff_position(f)+subsize-header_size); in mp4ff_parse_metadata()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/mp4ff/
H A Dmp4meta.c225 uint64_t subsize, sumsize = 0; in mp4ff_parse_tag() local
234 subsize = mp4ff_atom_read_header(f, &atom_type, &header_size); in mp4ff_parse_tag()
235 destpos = mp4ff_position(f)+subsize-header_size; in mp4ff_parse_tag()
247 if (subsize - header_size >= 8 + 2) in mp4ff_parse_tag()
270 if ( !done && (subsize - header_size) >= in mp4ff_parse_tag()
297 data = mp4ff_read_string(f,(uint32_t)(subsize-(header_size+8))); in mp4ff_parse_tag()
305 name = mp4ff_read_string(f,(uint32_t)(subsize-(header_size+4))); in mp4ff_parse_tag()
309 sumsize += subsize; in mp4ff_parse_tag()
329 uint64_t subsize, sumsize = 0; in mp4ff_parse_metadata() local
336 if (subsize == 0) in mp4ff_parse_metadata()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/tests/
H A Dex26f.F9012 PetscInt :: num_cells, subsize, i
36 subsize = num_cells
37 allocate(subindices(0: subsize - 1))
38 subindices = [(i, i = 0, subsize - 1)] * blocksize + field
39 call ISCreateGeneral(PETSC_COMM_WORLD, subsize, subindices, &
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c778 BLOCK_SIZE subsize; in copy_prev_partition() local
797 subsize; in copy_prev_partition()
803 subsize; in copy_prev_partition()
823 BLOCK_SIZE subsize; in update_prev_partition() local
1730 subsize = BLOCK_4X4; in encode_sb()
2060 BLOCK_SIZE subsize; in encode_sb_rt() local
2071 subsize = BLOCK_4X4; in encode_sb_rt()
2132 BLOCK_SIZE subsize; in rd_use_partition() local
2627 BLOCK_SIZE subsize; in rd_pick_partition() local
3581 BLOCK_SIZE subsize; in nonrd_select_partition() local
[all …]
/dports/databases/pgloader3/lparallel-20160825-git/src/cognate/
H A Dpremove.lisp35 (subsize (subsize list size start end)))
36 (if (zerop subsize)
41 (eql subsize (- size start)))
52 subsize
H A Dpcount.lisp38 (let ((subsize (subsize sequence (length sequence) start end)))
39 (if (zerop subsize)
51 subsize
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1432 BLOCK_SIZE subsize = bsize; in encode_sb() local
1442 subsize = BLOCK_4X4; in encode_sb()
1768 BLOCK_SIZE subsize; in encode_sb_rt() local
1777 subsize = mi_8x8[0]->mbmi.sb_type; in encode_sb_rt()
1780 subsize = BLOCK_4X4; in encode_sb_rt()
1846 BLOCK_SIZE subsize; in rd_use_partition() local
2407 BLOCK_SIZE subsize; in rd_pick_partition() local
3091 BLOCK_SIZE subsize = bsize; in nonrd_pick_partition() local
3340 BLOCK_SIZE subsize; in nonrd_select_partition() local
3351 subsize >= BLOCK_16X16) { in nonrd_select_partition()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkImageRandomNonRepeatingIteratorWithIndexTest.cxx88 PriorityImageType::SizeType subsize; in itkImageRandomNonRepeatingIteratorWithIndexTest() local
89 subsize[0] = 3; in itkImageRandomNonRepeatingIteratorWithIndexTest()
90 subsize[1] = 4; in itkImageRandomNonRepeatingIteratorWithIndexTest()
91 subsize[2] = 5; in itkImageRandomNonRepeatingIteratorWithIndexTest()
94 subregion.SetSize( subsize ); in itkImageRandomNonRepeatingIteratorWithIndexTest()
327 while( !cbot.IsAtEnd() && count<(subsize[0]*subsize[1]*subsize[2])) in itkImageRandomNonRepeatingIteratorWithIndexTest()
359 while( !cbot.IsAtEnd() && count<(subsize[0]*subsize[1]*subsize[2])) in itkImageRandomNonRepeatingIteratorWithIndexTest()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c941 BLOCK_SIZE subsize; in copy_partitioning_helper() local
949 if (subsize < BLOCK_8X8) { in copy_partitioning_helper()
1115 BLOCK_SIZE subsize; in update_partition_svc() local
1166 BLOCK_SIZE subsize; in update_prev_partition_helper() local
2275 subsize = BLOCK_4X4; in encode_sb()
2604 BLOCK_SIZE subsize; in encode_sb_rt() local
2615 subsize = BLOCK_4X4; in encode_sb_rt()
2677 BLOCK_SIZE subsize; in rd_use_partition() local
3827 BLOCK_SIZE subsize; in rd_pick_partition() local
5095 BLOCK_SIZE subsize; in nonrd_select_partition() local
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c941 BLOCK_SIZE subsize; in copy_partitioning_helper() local
949 if (subsize < BLOCK_8X8) { in copy_partitioning_helper()
1115 BLOCK_SIZE subsize; in update_partition_svc() local
1166 BLOCK_SIZE subsize; in update_prev_partition_helper() local
2275 subsize = BLOCK_4X4; in encode_sb()
2604 BLOCK_SIZE subsize; in encode_sb_rt() local
2615 subsize = BLOCK_4X4; in encode_sb_rt()
2677 BLOCK_SIZE subsize; in rd_use_partition() local
3827 BLOCK_SIZE subsize; in rd_pick_partition() local
5087 BLOCK_SIZE subsize; in nonrd_select_partition() local
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c941 BLOCK_SIZE subsize; in copy_partitioning_helper() local
949 if (subsize < BLOCK_8X8) { in copy_partitioning_helper()
1115 BLOCK_SIZE subsize; in update_partition_svc() local
1166 BLOCK_SIZE subsize; in update_prev_partition_helper() local
2275 subsize = BLOCK_4X4; in encode_sb()
2604 BLOCK_SIZE subsize; in encode_sb_rt() local
2615 subsize = BLOCK_4X4; in encode_sb_rt()
2677 BLOCK_SIZE subsize; in rd_use_partition() local
3827 BLOCK_SIZE subsize; in rd_pick_partition() local
5095 BLOCK_SIZE subsize; in nonrd_select_partition() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c941 BLOCK_SIZE subsize; in copy_partitioning_helper() local
949 if (subsize < BLOCK_8X8) { in copy_partitioning_helper()
1115 BLOCK_SIZE subsize; in update_partition_svc() local
1166 BLOCK_SIZE subsize; in update_prev_partition_helper() local
2275 subsize = BLOCK_4X4; in encode_sb()
2604 BLOCK_SIZE subsize; in encode_sb_rt() local
2615 subsize = BLOCK_4X4; in encode_sb_rt()
2677 BLOCK_SIZE subsize; in rd_use_partition() local
3827 BLOCK_SIZE subsize; in rd_pick_partition() local
5095 BLOCK_SIZE subsize; in nonrd_select_partition() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c941 BLOCK_SIZE subsize; in copy_partitioning_helper() local
949 if (subsize < BLOCK_8X8) { in copy_partitioning_helper()
1115 BLOCK_SIZE subsize; in update_partition_svc() local
1166 BLOCK_SIZE subsize; in update_prev_partition_helper() local
2275 subsize = BLOCK_4X4; in encode_sb()
2604 BLOCK_SIZE subsize; in encode_sb_rt() local
2615 subsize = BLOCK_4X4; in encode_sb_rt()
2677 BLOCK_SIZE subsize; in rd_use_partition() local
3827 BLOCK_SIZE subsize; in rd_pick_partition() local
5095 BLOCK_SIZE subsize; in nonrd_select_partition() local
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Cli/
H A DFormatter.php102 $subsize = floor(($size - 3) / 2);
104 return substr($text, 0, $subsize).'...'.substr($text, -$subsize);
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dav1_common_int.h1420 memset(left_ctx, partition_context_lookup[subsize].left, bh); in update_partition_context()
1489 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context()
1492 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1497 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context()
1500 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1763 const BLOCK_SIZE subsize = mi[0]->bsize; in get_partition() local
1767 if (subsize == bsize) return PARTITION_NONE; in get_partition()
1771 const int sshigh = mi_size_high[subsize]; in get_partition()
1772 const int sswide = mi_size_wide[subsize]; in get_partition()
1788 if (mbmi_below->bsize == subsize) in get_partition()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/
H A Donyxc_int.h861 memset(left_ctx, partition_context_lookup[subsize].left, bh); in update_partition_context()
978 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context()
981 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
986 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context()
989 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1229 const BLOCK_SIZE subsize = mi[0]->sb_type; in get_partition() local
1231 if (subsize == bsize) return PARTITION_NONE; in get_partition()
1235 const int sshigh = mi_size_high[subsize]; in get_partition()
1236 const int sswide = mi_size_wide[subsize]; in get_partition()
1252 if (mbmi_below->sb_type == subsize) in get_partition()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/
H A Donyxc_int.h929 memset(left_ctx, partition_context_lookup[subsize].left, bh); in update_partition_context()
998 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context()
1001 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1006 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context()
1009 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1275 const BLOCK_SIZE subsize = mi[0]->sb_type; in get_partition() local
1277 if (subsize == bsize) return PARTITION_NONE; in get_partition()
1281 const int sshigh = mi_size_high[subsize]; in get_partition()
1282 const int sswide = mi_size_wide[subsize]; in get_partition()
1298 if (mbmi_below->sb_type == subsize) in get_partition()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/
H A Donyxc_int.h861 memset(left_ctx, partition_context_lookup[subsize].left, bh); in update_partition_context()
978 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context()
981 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
986 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context()
989 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1229 const BLOCK_SIZE subsize = mi[0]->sb_type; in get_partition() local
1231 if (subsize == bsize) return PARTITION_NONE; in get_partition()
1235 const int sshigh = mi_size_high[subsize]; in get_partition()
1236 const int sswide = mi_size_wide[subsize]; in get_partition()
1252 if (mbmi_below->sb_type == subsize) in get_partition()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/
H A Donyxc_int.h861 memset(left_ctx, partition_context_lookup[subsize].left, bh); in update_partition_context()
978 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context()
981 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
986 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context()
989 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1229 const BLOCK_SIZE subsize = mi[0]->sb_type; in get_partition() local
1231 if (subsize == bsize) return PARTITION_NONE; in get_partition()
1235 const int sshigh = mi_size_high[subsize]; in get_partition()
1236 const int sswide = mi_size_wide[subsize]; in get_partition()
1252 if (mbmi_below->sb_type == subsize) in get_partition()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dav1_common_int.h1420 memset(left_ctx, partition_context_lookup[subsize].left, bh); in update_partition_context()
1489 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context()
1492 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1497 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context()
1500 update_partition_context(xd, mi_row, mi_col, subsize, subsize); in update_ext_partition_context()
1763 const BLOCK_SIZE subsize = mi[0]->bsize; in get_partition() local
1767 if (subsize == bsize) return PARTITION_NONE; in get_partition()
1771 const int sshigh = mi_size_high[subsize]; in get_partition()
1772 const int sswide = mi_size_wide[subsize]; in get_partition()
1788 if (mbmi_below->bsize == subsize) in get_partition()
[all …]

12345678910>>...23