#include "bcdisplayinfo.h"#include "clip.h"#include "bchash.h"#include "filexml.h"#include "denoise.h"#include "picon_png.h"#include "units.h"#include "vframe.h"#include <math.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 | WINDOW_BORDER (window_size / 2) |
| #define | SGN(x) (x<0 ? -1: 1) |
| #define SGN | ( | x | ) | (x<0 ? -1: 1) |
| #define WINDOW_BORDER (window_size / 2) |
1.5.5