xine-lib 1.2.11
|
Go to the source code of this file.
Data Structures | |
struct | yuv2rgb_impl_s |
struct | yuv2rgb_factory_impl_s |
Typedefs | |
typedef struct yuv2rgb_impl_s | yuv2rgb_impl_t |
typedef struct yuv2rgb_factory_impl_s | yuv2rgb_factory_impl_t |
typedef void(* | scale_line_func_t) (const uint8_t *restrict source, uint8_t *restrict dest, int width, int step) |
Functions | |
void | mmx_yuv2rgb_set_csc_levels (yuv2rgb_factory_t *this, int brightness, int contrast, int saturation, int colormatrix) |
void | yuv2rgb_init_mmxext (yuv2rgb_factory_impl_t *this) |
void | yuv2rgb_init_mmx (yuv2rgb_factory_impl_t *this) |
void | yuv2rgb_init_mlib (yuv2rgb_factory_impl_t *this) |
typedef void(* scale_line_func_t) (const uint8_t *restrict source, uint8_t *restrict dest, int width, int step) |
typedef struct yuv2rgb_factory_impl_s yuv2rgb_factory_impl_t |
typedef struct yuv2rgb_impl_s yuv2rgb_impl_t |
void mmx_yuv2rgb_set_csc_levels | ( | yuv2rgb_factory_t * | this, |
int | brightness, | ||
int | contrast, | ||
int | saturation, | ||
int | colormatrix | ||
) |
Referenced by _yuv2rgb_set_csc_levels().
void yuv2rgb_init_mlib | ( | yuv2rgb_factory_impl_t * | this | ) |
Referenced by yuv2rgb_factory_init().
void yuv2rgb_init_mmx | ( | yuv2rgb_factory_impl_t * | this | ) |
Referenced by yuv2rgb_factory_init().
void yuv2rgb_init_mmxext | ( | yuv2rgb_factory_impl_t * | this | ) |
Referenced by yuv2rgb_factory_init().