Home
last modified time | relevance | path

Searched refs:vps_max_sub_layers (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_ps_enc.c76 put_bits(&pb, 3, vps->vps_max_sub_layers - 1); in ff_hevc_encode_nal_vps()
80 write_ptl(&pb, &vps->ptl, vps->vps_max_sub_layers); in ff_hevc_encode_nal_vps()
84 i < vps->vps_max_sub_layers; i++) { in ff_hevc_encode_nal_vps()
Dhevc_ps.c492 vps->vps_max_sub_layers = get_bits(gb, 3) + 1; in ff_hevc_decode_nal_vps()
500 if (vps->vps_max_sub_layers > HEVC_MAX_SUB_LAYERS) { in ff_hevc_decode_nal_vps()
502 vps->vps_max_sub_layers); in ff_hevc_decode_nal_vps()
506 if (parse_ptl(gb, avctx, &vps->ptl, vps->vps_max_sub_layers) < 0) in ff_hevc_decode_nal_vps()
511 i = vps->vps_sub_layer_ordering_info_present_flag ? 0 : vps->vps_max_sub_layers - 1; in ff_hevc_decode_nal_vps()
512 for (; i < vps->vps_max_sub_layers; i++) { in ff_hevc_decode_nal_vps()
561 decode_hrd(gb, common_inf_present, vps->vps_max_sub_layers); in ff_hevc_decode_nal_vps()
Dhevc_ps.h126 int vps_max_sub_layers; ///< vps_max_temporal_layers_minus1 + 1 member
Dqsvenc_hevc.c109 vps.vps_max_sub_layers = sps.max_sub_layers; in generate_fake_vps()