Encoder
4.4
VC-5 Sample Encoder
color.h
Go to the documentation of this file.
1
16
#ifndef _COLOR_H
17
#define _COLOR_H
18
22
typedef
enum
_color_space
23
{
24
COLOR_SPACE_UNKNOWN
= 0,
25
COLOR_SPACE_BT_601
= 1,
26
COLOR_SPACE_BT_709
= 2,
27
COLOR_SPACE_VS_RGB
= 4,
28
//COLOR_SPACE_422_TO_444 = 8,
29
//COLOR_SPACE_8_PIXEL_PLANAR = 16,
30
31
// Four common combinations of the color space flags
32
COLOR_SPACE_VS_709
= (
COLOR_SPACE_BT_709
|
COLOR_SPACE_VS_RGB
),
33
COLOR_SPACE_VS_601
= (
COLOR_SPACE_BT_601
|
COLOR_SPACE_VS_RGB
),
34
COLOR_SPACE_CG_709
= (
COLOR_SPACE_BT_709
),
35
COLOR_SPACE_CG_601
= (
COLOR_SPACE_BT_601
),
36
37
}
COLOR_SPACE
;
38
39
#endif
COLOR_SPACE_BT_601
BT 601 color space for a YUV source.
Definition:
color.h:25
_color_space
_color_space
Definition of flags for the characteristics of the color space.
Definition:
color.h:22
COLOR_SPACE_CG_709
Full range 709.
Definition:
color.h:34
COLOR_SPACE_VS_RGB
RGB that ranges normally from 16 to 235 just like luma.
Definition:
color.h:27
COLOR_SPACE_VS_709
Video safe 709.
Definition:
color.h:32
COLOR_SPACE_VS_601
Video safe 601.
Definition:
color.h:33
COLOR_SPACE_CG_601
Full range 601.
Definition:
color.h:35
COLOR_SPACE_BT_709
BT 709 color space for a YUV source.
Definition:
color.h:26
COLOR_SPACE
enum _color_space COLOR_SPACE
Definition of flags for the characteristics of the color space.
COLOR_SPACE_UNKNOWN
The color space is unknown.
Definition:
color.h:24
VC-5
common
include
color.h
Generated on Thu Sep 7 2017 12:58:40 for Encoder by
1.8.13