|
OpenFFmpeg
|
Represents the percentile at a specific percentage in a distribution. More...
#include <hdr_dynamic_metadata.h>
Public Attributes | |
| uint8_t | percentage |
| The percentage value corresponding to a specific percentile linearized RGB value in the processing window in the scene. More... | |
| AVRational | percentile |
| The linearized maxRGB value at a specific percentile in the processing window in the scene. More... | |
Represents the percentile at a specific percentage in a distribution.
| uint8_t AVHDRPlusPercentile::percentage |
The percentage value corresponding to a specific percentile linearized RGB value in the processing window in the scene.
The value shall be in the range of 0 to100, inclusive.
| AVRational AVHDRPlusPercentile::percentile |
The linearized maxRGB value at a specific percentile in the processing window in the scene.
The value shall be in the range of 0 to 1, inclusive and in multiples of 0.00001.
1.8.12