Searched refs:trunc_y (Results 1 – 1 of 1) sorted by relevance
198 gint trunc_y = (gint) in_y; in gst_geometric_transform_do_map() local200 if (trunc_x >= 0 && trunc_x < gt->width && trunc_y >= 0 && in gst_geometric_transform_do_map()201 trunc_y < gt->height) { in gst_geometric_transform_do_map()202 in_offset = trunc_y * gt->row_stride + trunc_x * gt->pixel_stride; in gst_geometric_transform_do_map()