FFmpeg
|
#include <hevc_sei.h>
Data Fields | |
int | present |
int | model_id |
int | separate_colour_description_present_flag |
int | bit_depth_luma |
int | bit_depth_chroma |
int | full_range |
int | color_primaries |
int | transfer_characteristics |
int | matrix_coeffs |
int | blending_mode_id |
int | log2_scale_factor |
int | comp_model_present_flag [3] |
uint16_t | num_intensity_intervals [3] |
uint8_t | num_model_values [3] |
uint8_t | intensity_interval_lower_bound [3][256] |
uint8_t | intensity_interval_upper_bound [3][256] |
int16_t | comp_model_value [3][256][6] |
int | persistence_flag |
Definition at line 112 of file hevc_sei.h.
int HEVCSEIFilmGrainCharacteristics::present |
Definition at line 113 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::model_id |
Definition at line 114 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::separate_colour_description_present_flag |
Definition at line 115 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::bit_depth_luma |
Definition at line 116 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::bit_depth_chroma |
Definition at line 117 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::full_range |
Definition at line 118 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::color_primaries |
Definition at line 119 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::transfer_characteristics |
Definition at line 120 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::matrix_coeffs |
Definition at line 121 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::blending_mode_id |
Definition at line 122 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::log2_scale_factor |
Definition at line 123 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::comp_model_present_flag[3] |
Definition at line 124 of file hevc_sei.h.
Referenced by set_side_data().
uint16_t HEVCSEIFilmGrainCharacteristics::num_intensity_intervals[3] |
Definition at line 125 of file hevc_sei.h.
Referenced by set_side_data().
uint8_t HEVCSEIFilmGrainCharacteristics::num_model_values[3] |
Definition at line 126 of file hevc_sei.h.
Referenced by set_side_data().
uint8_t HEVCSEIFilmGrainCharacteristics::intensity_interval_lower_bound[3][256] |
Definition at line 127 of file hevc_sei.h.
Referenced by set_side_data().
uint8_t HEVCSEIFilmGrainCharacteristics::intensity_interval_upper_bound[3][256] |
Definition at line 128 of file hevc_sei.h.
Referenced by set_side_data().
int16_t HEVCSEIFilmGrainCharacteristics::comp_model_value[3][256][6] |
Definition at line 129 of file hevc_sei.h.
Referenced by set_side_data().
int HEVCSEIFilmGrainCharacteristics::persistence_flag |
Definition at line 130 of file hevc_sei.h.
Referenced by set_side_data().