|
Encoder
4.4
VC-5 Sample Encoder
|
Go to the source code of this file.
Typedefs | |
| typedef enum _color_space | COLOR_SPACE |
| Definition of flags for the characteristics of the color space. | |
Enumerations | |
| enum | _color_space { COLOR_SPACE_UNKNOWN = 0, COLOR_SPACE_BT_601 = 1, COLOR_SPACE_BT_709 = 2, COLOR_SPACE_VS_RGB = 4, COLOR_SPACE_VS_709 = (COLOR_SPACE_BT_709 | COLOR_SPACE_VS_RGB), COLOR_SPACE_VS_601 = (COLOR_SPACE_BT_601 | COLOR_SPACE_VS_RGB), COLOR_SPACE_CG_709 = (COLOR_SPACE_BT_709), COLOR_SPACE_CG_601 = (COLOR_SPACE_BT_601) } |
| Definition of flags for the characteristics of the color space. More... | |
Declaration of the data structures and constants used to designate color spaces.
The color format may include more detailed information on the sampling such as the location of the chroma values relative to the luma values.
(c) 2013 Society of Motion Picture & Television Engineers LLC and Woodman Labs, Inc. All rights reserved–use subject to compliance with end user license agreement.
| enum _color_space |
Definition of flags for the characteristics of the color space.