Searched refs:disttable (Results 1 – 2 of 2) sorted by relevance
96 g_free (filter->disttable); in gst_warptv_set_info()97 filter->disttable = g_malloc (width * height * sizeof (guint32)); in gst_warptv_set_info()130 distptr = filter->disttable; in initDistTable()173 distptr = warptv->disttable; in gst_warptv_transform_frame()229 g_free (warptv->disttable); in gst_warptv_finalize()230 warptv->disttable = NULL; in gst_warptv_finalize()
53 gint32 *disttable; member