#include <math.h>#include <stdint.h>#include <string.h>#include "bcdisplayinfo.h"#include "clip.h"#include "bchash.h"#include "filexml.h"#include "keyframe.h"#include "loadbalance.h"#include "picon_png.h"#include "pluginvclient.h"#include "vframe.h"#include <libintl.h>

Go to the source code of this file.
Data Structures | |
| class | DownSampleConfig |
| class | DownSampleToggle |
| class | DownSampleSize |
| class | DownSampleWindow |
| class | DownSampleMain |
| class | DownSamplePackage |
| class | DownSampleUnit |
| class | DownSampleServer |
Defines | |
| #define | _(String) gettext(String) |
| #define | gettext_noop(String) String |
| #define | N_(String) gettext_noop (String) |
| #define | SQR(x) ((x) * (x)) |
| #define | DOWNSAMPLE(type, temp_type, components, max) |
| #define _ | ( | String | ) | gettext(String) |
Definition at line 16 of file downsample.C.
| #define DOWNSAMPLE | ( | type, | |||
| temp_type, | |||||
| components, | |||||
| max | ) |
| #define gettext_noop | ( | String | ) | String |
Definition at line 17 of file downsample.C.
| #define N_ | ( | String | ) | gettext_noop (String) |
Definition at line 18 of file downsample.C.
| #define SQR | ( | x | ) | ((x) * (x)) |
Definition at line 568 of file downsample.C.
1.5.5