Home
last modified time | relevance | path

Searched refs:col_max (Results 26 – 50 of 333) sorted by relevance

12345678910>>...14

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdlandmask.c266 int row, row_min, row_max, ii, col, col_min, col_max, i, direction, err, ind, nx1, ny1, error = 0; in GMT_grdlandmask() local
448 col_max = MIN (nx1, irint (floor (xmax * i_dx_inch - Grid->header->xy_off + GMT_CONV8_LIMIT))); in GMT_grdlandmask()
449 if (col_max <= 0 || col_max < col_min) col_max = nx1; in GMT_grdlandmask()
458 #pragma omp parallel for private(row,col,side,ij) shared(row_min,row_max,col_min,col_max,GMT,x,y,p,… in GMT_grdlandmask()
462 for (col = col_min; col <= col_max; col++) { in GMT_grdlandmask()
606col_max = irint (floor (fmod (c.lon_sw + c.bsize - Grid->header->wesn[XLO], 360.0) * HH->r_inc[GMT… in GMT_grdlandmask()
607 if (col_max < col_min) col_max += Grid->header->n_columns; in GMT_grdlandmask()
619 col_max = irint (floor (lon_e * HH->r_inc[GMT_X] - Grid->header->xy_off)); in GMT_grdlandmask()
621 if (col_max > nx1) col_max = nx1; in GMT_grdlandmask()
624 #pragma omp parallel for private(row,col,ii,ij) shared(row_min,row_max,col_min,col_max,wrap,nx1,Gri… in GMT_grdlandmask()
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosAlgebra/
H A DSimpleMatrixSetGet.cpp133 unsigned int row_max, col_max; in setBlock() local
135 col_max = m.size(1) + col_min; in setBlock()
140 if(col_max > size(1)) in setBlock()
170 noalias(ublas::subrange(*mat.Dense, row_min, row_max, col_min, col_max)) = *(m.dense()); in setBlock()
172 noalias(ublas::subrange(*mat.Triang, row_min, row_max, col_min, col_max)) = *(m.triang()); in setBlock()
174 noalias(ublas::subrange(*mat.Sym, row_min, row_max, col_min, col_max)) = *(m.sym()); in setBlock()
176 noalias(ublas::subrange(*mat.Sparse, row_min, row_max, col_min, col_max)) = *(m.sparse()); in setBlock()
178 noalias(ublas::subrange(*mat.Banded, row_min, row_max, col_min, col_max)) = *(m.banded()); in setBlock()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_keyboard.h75 static const int col_max = 10; variable
101 const std::string items[Window_Keyboard::row_max][Window_Keyboard::col_max];
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_ts_rgn2trimat.F901157 integer :: i, N, Nm1, Np1, col_min, col_max local
1185 call find_min_max(no, mm_col, 1, parts(1), col_min, col_max)
1192 else if ( Np1 < col_max ) then
1203 call find_min_max(no, mm_col, N, Np1, col_min, col_max)
1214 else if ( Np1 < col_max ) then
1229 call find_min_max(no, mm_col, N, Np1, col_min, col_max)
1237 else if ( Np1 < col_max ) then
1260 integer, intent(out) :: col_min, col_max local
1263 col_max = mm_col(2,N1)
1266 col_max = max(col_max, mm_col(2,ir))
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dmcomp.h283 mv_limits->col_max = AOMMIN(max1, max2); in av1_set_mv_col_limits()
321 return (mv.col >= mv_limits->col_min) && (mv.col <= mv_limits->col_max) && in av1_is_fullmv_in_range()
395 AOMMIN(GET_MV_SUBPEL(mv_limits->col_max), ref_mv->col + max_mv); in av1_set_subpel_mv_search_range()
402 subpel_limits->col_max = AOMMIN(MV_UPP - 1, maxc); in av1_set_subpel_mv_search_range()
409 return (mv.col >= mv_limits->col_min) && (mv.col <= mv_limits->col_max) && in av1_is_subpelmv_in_range()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dmcomp.h281 mv_limits->col_max = AOMMIN(max1, max2); in av1_set_mv_col_limits()
319 return (mv.col >= mv_limits->col_min) && (mv.col <= mv_limits->col_max) && in av1_is_fullmv_in_range()
393 AOMMIN(GET_MV_SUBPEL(mv_limits->col_max), ref_mv->col + max_mv); in av1_set_subpel_mv_search_range()
400 subpel_limits->col_max = AOMMIN(MV_UPP - 1, maxc); in av1_set_subpel_mv_search_range()
407 return (mv.col >= mv_limits->col_min) && (mv.col <= mv_limits->col_max) && in av1_is_subpelmv_in_range()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dmcomp.h288 mv_limits->col_max = AOMMIN(max1, max2); in av1_set_mv_col_limits()
326 return (mv.col >= mv_limits->col_min) && (mv.col <= mv_limits->col_max) && in av1_is_fullmv_in_range()
400 AOMMIN(GET_MV_SUBPEL(mv_limits->col_max), ref_mv->col + max_mv); in av1_set_subpel_mv_search_range()
407 subpel_limits->col_max = AOMMIN(MV_UPP - 1, maxc); in av1_set_subpel_mv_search_range()
414 return (mv.col >= mv_limits->col_min) && (mv.col <= mv_limits->col_max) && in av1_is_subpelmv_in_range()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/
H A Dmv.h56 int col_max; member
64 int col_max; member
334 mv->col = clamp(mv->col, mv_limits->col_min, mv_limits->col_max); in clamp_mv()
339 mv->col = clamp(mv->col, mv_limits->col_min, mv_limits->col_max); in clamp_fullmv()
/dports/textproc/p5-Spreadsheet-ReadSXC/Spreadsheet-ReadSXC-0.35/lib/Spreadsheet/ParseODS/
H A DWorksheet.pm76 return undef if $col > $self->col_max;
97 return ($self->col_min, $self->col_max)
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dmv.h62 int col_max; member
70 int col_max; member
341 mv->col = clamp(mv->col, mv_limits->col_min, mv_limits->col_max); in clamp_mv()
346 mv->col = clamp(mv->col, mv_limits->col_min, mv_limits->col_max); in clamp_fullmv()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dmv.h62 int col_max; member
70 int col_max; member
341 mv->col = clamp(mv->col, mv_limits->col_min, mv_limits->col_max); in clamp_mv()
346 mv->col = clamp(mv->col, mv_limits->col_min, mv_limits->col_max); in clamp_fullmv()
/dports/multimedia/aom/aom-3.2.0/av1/common/
H A Dmv.h64 int col_max; member
72 int col_max; member
343 mv->col = clamp(mv->col, mv_limits->col_min, mv_limits->col_max); in clamp_mv()
348 mv->col = clamp(mv->col, mv_limits->col_min, mv_limits->col_max); in clamp_fullmv()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dav1me.c165 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; in svt_av1_set_mv_search_range() local
170 col_max = AOMMIN(col_max, (MV_UPP >> 3) - 1); in svt_av1_set_mv_search_range()
177 if (mv_limits->col_max > col_max) in svt_av1_set_mv_search_range()
178 mv_limits->col_max = col_max; in svt_av1_set_mv_search_range()
274 x->mv_limits.col_max, in exhuastive_mesh_search()
286 end_col = AOMMIN(range, x->mv_limits.col_max - fcenter_mv.col); in exhuastive_mesh_search()
379 x->mv_limits.col_max, in svt_av1_diamond_search_sad_c()
406 all_in &= ((best_mv->col + ss[i + 3].mv.col) < x->mv_limits.col_max); in svt_av1_diamond_search_sad_c()
638 (ref_mv->col + 1) < x->mv_limits.col_max; in svt_av1_refining_search_sad()
759 x->mv_limits.col_max, in svt_av1_obmc_full_pixel_search()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dav1me.c165 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; in svt_av1_set_mv_search_range() local
170 col_max = AOMMIN(col_max, (MV_UPP >> 3) - 1); in svt_av1_set_mv_search_range()
177 if (mv_limits->col_max > col_max) in svt_av1_set_mv_search_range()
178 mv_limits->col_max = col_max; in svt_av1_set_mv_search_range()
274 x->mv_limits.col_max, in exhuastive_mesh_search()
286 end_col = AOMMIN(range, x->mv_limits.col_max - fcenter_mv.col); in exhuastive_mesh_search()
379 x->mv_limits.col_max, in svt_av1_diamond_search_sad_c()
406 all_in &= ((best_mv->col + ss[i + 3].mv.col) < x->mv_limits.col_max); in svt_av1_diamond_search_sad_c()
638 (ref_mv->col + 1) < x->mv_limits.col_max; in svt_av1_refining_search_sad()
759 x->mv_limits.col_max, in svt_av1_obmc_full_pixel_search()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/storage/
H A Dtrace_storage.cc38 SqlValue col_max = *ts_col.Max(); in DbTableMaybeUpdateMinMax() local
47 PERFETTO_DCHECK(col_max.type == SqlValue::Type::kLong); in DbTableMaybeUpdateMinMax()
50 *max_value = std::max(*max_value, col_max.long_value + last_dur); in DbTableMaybeUpdateMinMax()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c44 col_max = VPXMIN(col_max, (MV_UPP >> 3) - 1); in vp9_set_mv_search_range()
50 if (mv_limits->col_max > col_max) mv_limits->col_max = col_max; in vp9_set_mv_search_range()
2056 const int col_max = VPXMIN(ref_mv->col + distance, x->mv_limits.col_max); in vp9_full_search_sad_c() local
2065 for (c = col_min; c < col_max; ++c) { in vp9_full_search_sad_c()
2091 const int col_max = VPXMIN(ref_mv->col + distance, x->mv_limits.col_max); in vp9_full_search_sadx3() local
2104 while ((c + 2) < col_max) { in vp9_full_search_sadx3()
2127 while (c < col_max) { in vp9_full_search_sadx3()
2157 const int col_max = VPXMIN(ref_mv->col + distance, x->mv_limits.col_max); in vp9_full_search_sadx8() local
2170 while ((c + 7) < col_max) { in vp9_full_search_sadx8()
2194 while ((c + 2) < col_max) { in vp9_full_search_sadx8()
[all …]
/dports/graphics/gegl/gegl-0.4.34/seamless-clone/
H A Dsc-outline.c197 gint col_max = search_area->y + search_area->height; in gegl_sc_outline_find() local
201 for (current.x = search_area->x; current.x < col_max; ++current.x) in gegl_sc_outline_find()
296 gint col_max = search_area->y + search_area->height; in gegl_sc_outline_check_if_single() local
309 for (current.x = search_area->x; current.x < col_max; ++current.x) in gegl_sc_outline_check_if_single()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dnlmeans_core.c258 for (int col = col_min; col < col_max; col++) in init_column_sums()
273 for (int col = MAX(col_min,col_max); col < chunk_right + radius; col++) in init_column_sums()
311 for (int col = col_min; col < col_max; col++) in init_column_sums_sse2()
328 for (int col = MAX(col_min,col_max); col < chunk_right + radius; col++) in init_column_sums_sse2()
460 const int col_max = MIN(chunk_right,roi_out->width - scol); in nlmeans_denoise() local
468 for (int i = col_min - radius; i < MIN(col_min+radius, col_max); i++) in nlmeans_denoise()
480 for (int col = col_min; col < col_max; col++) in nlmeans_denoise()
496 for (int col = col_min; col < col_max; col++) in nlmeans_denoise()
684 const int col_max = MIN(chunk_right,roi_out->width - scol); in nlmeans_denoise_sse2() local
704 for (int col = col_min; col < col_max; col++) in nlmeans_denoise_sse2()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dnlmeans_core.c258 for (int col = col_min; col < col_max; col++) in init_column_sums()
273 for (int col = MAX(col_min,col_max); col < chunk_right + radius; col++) in init_column_sums()
311 for (int col = col_min; col < col_max; col++) in init_column_sums_sse2()
328 for (int col = MAX(col_min,col_max); col < chunk_right + radius; col++) in init_column_sums_sse2()
460 const int col_max = MIN(chunk_right,roi_out->width - scol); in nlmeans_denoise() local
468 for (int i = col_min - radius; i < MIN(col_min+radius, col_max); i++) in nlmeans_denoise()
480 for (int col = col_min; col < col_max; col++) in nlmeans_denoise()
496 for (int col = col_min; col < col_max; col++) in nlmeans_denoise()
684 const int col_max = MIN(chunk_right,roi_out->width - scol); in nlmeans_denoise_sse2() local
704 for (int col = col_min; col < col_max; col++) in nlmeans_denoise_sse2()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/autorouter/
H A Dar_autoplacer.cpp450 int col_max = end.x / m_matrix.m_GridRouting; in testRectangle() local
467 if( col_max >= ( m_matrix.m_Ncols - 1 ) ) in testRectangle()
468 col_max = m_matrix.m_Ncols - 1; in testRectangle()
472 for( int col = col_min; col <= col_max; col++ ) in testRectangle()
499 int col_max = end.x / m_matrix.m_GridRouting; in calculateKeepOutArea() local
516 if( col_max >= ( m_matrix.m_Ncols - 1 ) ) in calculateKeepOutArea()
517 col_max = m_matrix.m_Ncols - 1; in calculateKeepOutArea()
523 for( int col = col_min; col <= col_max; col++ ) in calculateKeepOutArea()
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_scale.c737 REAL col_max, col_min; in scale() local
828 col_max = 0; in scale()
837 accumulate_for_scale(lp, &col_min, &col_max, absval); in scale()
847 accumulate_for_scale(lp, &col_min, &col_max, absval); in scale()
852 scalechange[lp->rows + j] = minmax_to_scale(lp, col_min, col_max, nz); in scale()
862 col_max = 0; in scale()
864 col_max += log(scalechange[lp->rows + j]); in scale()
865 col_max = exp(col_max/lp->columns); in scale()
874 col_max = 1; in scale()
881 return(1 - sqrt(col_max*col_min)); in scale()
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_scale.c737 REAL col_max, col_min; in scale() local
828 col_max = 0; in scale()
837 accumulate_for_scale(lp, &col_min, &col_max, absval); in scale()
847 accumulate_for_scale(lp, &col_min, &col_max, absval); in scale()
852 scalechange[lp->rows + j] = minmax_to_scale(lp, col_min, col_max, nz); in scale()
862 col_max = 0; in scale()
864 col_max += log(scalechange[lp->rows + j]); in scale()
865 col_max = exp(col_max/lp->columns); in scale()
874 col_max = 1; in scale()
881 return(1 - sqrt(col_max*col_min)); in scale()
/dports/x11/xterm/xterm-370/vttests/
H A Dreport-sgr.pl64 our ( $row_max, $col_max );
425 $col_max = 80;
434 $col_max = $params[1];
506 $col_now++ if ( $col_now < $col_max );
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsol/
H A Dbsol_point_index_3d.cxx222 int row_max = 0, col_max = 0, slab_max = 0; in in_box() local
224 trans(xmax, ymax, zmax, row_max, col_max, slab_max); in in_box()
233 if (col_max>=ncols_) in in_box()
234 col_max = ncols_-1; in in_box()
238 for (int c=col_min; c<col_max; c++) in in_box()
/dports/math/octave-forge-control/control-3.3.1/inst/@frd/
H A Ddisplay.m67 col_max = tsize(2) - col_freq; variable
71 stop = col_max;
77 stop = start + col_max;

12345678910>>...14