FFmpeg
|
#include "config_components.h"
#include "libavutil/pixdesc.h"
#include "framesync.h"
#include "avfilter.h"
Go to the source code of this file.
Data Structures | |
struct | rgbvec |
struct | Lut3DPreLut |
struct | LUT3DContext |
struct | ThreadData |
Used for passing data between threads. More... | |
Macros | |
#define | MAX_LEVEL 256 |
#define | PRELUT_SIZE 65536 |
Enumerations | |
enum | interp_mode { INTERPOLATE_NEAREST, INTERPOLATE_TRILINEAR, INTERPOLATE_TETRAHEDRAL, INTERPOLATE_PYRAMID, INTERPOLATE_PRISM, NB_INTERP_MODE } |
Functions | |
void | ff_lut3d_init_x86 (LUT3DContext *s, const AVPixFmtDescriptor *desc) |
enum interp_mode |
void ff_lut3d_init_x86 | ( | LUT3DContext * | s, |
const AVPixFmtDescriptor * | desc | ||
) |
Definition at line 58 of file vf_lut3d_init.c.