X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fblur%2Fblur.h;h=6846ca00548109b8933aa16b78b207a1f4bb423d;hp=b4a248cd3234e6f31f19da633caa839f4163798b;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/plugins/blur/blur.h b/cinelerra-5.1/plugins/blur/blur.h index b4a248cd..6846ca00 100644 --- a/cinelerra-5.1/plugins/blur/blur.h +++ b/cinelerra-5.1/plugins/blur/blur.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2010 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef BLUR_H @@ -50,10 +50,10 @@ public: int equivalent(BlurConfig &that); void copy_from(BlurConfig &that); - void interpolate(BlurConfig &prev, - BlurConfig &next, - int64_t prev_frame, - int64_t next_frame, + void interpolate(BlurConfig &prev, + BlurConfig &next, + int64_t prev_frame, + int64_t next_frame, int64_t current_frame); int vertical; @@ -104,7 +104,7 @@ public: ~BlurEngine(); void run(); - void set_range(int start_y, + void set_range(int start_y, int end_y, int start_x, int end_x); @@ -114,11 +114,11 @@ public: // parameters needed for blur int get_constants(BlurConstants *ptr, double std_dev); int reconfigure(BlurConstants *constants, double alpha); - int transfer_pixels(pixel_f *src1, - pixel_f *src2, - pixel_f *src, + int transfer_pixels(pixel_f *src1, + pixel_f *src2, + pixel_f *src, double *radius, - pixel_f *dest, + pixel_f *dest, int size); int multiply_alpha(pixel_f *row, int size); int separate_alpha(pixel_f *row, int size);