Searched refs:gst_gm_mod_float (Results 1 – 4 of 4) sorted by relevance
172 gst_gm_mod_float (gdouble a, gdouble b) in gst_gm_mod_float() function188 gdouble r = gst_gm_mod_float (x, 1.0); in gst_gm_triangle()
63 gdouble gst_gm_mod_float (gdouble a, gdouble b);
184 in_x = gst_gm_mod_float (in_x, gt->width); in gst_geometric_transform_do_map()185 in_y = gst_gm_mod_float (in_y, gt->height); in gst_geometric_transform_do_map()
178 theta = gst_gm_mod_float (theta, 2 * G_PI); in circle_map()