Home
last modified time | relevance | path

Searched refs:max_offset_x (Results 1 – 9 of 9) sorted by relevance

/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dpviterbi.c88 int max_offset_x, int max_offset_y);
148 int max_offset_x, int max_offset_y) { in pviterbi_free() argument
162 ighmm_cmatrix_3d_free( &((*v)->phi), max_offset_x + 1, in pviterbi_free()
303 for (off_x=0; off_x<mo->max_offset_x + 1; off_x++) in init_phi()
332 for (u = -1; u <= mo->max_offset_x; u++) { in init_phi()
464 x + pv->mo->max_offset_x, y + pv->mo->max_offset_y, in set_phi()
476 for (off_x=pv->mo->max_offset_x; off_x>0; off_x--) in push_back_phi()
489 x + pv->mo->max_offset_x, y + pv->mo->max_offset_y, in set_psi()
502 x + pv->mo->max_offset_x, y + pv->mo->max_offset_y, in get_psi()
567 for (u = mo->max_offset_x + 1; u < X->length; u++) { in ghmm_dpmodel_viterbi_variable_tb()
[all …]
H A Dpviterbi_propagate.c195 ARRAY_CALLOC (v->end_of_first, mo->max_offset_x + 1); in pviterbi_propagate_alloc()
196 for (j=0; j<mo->max_offset_x + 1; j++) { in pviterbi_propagate_alloc()
251 int max_offset_x, int max_offset_y, in pviterbi_propagate_free() argument
269 for (j=0; j<max_offset_x + 1; j++) { in pviterbi_propagate_free()
330 x + pv->mo->max_offset_x, y + pv->mo->max_offset_y, in set_phi_prop()
372 for (off_x=pv->mo->max_offset_x; off_x>0; off_x--) in push_back_phi_prop()
653 for (off_x=0; off_x<mo->max_offset_x + 1; off_x++) in init_phi_prop()
659 for (off_x=0; off_x<mo->max_offset_x + 1; off_x++) in init_phi_prop()
686 for (u = -1; u <= mo->max_offset_x; u++) { in init_phi_prop()
823 for (x = 0; x<=mo->max_offset_x; x++) in init_phi_prop()
[all …]
H A Dpmodel.h209 int max_offset_x; member
H A Dpmodel.c199 printf("max offset x: %i\n", mo->max_offset_x); in ghmm_dpmodel_print()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplayshell-scroll.c170 gint max_offset_x; in gimp_display_shell_scroll_clamp_and_update() local
188 max_offset_x = bounds_x + bounds_width - in gimp_display_shell_scroll_clamp_and_update()
200 max_offset_x = bounds_x + bounds_width - shell->disp_width + in gimp_display_shell_scroll_clamp_and_update()
226 offset_x = CLAMP (shell->offset_x, min_offset_x, max_offset_x); in gimp_display_shell_scroll_clamp_and_update()
241 max_offset_x, in gimp_display_shell_scroll_clamp_and_update()
H A Dgimpdisplayshell-scrollbars.c219 gint max_offset_x, in gimp_display_shell_scrollbars_update_steppers() argument
231 max_offset_x > shell->offset_x ? in gimp_display_shell_scrollbars_update_steppers()
H A Dgimpdisplayshell-scrollbars.h31 gint max_offset_x,
/dports/science/ghmm/ghmm-0.9-rc3/ghmmwrapper/
H A Dwrapper_dpmodel.i169 int max_offset_x; member
H A Dghmm.py5133 cmodel.max_offset_x = maxOffsetX