synfig-core
1.0.3
|
Template File. More...
#include "trgt_yuv.h"
#include <ETL/stringf>
#include <cstdio>
#include <algorithm>
#include <functional>
Macros | |
#define | Y_FLOOR (16) |
#define | Y_CEIL (235) |
#define | Y_RANGE (Y_CEIL-Y_FLOOR) |
#define | UV_FLOOR (16) |
#define | UV_CEIL (240) |
#define | UV_RANGE (UV_CEIL-UV_FLOOR) |
Functions | |
SYNFIG_TARGET_INIT (yuv) | |
SYNFIG_TARGET_SET_NAME (yuv,"yuv420p") | |
SYNFIG_TARGET_SET_EXT (yuv,"yuv") | |
SYNFIG_TARGET_SET_VERSION (yuv,"0.1") | |
SYNFIG_TARGET_SET_CVS_ID (yuv,"$Id$") |
Template File.
$Id$
#define Y_FLOOR (16) |
Referenced by yuv::end_frame().
#define Y_CEIL (235) |
Referenced by yuv::end_frame().
#define UV_FLOOR (16) |
Referenced by yuv::end_frame().
#define UV_CEIL (240) |
Referenced by yuv::end_frame().
SYNFIG_TARGET_INIT | ( | yuv | ) |
SYNFIG_TARGET_SET_NAME | ( | yuv | , |
"yuv420p" | |||
) |
SYNFIG_TARGET_SET_EXT | ( | yuv | , |
"yuv" | |||
) |
SYNFIG_TARGET_SET_VERSION | ( | yuv | , |
"0.1" | |||
) |
SYNFIG_TARGET_SET_CVS_ID | ( | yuv | , |
"$Id$" | |||
) |