Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_structs.h669 UWORD8 au1_fixed_pic_rate_general_flag[VPS_MAX_SUB_LAYERS];
671 UWORD8 au1_fixed_pic_rate_within_cvs_flag[VPS_MAX_SUB_LAYERS];
678 UWORD16 au2_elemental_duration_in_tc_minus1[VPS_MAX_SUB_LAYERS];
683 UWORD8 au1_low_delay_hrd_flag[VPS_MAX_SUB_LAYERS];
689 UWORD8 au1_cpb_cnt_minus1[VPS_MAX_SUB_LAYERS];
695 sub_lyr_hrd_params_t as_sub_layer_hrd_params[VPS_MAX_SUB_LAYERS];
2001 WORD8 ai1_sub_layer_profile_present_flag[VPS_MAX_SUB_LAYERS - 1];
2006 WORD8 ai1_sub_layer_level_present_flag[VPS_MAX_SUB_LAYERS - 1];
2011 profile_tier_lvl_t as_ptl_sub[VPS_MAX_SUB_LAYERS - 1];
2186 WORD8 ai1_vps_max_dec_pic_buffering[VPS_MAX_SUB_LAYERS];
[all …]
Dihevc_defs.h285 #define VPS_MAX_SUB_LAYERS 7 macro
/external/libhevc/decoder/
Dihevcd_parse_headers.c1355 ASSERT(ps_vps->i1_vps_max_sub_layers < VPS_MAX_SUB_LAYERS); in ihevcd_parse_vps()