FFmpeg
|
Go to the source code of this file.
Macros | |
#define | SS_W 0 |
#define | SS_H 0 |
#define | BIT_DEPTH 8 |
#define | BIT_DEPTH 10 |
#define | BIT_DEPTH 12 |
#define | SS_W 1 |
#define | SS_H 0 |
#define | BIT_DEPTH 8 |
#define | BIT_DEPTH 10 |
#define | BIT_DEPTH 12 |
#define | SS_W 1 |
#define | SS_H 1 |
#define | BIT_DEPTH 8 |
#define | BIT_DEPTH 10 |
#define | BIT_DEPTH 12 |
#define | init_yuv2rgb_fn(bit) |
#define | init_rgb2yuv_fn(bit) |
#define | init_rgb2yuv_fsb_fn(bit) |
#define | init_yuv2yuv_fn(idx1, bit1, bit2) |
#define | init_yuv2yuv_fns(bit1) |
Functions | |
static void | multiply3x3_c (int16_t *buf[3], ptrdiff_t stride, int w, int h, const int16_t m[3][3][8]) |
void | ff_colorspacedsp_init (ColorSpaceDSPContext *dsp) |
#define SS_W 0 |
Definition at line 62 of file colorspacedsp.c.
Referenced by rgb2yuv(), rgb2yuv_fsb(), yuv2rgb(), and yuv2yuv().
#define SS_H 0 |
Definition at line 63 of file colorspacedsp.c.
Referenced by rgb2yuv(), rgb2yuv_fsb(), yuv2rgb(), and yuv2yuv().
#define BIT_DEPTH 8 |
Definition at line 74 of file colorspacedsp.c.
#define BIT_DEPTH 10 |
Definition at line 74 of file colorspacedsp.c.
#define BIT_DEPTH 12 |
Definition at line 74 of file colorspacedsp.c.
#define SS_W 1 |
Definition at line 62 of file colorspacedsp.c.
#define SS_H 0 |
Definition at line 63 of file colorspacedsp.c.
#define BIT_DEPTH 8 |
Definition at line 74 of file colorspacedsp.c.
#define BIT_DEPTH 10 |
Definition at line 74 of file colorspacedsp.c.
#define BIT_DEPTH 12 |
Definition at line 74 of file colorspacedsp.c.
#define SS_W 1 |
Definition at line 62 of file colorspacedsp.c.
#define SS_H 1 |
Definition at line 63 of file colorspacedsp.c.
#define BIT_DEPTH 8 |
Definition at line 74 of file colorspacedsp.c.
#define BIT_DEPTH 10 |
Definition at line 74 of file colorspacedsp.c.
#define BIT_DEPTH 12 |
Definition at line 74 of file colorspacedsp.c.
#define init_yuv2rgb_fn | ( | bit | ) |
Referenced by ff_colorspacedsp_init().
#define init_rgb2yuv_fn | ( | bit | ) |
Referenced by ff_colorspacedsp_init().
#define init_rgb2yuv_fsb_fn | ( | bit | ) |
Referenced by ff_colorspacedsp_init().
#define init_yuv2yuv_fn | ( | idx1, | |
bit1, | |||
bit2 | |||
) |
#define init_yuv2yuv_fns | ( | bit1 | ) |
Referenced by ff_colorspacedsp_init().
|
static |
Definition at line 77 of file colorspacedsp.c.
Referenced by ff_colorspacedsp_init().
void ff_colorspacedsp_init | ( | ColorSpaceDSPContext * | dsp | ) |
Definition at line 101 of file colorspacedsp.c.
Referenced by check_multiply3x3(), check_rgb2yuv(), check_yuv2rgb(), check_yuv2yuv(), and init().