Searched refs:sub_layer_profile_present_flag (Results 1 – 5 of 5) sorted by relevance
334 uint8_t sub_layer_profile_present_flag[sps_max_sub_layers_minus1]; in ParseHevcSpropParam() local339 sub_layer_profile_present_flag[i] = objBitReader.Read(1); in ParseHevcSpropParam()353 if (sub_layer_profile_present_flag[i]) in ParseHevcSpropParam()608 uint8_t sub_layer_profile_present_flag[sps_max_sub_layers_minus1]; in ParseHevcSps() local613 sub_layer_profile_present_flag[i] = objBitReader.Read(1); in ParseHevcSps()627 if (sub_layer_profile_present_flag[i]) in ParseHevcSps()
107 uint8_t sub_layer_profile_present_flag[HEVC_MAX_SUB_LAYERS_NUM - 1]; member
419 ptl->sub_layer_profile_present_flag[i] = vl_rbsp_u(rbsp, 1); in profile_tier_level()428 if (ptl->sub_layer_profile_present_flag[i]) in profile_tier_level()
1036 radeon_enc_code_fixed_bits(enc, ptl->sub_layer_profile_present_flag[i], 1); in radeon_enc_hevc_profile_tier_level()1046 if (ptl->sub_layer_profile_present_flag[i]) in radeon_enc_hevc_profile_tier_level()
904 uint8_t sub_layer_profile_present_flag[PIPE_H265_MAX_SUB_LAYERS]; member