#include "clip.h"#include "colormodels.h"#include "filexml.h"#include "picon_png.h"#include "dot.h"#include "dotwindow.h"#include "effecttv.h"#include "language.h"#include <stdint.h>#include <stdio.h>#include <string.h>

Go to the source code of this file.
Defines | |
| #define | COPY_PIXEL(type, components, output, pattern, chroma_offset) |
| #define | DRAW_DOT(type, components, chroma_offset) |
| #define | RGB_TO_Y(type, is_yuv) |
| #define COPY_PIXEL | ( | type, | |||
| components, | |||||
| output, | |||||
| pattern, | |||||
| chroma_offset | ) |
| #define DRAW_DOT | ( | type, | |||
| components, | |||||
| chroma_offset | ) |
| #define RGB_TO_Y | ( | type, | |||
| is_yuv | ) |
1.5.5