Home
last modified time | relevance | path

Searched refs:max_pts (Results 1 – 25 of 122) sorted by relevance

12345

/dports/math/cgal/CGAL-5.3/include/CGAL/Curved_kernel_via_analysis_2/
H A DMake_x_monotone_2.h167 std::vector<Point_2> min_pts, max_pts; in operator() local
176 max_pts.push_back(construct_point(max_x, curve, k)); in operator()
190 arc = construct_arc_2(max_pts[info1.first], CGAL::ARR_MIN_END, in operator()
195 min_pts = max_pts; in operator()
196 max_pts.clear(); in operator()
208 max_pts.push_back(construct_point(max_x, curve, k)); in operator()
226 arc = construct_arc_2(max_pts[info2.first], min_x, in operator()
236 max_pts[info2.first], in operator()
241 min_pts = max_pts; in operator()
242 max_pts.clear(); in operator()
/dports/x11/xstroke/xstroke-0.5.12/
H A Dstroke.c40 stroke->max_pts = 0; in stroke_init()
94 while (stroke->num_pts >= stroke->max_pts) { in do_add_pt()
161 stroke->max_pts = 0; in stroke_transform()
253 stroke->max_pts += STROKE_GROWTH_INC; in grow_pts()
254 stroke->pts = realloc(stroke->pts, sizeof(pt_t) * stroke->max_pts); in grow_pts()
258 stroke->max_pts = 0; in grow_pts()
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplshade.c142 static int min_pts[4], max_pts[4]; variable
773 max_pts[max_points++] = n_point++; in find_interval()
779 max_pts[max_points++] = n_point++; in find_interval()
1044 i = max_pts[1]; in draw_boundary()
1045 max_pts[1] = max_pts[3]; in draw_boundary()
1046 max_pts[3] = i; in draw_boundary()
1048 pljoin(x[max_pts[0]], y[max_pts[0]], x[max_pts[1]], y[max_pts[1]]); in draw_boundary()
1050 pljoin(x[max_pts[2]], y[max_pts[2]], x[max_pts[3]], in draw_boundary()
1051 y[max_pts[3]]); in draw_boundary()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A DTGP_Model_Search.cpp293 max_pts , in search()
306 max_pts , in search()
573 if ( max_pts <= 0 || nb_pts <= max_pts ) { in create_trial_pts()
603 if ( nb_pts == max_pts ) in create_trial_pts()
612 if ( nb_pts == max_pts ) in create_trial_pts()
623 if ( nb_pts == max_pts ) in create_trial_pts()
716 if ( max_pts > 0 && ni > max_pts ) in create_improv_pts()
717 ni = max_pts; in create_improv_pts()
731 rejected = ( max_pts > 0 && max_pts == i ); in create_improv_pts()
758 if ( max_pts > 0 && max_pts == i ) in create_improv_pts()
[all …]
H A DTGP_Model_Search.hpp136 int max_pts ,
233 int max_pts ,
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplshade.c137 static int min_pts[4], max_pts[4]; variable
894 max_pts[max_points++] = n_point++; in find_interval()
902 max_pts[max_points++] = n_point++; in find_interval()
1215 i = max_pts[1]; in draw_boundary()
1216 max_pts[1] = max_pts[3]; in draw_boundary()
1217 max_pts[3] = i; in draw_boundary()
1219 pljoin( x[max_pts[0]], y[max_pts[0]], x[max_pts[1]], y[max_pts[1]] ); in draw_boundary()
1222 pljoin( x[max_pts[2]], y[max_pts[2]], x[max_pts[3]], in draw_boundary()
1223 y[max_pts[3]] ); in draw_boundary()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplshade.c137 static int min_pts[4], max_pts[4]; variable
894 max_pts[max_points++] = n_point++; in find_interval()
902 max_pts[max_points++] = n_point++; in find_interval()
1215 i = max_pts[1]; in draw_boundary()
1216 max_pts[1] = max_pts[3]; in draw_boundary()
1217 max_pts[3] = i; in draw_boundary()
1219 pljoin( x[max_pts[0]], y[max_pts[0]], x[max_pts[1]], y[max_pts[1]] ); in draw_boundary()
1222 pljoin( x[max_pts[2]], y[max_pts[2]], x[max_pts[3]], in draw_boundary()
1223 y[max_pts[3]] ); in draw_boundary()
/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/data/
H A Dencoded_video_pyav.py278 max_pts = 0
280 max_pts = max(max_pts, frame.pts)
287 return result, max_pts
/dports/math/lcalc/lcalc-1.23/src/
H A DLriemannsiegel_blfi.cc401 if(abs(shift-range+1)>max_pts || abs(shift+range-1) >max_pts){ in blfi_inter()
644 blfi_done_left[i][j]=new int[max_pts+1]; in init_arrays()
645 blfi_done_right[i][j]=new int[max_pts+1]; in init_arrays()
646 blfi_val_re_left[i][j]=new Double[max_pts+1]; in init_arrays()
647 blfi_val_re_right[i][j]=new Double[max_pts+1]; in init_arrays()
648 blfi_val_im_left[i][j]=new Double[max_pts+1]; in init_arrays()
649 blfi_val_im_right[i][j]=new Double[max_pts+1]; in init_arrays()
653 for(int k=0;k<max_pts+1;k++){ in init_arrays()
745 if(max_pts < 1.){ in check()
825 max_pts=2*(int)((2*interval_length+1)/approx_blfi_mean_spacing+4*range+2); in initialize_all()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvsrc_mptestsrc.c56 int64_t pts, max_pts, duration; member
260 test->max_pts = test->duration >= 0 ? in init()
266 test->duration < 0 ? -1 : test->max_pts * av_q2d(av_inv_q(test->frame_rate))); in init()
308 if (test->max_pts >= 0 && test->pts > test->max_pts) in request_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvsrc_mptestsrc.c56 int64_t pts, max_pts, duration; member
260 test->max_pts = test->duration >= 0 ? in init()
266 test->duration < 0 ? -1 : test->max_pts * av_q2d(av_inv_q(test->frame_rate))); in init()
310 if (test->max_pts >= 0 && test->pts > test->max_pts) in request_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvsrc_mptestsrc.c56 int64_t pts, max_pts, duration; member
260 test->max_pts = test->duration >= 0 ? in init()
266 test->duration < 0 ? -1 : test->max_pts * av_q2d(av_inv_q(test->frame_rate))); in init()
308 if (test->max_pts >= 0 && test->pts > test->max_pts) in request_frame()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmatroska_segment_seeker.hpp115 … void index_range( matroska_segment_c& matroska_segment, Range search_area, mtime_t max_pts );
116 …index_unsearched_range( matroska_segment_c& matroska_segment, Range search_area, mtime_t max_pts );
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvsrc_mptestsrc.c56 int64_t pts, max_pts, duration; member
265 test->max_pts = test->duration >= 0 ? in init()
271 test->duration < 0 ? -1 : test->max_pts * av_q2d(av_inv_q(test->frame_rate))); in init()
316 if (test->max_pts >= 0 && test->pts > test->max_pts) in request_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvsrc_mptestsrc.c56 int64_t pts, max_pts, duration; member
265 test->max_pts = test->duration >= 0 ? in init()
271 test->duration < 0 ? -1 : test->max_pts * av_q2d(av_inv_q(test->frame_rate))); in init()
316 if (test->max_pts >= 0 && test->pts > test->max_pts) in request_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvsrc_mptestsrc.c56 int64_t pts, max_pts, duration; member
265 test->max_pts = test->duration >= 0 ? in init()
271 test->duration < 0 ? -1 : test->max_pts * av_q2d(av_inv_q(test->frame_rate))); in init()
316 if (test->max_pts >= 0 && test->pts > test->max_pts) in request_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvsrc_mptestsrc.c56 int64_t pts, max_pts, duration; member
265 test->max_pts = test->duration >= 0 ? in init()
271 test->duration < 0 ? -1 : test->max_pts * av_q2d(av_inv_q(test->frame_rate))); in init()
316 if (test->max_pts >= 0 && test->pts > test->max_pts) in request_frame()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapidecoder_mpeg4.c72 GstClockTime max_pts; member
178 priv->max_pts = GST_CLOCK_TIME_NONE; in gst_vaapi_decoder_mpeg4_create()
479 if (priv->max_pts != GST_CLOCK_TIME_NONE && frame_timestamp < priv->max_pts) { in calculate_pts_diff()
480 frame_timestamp = priv->max_pts + in calculate_pts_diff()
487 if (priv->max_pts == GST_CLOCK_TIME_NONE) /* first buffer */ in calculate_pts_diff()
495 if (tmp_pts > priv->max_pts) in calculate_pts_diff()
498 frame_timestamp = priv->max_pts + in calculate_pts_diff()
672 if (priv->max_pts == GST_CLOCK_TIME_NONE || priv->max_pts < picture->pts) in decode_picture()
673 priv->max_pts = picture->pts; in decode_picture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Dsource_buffer_state.cc358 TimeDelta max_pts; in GetHighestPresentationTimestamp() local
361 max_pts = std::max(max_pts, it.second->GetHighestPresentationTimestamp()); in GetHighestPresentationTimestamp()
365 max_pts = std::max(max_pts, it.second->GetHighestPresentationTimestamp()); in GetHighestPresentationTimestamp()
369 max_pts = std::max(max_pts, it.second->GetHighestPresentationTimestamp()); in GetHighestPresentationTimestamp()
372 return max_pts; in GetHighestPresentationTimestamp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Dsource_buffer_state.cc358 TimeDelta max_pts; in GetHighestPresentationTimestamp() local
361 max_pts = std::max(max_pts, it.second->GetHighestPresentationTimestamp()); in GetHighestPresentationTimestamp()
365 max_pts = std::max(max_pts, it.second->GetHighestPresentationTimestamp()); in GetHighestPresentationTimestamp()
369 max_pts = std::max(max_pts, it.second->GetHighestPresentationTimestamp()); in GetHighestPresentationTimestamp()
372 return max_pts; in GetHighestPresentationTimestamp()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_nut.c269 time_pos *= priv->s[0].max_pts * in demux_seek_nut()
283 *((double *)arg) = priv->s[0].max_pts * in demux_control_nut()
288 if (priv->s[0].max_pts == 0 || priv->last_pts == -1) in demux_control_nut()
291 (double)priv->s[0].max_pts; in demux_control_nut()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_nut.c269 time_pos *= priv->s[0].max_pts * in demux_seek_nut()
283 *((double *)arg) = priv->s[0].max_pts * in demux_control_nut()
288 if (priv->s[0].max_pts == 0 || priv->last_pts == -1) in demux_control_nut()
291 (double)priv->s[0].max_pts; in demux_control_nut()
/dports/math/ploticus-nox11/pl240src/src/
H A Dswf.c70 static int max_pts; variable
181 max_pts = maxdrivervect;
184 path_x = (double *) malloc( max_pts * sizeof( double ));
185 path_y = (double *) malloc( max_pts * sizeof( double ));
598 if (path_count >= max_pts ) return; /* scg 5/4/04 and crt 10-Jun-06 */
/dports/math/ploticus/pl240src/src/
H A Dswf.c70 static int max_pts; variable
181 max_pts = maxdrivervect;
184 path_x = (double *) malloc( max_pts * sizeof( double ));
185 path_y = (double *) malloc( max_pts * sizeof( double ));
598 if (path_count >= max_pts ) return; /* scg 5/4/04 and crt 10-Jun-06 */
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_colormap.c46 int max_pts,num; in _dxfeditor_to_hsv() local
87 max_pts = num_hue + num_sat + num_val - 4; in _dxfeditor_to_hsv()
88 hsv_data = (RGBColor *)DXAllocate(sizeof(RGBColor) * max_pts); in _dxfeditor_to_hsv()
89 hsv_pts = (float *)DXAllocate(sizeof(float) *max_pts); in _dxfeditor_to_hsv()

12345