X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Finterpolatevideo%2Finterpolatevideo.h;h=06adf54dd81eb5d72c388b3a430abcdeedd40d59;hb=7fa4ccc2c91d37f20f3618261e4cbaa9d5d3c740;hp=d5b18d8c30cfa2c556f8c37bde86e2656b3dce80;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.h b/cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.h index d5b18d8c..06adf54d 100644 --- a/cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.h +++ b/cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.h @@ -1,12 +1,12 @@ /* * CINELERRA * Copyright (C) 1997-2011 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 @@ -15,9 +15,9 @@ * 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 INTERPOLATEVIDEO_H #define INTERPOLATEVIDEO_H @@ -41,7 +41,7 @@ #define MIN_MACROBLOCK_SIZE 8 #define MAX_MACROBLOCK_SIZE 256 #define MAX_SEARCH_STEPS 1024 -// Enough packages to keep busy if macroblocks turn invalid, +// Enough packages to keep busy if macroblocks turn invalid, // yet not bog down the mutexes #define MAX_PACKAGES ((PluginClient::get_project_smp() + 1) * 16) @@ -89,7 +89,7 @@ public: void fill_border(double frame_rate, int64_t start_position); void create_macroblocks(); void draw_vectors(int processed); - int angles_overlap(float dst2_angle1, + int angles_overlap(float dst2_angle1, float dst2_angle2, float dst1_angle1, float dst1_angle2); @@ -98,15 +98,15 @@ public: void average(); void draw_pixel(VFrame *frame, int x, int y); void draw_line(VFrame *frame, int x1, int y1, int x2, int y2); - void draw_arrow(VFrame *frame, - int x1, - int y1, - int x2, + void draw_arrow(VFrame *frame, + int x1, + int y1, + int x2, int y2); - void draw_rect(VFrame *frame, - int x1, - int y1, - int x2, + void draw_rect(VFrame *frame, + int x1, + int y1, + int x2, int y2); ArrayList macroblocks;