#include "clip.h"#include "colormodels.h"#include "filexml.h"#include "picon_png.h"#include "blurzoom.h"#include "blurzoomwindow.h"#include <stdint.h>#include <stdio.h>#include <string.h>#include <libintl.h>

Go to the source code of this file.
Defines | |
| #define | _(String) gettext(String) |
| #define | gettext_noop(String) String |
| #define | N_(String) gettext_noop (String) |
| #define | VIDEO_HWIDTH (buf_width/2) |
| #define | VIDEO_HHEIGHT (buf_height/2) |
| #define | MAGIC_THRESHOLD 40 |
| #define | RATIO 0.95 |
| #define | DELTA (255 / (COLORS / 2 - 1)) |
| #define | IMAGE_BGSUBTRACT_UPDATE_Y(result, input_rows,type,components) |
| #define | BLURZOOM_FINAL(type, components) |
Functions | |
| PluginClient * | new_plugin (PluginServer *server) |
| #define _ | ( | String | ) | gettext(String) |
Definition at line 13 of file blurzoom.C.
| #define BLURZOOM_FINAL | ( | type, | |||
| components | ) |
Definition at line 373 of file blurzoom.C.
| #define DELTA (255 / (COLORS / 2 - 1)) |
| #define gettext_noop | ( | String | ) | String |
Definition at line 14 of file blurzoom.C.
| #define IMAGE_BGSUBTRACT_UPDATE_Y | ( | result, | |||
| input_rows, | |||||
| type, | |||||
| components | ) |
| #define MAGIC_THRESHOLD 40 |
| #define N_ | ( | String | ) | gettext_noop (String) |
Definition at line 15 of file blurzoom.C.
| #define RATIO 0.95 |
Definition at line 96 of file blurzoom.C.
| #define VIDEO_HHEIGHT (buf_height/2) |
Definition at line 92 of file blurzoom.C.
| #define VIDEO_HWIDTH (buf_width/2) |
Definition at line 91 of file blurzoom.C.
| PluginClient* new_plugin | ( | PluginServer * | server | ) |
Definition at line 17 of file blurzoom.C.
1.5.5