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 {
28  //COLOR_SPACE_422_TO_444 = 8,
29  //COLOR_SPACE_8_PIXEL_PLANAR = 16,
30 
31  // Four common combinations of the color space flags
36 
37 } COLOR_SPACE;
38 
39 #endif
BT 601 color space for a YUV source.
Definition: color.h:25
_color_space
Definition of flags for the characteristics of the color space.
Definition: color.h:22
Full range 709.
Definition: color.h:34
RGB that ranges normally from 16 to 235 just like luma.
Definition: color.h:27
Video safe 709.
Definition: color.h:32
Video safe 601.
Definition: color.h:33
Full range 601.
Definition: color.h:35
BT 709 color space for a YUV source.
Definition: color.h:26
enum _color_space COLOR_SPACE
Definition of flags for the characteristics of the color space.
The color space is unknown.
Definition: color.h:24