|
int | video_parameter_set_id = 0 |
|
int | max_sub_layers_minus1 = 0 |
|
bool | temporal_id_nesting_flag = false |
|
int | general_profile_tier_level_data [12] = {} |
|
int | seq_parameter_set_id = 0 |
|
int | chroma_format_idc = 0 |
|
bool | separate_colour_plane_flag = false |
|
int | pic_width_in_luma_samples = 0 |
|
int | pic_height_in_luma_samples = 0 |
|
bool | conformance_window_flag = false |
|
int | conf_win_left_offset = 0 |
|
int | conf_win_right_offset = 0 |
|
int | conf_win_top_offset = 0 |
|
int | conf_win_bottom_offset = 0 |
|
int | bit_depth_luma_minus8 = 0 |
|
int | bit_depth_chroma_minus8 = 0 |
|
int | log2_max_pic_order_cnt_lsb_minus4 = 0 |
|
bool | sub_layer_ordering_info_present_flag = false |
|
int | max_dec_pic_buffering_minus1 [8] |
|
int | max_num_reorder_pics [8] |
|
int | max_latency_increase_plus1 [8] |
|
int | log2_min_luma_coding_block_size_minus3 = 0 |
|
int | log2_diff_max_min_luma_coding_block_size = 0 |
|
int | log2_min_luma_transform_block_size_minus2 = 0 |
|
int | log2_diff_max_min_luma_transform_block_size = 0 |
|
int | max_transform_hierarchy_depth_inter = 0 |
|
int | max_transform_hierarchy_depth_intra = 0 |
|
bool | scaling_list_enabled_flag = false |
|
bool | scaling_list_data_present_flag = false |
|
bool | amp_enabled_flag = false |
|
bool | sample_adaptive_offset_enabled_flag = false |
|
bool | pcm_enabled_flag = false |
|
int | pcm_sample_bit_depth_luma_minus1 = 0 |
|
int | pcm_sample_bit_depth_chroma_minus1 = 0 |
|
int | log2_min_pcm_luma_coding_block_size_minus3 = 0 |
|
int | log2_diff_max_min_pcm_luma_coding_block_size = 0 |
|
bool | pcm_loop_filter_disabled_flag = false |
|
int | num_short_term_ref_pic_sets = 0 |
|
std::vector< H265ReferencePictureSet > | st_ref_pic_sets |
|
bool | long_term_ref_pic_present_flag = false |
|
int | num_long_term_ref_pics = 0 |
|
std::vector< int > | lt_ref_pic_poc_lsb |
|
std::vector< bool > | used_by_curr_pic_lt_flag |
|
bool | temporal_mvp_enabled_flag = false |
|
bool | strong_intra_smoothing_enabled_flag = false |
|
bool | vui_parameters_present = false |
|
H265VuiParameters | vui_parameters |
|
Definition at line 129 of file h265_parser.h.