Home
last modified time | relevance | path

Searched refs:matrix_height (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/spatialite/libspatialite-5.0.1/src/geopackage/
H A Dgpkg_get_normal_row.c67 int matrix_height; in fnct_gpkgGetNormalRow() local
133 matrix_height = strtol (results[1 * columns + 0], &endptr, 10); in fnct_gpkgGetNormalRow()
135 || (matrix_height < 0) in fnct_gpkgGetNormalRow()
137 && matrix_height == INT_MAX) || (errno != 0 && matrix_height == 0)) in fnct_gpkgGetNormalRow()
146 if ((inverted_row_number >= matrix_height) || (inverted_row_number < 0)) in fnct_gpkgGetNormalRow()
154 normal_row_number = matrix_height - inverted_row_number - 1; in fnct_gpkgGetNormalRow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/datamatrix/
H A DBC_SymbolInfo.h20 int8_t matrix_height; member
42 int32_t matrix_height() const { return data_->matrix_height; } in matrix_height() function
51 return data_->matrix_width != data_->matrix_height; in is_rectangular()
H A DBC_DataMatrixWriter.cpp64 if ((y % symbolInfo->matrix_height()) == 0) { in encodeLowLevel()
86 if (y % symbolInfo->matrix_height() == symbolInfo->matrix_height() - 1) { in encodeLowLevel()
/dports/biology/fastx-toolkit/fastx_toolkit-0.0.14/src/libfastx/
H A Dsequence_alignment.cpp122 reset_matrix( matrix_width(), matrix_height() ); in align()
135 if ( matrix_width() >= width && matrix_height() >= height ) in resize_matrix()
158 for(size_t y=0;y<matrix_height();y++) in populate_match_matrix()
177 for ( target_index=1; target_index<matrix_height(); target_index++ ) in print_matrix()
185 for ( target_index=1 ; target_index<matrix_height(); target_index++ ) { in print_matrix()
204 for ( target_index=0; target_index<matrix_height(); target_index++ ) { in print_matrix()
253 for ( target_index=1 ; target_index<matrix_height(); target_index++ ) {
376 for ( target_index=0 ; target_index<matrix_height(); target_index++ ) { in populate_matrix()
459 score_type max_score = score( matrix_width()-1, matrix_height()-1 ) ; in find_alignment_starting_point()
461 for ( size_t t_index = matrix_height()-2 ; t_index < matrix_height(); t_index++ ) { in find_alignment_starting_point()
[all …]
/dports/biology/spoa/spoa-4.0.7/src/
H A Dsisd_alignment_engine.cpp84 std::uint64_t matrix_height, in Realloc() argument
86 if (pimpl_->node_id_to_rank.size() < matrix_height - 1) { in Realloc()
87 pimpl_->node_id_to_rank.resize(matrix_height - 1, 0); in Realloc()
93 if (pimpl_->M.size() < matrix_height * matrix_width) { in Realloc()
94 pimpl_->M.resize(matrix_width * matrix_height, 0); in Realloc()
103 pimpl_->F = pimpl_->H + matrix_width * matrix_height; in Realloc()
104 pimpl_->E = pimpl_->F + matrix_width * matrix_height; in Realloc()
122 std::uint32_t matrix_height = graph.nodes().size() + 1; in Initialize() local
147 for (std::uint32_t i = 1; i < matrix_height; ++i) { in Initialize()
164 for (std::uint32_t i = 1; i < matrix_height; ++i) { in Initialize()
[all …]
H A Dsimd_alignment_engine_implementation.hpp418 std::uint64_t matrix_height, in Realloc() argument
435 if (pimpl_->first_column.size() < matrix_height) { in Realloc()
436 pimpl_->first_column.resize(matrix_height, 0); in Realloc()
438 if (pimpl_->M_size < matrix_height * matrix_width) { in Realloc()
440 pimpl_->M_size = matrix_height * matrix_width; in Realloc()
450 pimpl_->first_column.resize(2 * matrix_height, 0); in Realloc()
512 std::uint64_t matrix_height) noexcept { in Initialize() argument
556 pimpl_->first_column[2 * matrix_height] = 0; in Initialize()
577 pimpl_->first_column[matrix_height] = 0; in Initialize()
2085 …if (pimpl_->first_column[matrix_height + i] == pimpl_->first_column[matrix_height + pred_i] + … in Convex()
[all …]
H A Dsimd_alignment_engine.hpp99 std::uint64_t matrix_height,
108 std::uint64_t matrix_height) noexcept;
/dports/graphics/wdune/wdune-1.926/vcglib/img/
H A Dimg_filter.h43 …tScalarType,DestSafe> &destination,const DestScalarType *matrix,int matrix_width,int matrix_height) in convolution() argument
48 assert((matrix_height > 0) && ((matrix_height)%2 == 1)); in convolution()
53 …if( !((matrix_height > 0) && ((matrix_height)%2 == 1)) ) throw ImageException("Matrix height must … in convolution()
59 int y_radius=(matrix_height-1)/2; in convolution()
84 …Image<Channels,ScalarType,Safe> &image,const ScalarType *matrix,int matrix_width,int matrix_height) in getConvolved() argument
87 convolution(image,i,matrix,matrix_width,matrix_height); in getConvolved()
/dports/devel/vcglib/vcglib-2020.09/img/
H A Dimg_filter.h43 …tScalarType,DestSafe> &destination,const DestScalarType *matrix,int matrix_width,int matrix_height) in convolution() argument
48 assert((matrix_height > 0) && ((matrix_height)%2 == 1)); in convolution()
53 …if( !((matrix_height > 0) && ((matrix_height)%2 == 1)) ) throw ImageException("Matrix height must … in convolution()
59 int y_radius=(matrix_height-1)/2; in convolution()
84 …Image<Channels,ScalarType,Safe> &image,const ScalarType *matrix,int matrix_width,int matrix_height) in getConvolved() argument
87 convolution(image,i,matrix,matrix_width,matrix_height); in getConvolved()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
H A Dvl_matrix_filter.h51 unsigned matrix_width, unsigned matrix_height,
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
H A Dvl_matrix_filter.h51 unsigned matrix_width, unsigned matrix_height,
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
H A Dvl_matrix_filter.h51 unsigned matrix_width, unsigned matrix_height,
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
H A Dvl_matrix_filter.h51 unsigned matrix_width, unsigned matrix_height,
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
H A Dvl_matrix_filter.h51 unsigned matrix_width, unsigned matrix_height,
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c134 unsigned matrix_width, unsigned matrix_height, in vl_matrix_filter_init() argument
142 unsigned i, num_offsets = matrix_width * matrix_height; in vl_matrix_filter_init()
146 assert(matrix_width && matrix_height); in vl_matrix_filter_init()
206 sizes.y = (float)(matrix_height - 1) / 2.0f; in vl_matrix_filter_init()

12