Home
last modified time | relevance | path

Searched refs:sub_layer_profile_present_flag (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_ps_enc.c50 put_bits(pb, 1, ptl->sub_layer_profile_present_flag[i]); in write_ptl()
59 if (ptl->sub_layer_profile_present_flag[i]) in write_ptl()
H A Dhevc_ps.h119 uint8_t sub_layer_profile_present_flag[HEVC_MAX_SUB_LAYERS]; member
H A Dcbs_h265.h62 uint8_t sub_layer_profile_present_flag[HEVC_MAX_SUB_LAYERS]; member
H A Dhevc_ps.c349 ptl->sub_layer_profile_present_flag[i] = get_bits1(gb); in parse_ptl()
357 if (ptl->sub_layer_profile_present_flag[i] && in parse_ptl()
H A Dcbs_h265_syntax_template.c157 flags(sub_layer_profile_present_flag[i], 1, i); in profile_tier_level()
167 if (current->sub_layer_profile_present_flag[i]) { in profile_tier_level()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c224 bool sub_layer_profile_present_flag[6]; in profile_tier_level() local
233 sub_layer_profile_present_flag[i] = vl_rbsp_u(rbsp, 1); in profile_tier_level()
242 if (sub_layer_profile_present_flag[i]) in profile_tier_level()
/third_party/ffmpeg/libavformat/
H A Dhevc.c131 uint8_t sub_layer_profile_present_flag[HEVC_MAX_SUB_LAYERS]; in hvcc_parse_ptl() local
143 sub_layer_profile_present_flag[i] = get_bits1(gb); in hvcc_parse_ptl()
152 if (sub_layer_profile_present_flag[i]) { in hvcc_parse_ptl()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c181 bool sub_layer_profile_present_flag[6]; in profile_tier_level() local
192 sub_layer_profile_present_flag[i] = vl_rbsp_u(rbsp, 1); in profile_tier_level()
202 if (sub_layer_profile_present_flag[i]) in profile_tier_level()

Completed in 13 milliseconds