Searched refs:common_inf_present (Results 1 – 1 of 1) sorted by relevance
396 static int decode_hrd(GetBitContext *gb, int common_inf_present, in decode_hrd() argument403 if (common_inf_present) { in decode_hrd()556 int common_inf_present = 1; in ff_hevc_decode_nal_vps() local560 common_inf_present = get_bits1(gb); in ff_hevc_decode_nal_vps()561 decode_hrd(gb, common_inf_present, vps->vps_max_sub_layers); in ff_hevc_decode_nal_vps()