Home
last modified time | relevance | path

Searched refs:HEVC_MAX_LAYER_SETS (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_h265.h203 uint8_t layer_id_included_flag[HEVC_MAX_LAYER_SETS][HEVC_MAX_LAYERS];
211 uint16_t hrd_layer_set_idx[HEVC_MAX_LAYER_SETS];
212 uint8_t cprms_present_flag[HEVC_MAX_LAYER_SETS];
213 H265RawHRDParameters hrd_parameters[HEVC_MAX_LAYER_SETS];
Dhevc.h107 HEVC_MAX_LAYER_SETS = 1024, enumerator
Dcbs_h265_syntax_template.c476 ue(vps_num_layer_sets_minus1, 0, HEVC_MAX_LAYER_SETS - 1); in FUNC()