Home
last modified time | relevance | path

Searched refs:max_frame (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/audio/epos-devel/epos-2.5.37/src/
H A Dtdpsyn.cc140 max_frame = MAX_OLA_FRAME; in tdpsyn()
143 memset(wwin, 0, (max_frame * 2) * sizeof(*wwin)); in tdpsyn()
145 out_buff = (SAMPLE *)xmalloc(sizeof(SAMPLE) * max_frame * 2); in tdpsyn()
146 memset(out_buff, 0, max_frame * 2 * sizeof(*out_buff)); in tdpsyn()
206 const int max_frame = this->max_frame; in synseg() local
263 if (maxwin >= max_frame) shriek(461, "pitch too large"); in synseg()
284 memcpy(out_buff + max_frame - pitch, out_buff + max_frame, pitch * sizeof(*out_buff)); in synseg()
285 memset(out_buff + max_frame, 0, max_frame * sizeof(*out_buff)); in synseg()
295 out_buff[max_frame + i] += poms; in synseg()
358 w->sample((SAMPLE *)out_buff + max_frame - pitch, pitch); in synseg()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/
H A Dbwm_video_corr_processor.cxx374 max_frame = 0; in min_max_frame()
378 unsigned maxf = corr->max_frame(); in min_max_frame()
381 if (maxf>max_frame) in min_max_frame()
382 max_frame = maxf; in min_max_frame()
389 min_frame =0; max_frame = 0; in get_ncameras()
394 return max_frame-min_frame +1; in get_ncameras()
422 unsigned min_frame =0, max_frame = 0; in initialize_world_pts_and_cameras() local
424 this->mask(min_frame, max_frame, mask); in initialize_world_pts_and_cameras()
816 unsigned min_frame =0, max_frame = 0; in find_missing_correspondences() local
818 this->mask(min_frame, max_frame, mask); in find_missing_correspondences()
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOROCKRES.cpp174 rockInfo->max_frame = misc.atoi(rockRec->max_frame, rockRec->MAX_FRAME_LEN); in load_info()
176 rockInfo->max_frame = 1; // unanimated, rock anim recno must be -1 in load_info()
284 int blockFrame = rockInfo->max_frame; in load_block_info()
347 err_when( rockAnimInfo->frame <= 0 || rockAnimInfo->frame > rockInfo->max_frame); in load_anim_info()
350 err_when( rockAnimInfo->next_frame <= 0 || rockAnimInfo->next_frame > rockInfo->max_frame); in load_anim_info()
353 err_when( rockAnimInfo->alt_next <= 0 || rockAnimInfo->alt_next > rockInfo->max_frame); in load_anim_info()
410 err_when( curFrame <= 0 || curFrame > rockInfo->max_frame); in get_bitmap_recno()
439 err_when(curFrame <= 0 || curFrame > rockInfo->max_frame); in choose_next()
533 && (animatedFlag < 0 || animatedFlag == 0 && rockInfo->max_frame == 1 || in search()
534 animatedFlag > 0 && rockInfo->max_frame > 1) ) in search()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/items/
H A Dfirepit.uc35 var max_frame;
38 { min_frame = 4; max_frame = 7; }
40 { min_frame = 0; max_frame = 3; }
45 if (target_frame > max_frame)
46 target_frame = max_frame;
58 if (current_frame == max_frame)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dcoiled_coil.cpp119 unsigned int max_frame = 0; in CCoil_ComputeScores() local
123 max_frame = frame; in CCoil_ComputeScores()
127 w_frame[start] = max_frame; in CCoil_ComputeScores()
150 unsigned int max_frame = 0; in CCoil_ComputeScores() local
157 max_frame = w_frame[win]; in CCoil_ComputeScores()
161 frames[pos] = max_frame; in CCoil_ComputeScores()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c22 __u16 *max, int max_frame) in ixgbe_ieee_credits() argument
28 min_credit = ((max_frame / 2) + DCB_CREDIT_QUANTUM - 1) / in ixgbe_ieee_credits()
64 int max_frame, u8 direction) in ixgbe_dcb_calculate_tc_credits() argument
80 min_credit = ((max_frame / 2) + DCB_CREDIT_QUANTUM - 1) / in ixgbe_dcb_calculate_tc_credits()
303 s32 ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max_frame) in ixgbe_dcb_hw_ets() argument
331 ixgbe_ieee_credits(ets->tc_tx_bw, refill, max, max_frame); in ixgbe_dcb_hw_ets()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c22 __u16 *max, int max_frame) in ixgbe_ieee_credits() argument
28 min_credit = ((max_frame / 2) + DCB_CREDIT_QUANTUM - 1) / in ixgbe_ieee_credits()
64 int max_frame, u8 direction) in ixgbe_dcb_calculate_tc_credits() argument
80 min_credit = ((max_frame / 2) + DCB_CREDIT_QUANTUM - 1) / in ixgbe_dcb_calculate_tc_credits()
303 s32 ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max_frame) in ixgbe_dcb_hw_ets() argument
331 ixgbe_ieee_credits(ets->tc_tx_bw, refill, max, max_frame); in ixgbe_dcb_hw_ets()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c22 __u16 *max, int max_frame) in ixgbe_ieee_credits() argument
28 min_credit = ((max_frame / 2) + DCB_CREDIT_QUANTUM - 1) / in ixgbe_ieee_credits()
64 int max_frame, u8 direction) in ixgbe_dcb_calculate_tc_credits() argument
80 min_credit = ((max_frame / 2) + DCB_CREDIT_QUANTUM - 1) / in ixgbe_dcb_calculate_tc_credits()
303 s32 ixgbe_dcb_hw_ets(struct ixgbe_hw *hw, struct ieee_ets *ets, int max_frame) in ixgbe_dcb_hw_ets() argument
331 ixgbe_ieee_credits(ets->tc_tx_bw, refill, max, max_frame); in ixgbe_dcb_hw_ets()
/dports/sysutils/brasero/brasero-3.12.3/src/
H A Dbrasero-time-button.c46 gint max_frame; member
133 if (frame > priv->max_frame) in brasero_time_button_sec_changed()
134 gtk_spin_button_set_value (GTK_SPIN_BUTTON (priv->sec), priv->max_frame); in brasero_time_button_sec_changed()
140 gtk_spin_button_set_range (GTK_SPIN_BUTTON (priv->frame), 0.0, priv->max_frame); in brasero_time_button_sec_changed()
187 priv->max_frame = frames / 1000000000 + ((frames % 1000000000) ? 1:0); in brasero_time_button_set_max()
234 gtk_spin_button_set_range (GTK_SPIN_BUTTON (priv->frame), 0.0, priv->max_frame); in brasero_time_button_set_max()
/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/autotrack/
H A Dtracks.cc172 int max_frame = 0; in MaxFrame() local
175 max_frame = std::max(markers_[i].frame, max_frame); in MaxFrame()
178 return max_frame; in MaxFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/surfaces/
H A Dsurface_unittest.cc113 int max_frame = 3, start_id = 200; in TEST() local
114 for (int i = 0; i < max_frame; ++i) { in TEST()
129 CompositorRenderPassId last_pass_id{(max_frame - 1) * 3 + start_id + 2}; in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/surfaces/
H A Dsurface_unittest.cc109 int max_frame = 3, start_id = 200; in TEST() local
110 for (int i = 0; i < max_frame; ++i) { in TEST()
123 int last_pass_id = (max_frame - 1) * 3 + start_id + 2; in TEST()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_vg_animation.c305 int max_frame = (frame_count - 1) * pd->max_progress; in _update_frame_duration() local
309 pd->frame_duration = (double)(max_frame - min_frame) / frame_rate; in _update_frame_duration()
619 int max_frame = (frame_count - 1) * pd->max_progress; in _efl_ui_vg_animation_min_frame_set() local
620 if (min_frame > max_frame) min_frame = max_frame; in _efl_ui_vg_animation_min_frame_set()
634 _efl_ui_vg_animation_max_frame_set(Eo *obj EINA_UNUSED, Efl_Ui_Vg_Animation_Data *pd, int max_frame) in _efl_ui_vg_animation_max_frame_set() argument
637 if (max_frame > frame_count - 1) max_frame = frame_count - 1; in _efl_ui_vg_animation_max_frame_set()
641 if (min_frame > max_frame) max_frame = min_frame; in _efl_ui_vg_animation_max_frame_set()
644 pd->max_progress = (double)max_frame / (double)(frame_count - 1); in _efl_ui_vg_animation_max_frame_set()
H A Defl_ui_vg_animation.eo105 min_frame: int(0); [[The minimum frame for play. Value must be 0 ~ @.max_frame]]
108 @property max_frame {
116max_frame: int; [[The maximum frame for play. Value must be @.min_frame ~ (@.frame_count - 1).
131 … Note: This method use to @.min_frame, @.max_frame (@.min_progress, @.max_progress) internally.
/dports/net/wireshark/wireshark-3.6.1/ui/cli/
H A Dtap-icmpstat.c42 guint max_frame; member
131 icmpstat->max_frame = trans->resp_frame; in icmpstat_packet()
242 icmpstat->min_frame, icmpstat->max_frame); in icmpstat_draw()
H A Dtap-icmpv6stat.c43 guint max_frame; member
132 icmpv6stat->max_frame = trans->resp_frame; in icmpv6stat_packet()
243 icmpv6stat->min_frame, icmpv6stat->max_frame); in icmpv6stat_draw()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-icmpstat.c42 guint max_frame; in flow_draw()
131 icmpstat->max_frame = trans->resp_frame; in flow_register()
242 icmpstat->min_frame, icmpstat->max_frame);
H A Dtap-icmpv6stat.c43 guint max_frame;
132 icmpv6stat->max_frame = trans->resp_frame; in follow_free()
243 icmpv6stat->min_frame, icmpv6stat->max_frame);
/dports/net/tshark/wireshark-3.6.1/ui/cli/
H A Dtap-icmpstat.c42 guint max_frame; member
131 icmpstat->max_frame = trans->resp_frame; in icmpstat_packet()
242 icmpstat->min_frame, icmpstat->max_frame); in icmpstat_draw()
H A Dtap-icmpv6stat.c43 guint max_frame; member
132 icmpv6stat->max_frame = trans->resp_frame; in icmpv6stat_packet()
243 icmpv6stat->min_frame, icmpv6stat->max_frame); in icmpv6stat_draw()
/dports/net/tshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-icmpv6stat.c43 guint max_frame;
132 icmpv6stat->max_frame = trans->resp_frame;
243 icmpv6stat->min_frame, icmpv6stat->max_frame);
H A Dtap-icmpstat.c42 guint max_frame;
131 icmpstat->max_frame = trans->resp_frame;
242 icmpstat->min_frame, icmpstat->max_frame);
/dports/www/netsurf/netsurf-3.10/frontends/riscos/gui/
H A Dthrobber.c60 int max_frame; member
92 if (!ro_gui_theme_get_throbber_data(theme, &throbber->max_frame, in ro_gui_throbber_create()
140 if (!ro_gui_theme_get_throbber_data(theme, &throbber->max_frame, in ro_gui_throbber_rebuild()
384 if (throbber->current_frame > throbber->max_frame) in ro_gui_throbber_animate()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOROCKRES.h53 char max_frame[MAX_FRAME_LEN]; member
106 char max_frame; member
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DEdit1.cxx124 if (drvui->max_frame > 1) { in Add_Frame_Main()
148 if (drvui->max_frame > 1) in Arrow_Frame_Combo_cb()
486 if (drvui->max_frame > 1) in Bond_Frame_Combo_cb()
1328 if (drvui->max_frame > 1) in Edit_Arrow_Save_cb()
1420 if (drvui->max_frame > 1) { in Edit_Bond_cb()
1925 if (drvui->max_frame > 1) { in Edit_LonePair_cb()
2145 if (drvui->max_frame > 1) in Edit_Maps_cb()
2151 if (drvui->max_frame > 1) { in Edit_Maps_cb()
2447 if (drvui->max_frame > 1) in Edit_Maps_Save_cb()
2780 if (drvui->max_frame > 1) { in Edit_Polyhedra_cb()
[all …]

12345678910