Go to the source code of this file.
◆ HEX2YUV
#define HEX2YUV |
( |
|
rgb | ) |
RGB2YUV( (rgb >> 16), ((rgb & 0xFF00) >> 8), (rgb & 0xFF) ) |
◆ RGB2YUV
#define RGB2YUV |
( |
|
R, |
|
|
|
G, |
|
|
|
B |
|
) |
| |
Value: ((0.257 * R) + (0.504 * G) + (0.098 *
B) + 16), \
(-(0.148 * R) - (0.291 * G) + (0.439 *
B) + 128),\
((0.439 * R) - (0.368 * G) - (0.071 *
B) + 128)
#define B(fcc, dsc)
Definition fourcc_gen.c:39
◆ spuregion_CreateFromPicture()
◆ spuregion_CreateVGradientFill()
static void spuregion_CreateVGradientFill |
( |
plane_t * |
p, |
|
|
uint8_t |
i_splits |
|
) |
| |
|
inlinestatic |
◆ spuregion_CreateVGradientPalette()
static void spuregion_CreateVGradientPalette |
( |
video_palette_t * |
p_palette, |
|
|
uint8_t |
i_splits, |
|
|
uint32_t |
argb1, |
|
|
uint32_t |
argb2 |
|
) |
| |
|
inlinestatic |