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.h1970 WORD8 ai1_sub_layer_profile_present_flag[VPS_MAX_SUB_LAYERS - 1];
1975 WORD8 ai1_sub_layer_level_present_flag[VPS_MAX_SUB_LAYERS - 1];
1980 profile_tier_lvl_t as_ptl_sub[VPS_MAX_SUB_LAYERS - 1];
2142 WORD8 ai1_vps_max_dec_pic_buffering[VPS_MAX_SUB_LAYERS];
2147 WORD8 ai1_vps_max_num_reorder_pics[VPS_MAX_SUB_LAYERS];
2152 WORD8 ai1_vps_max_latency_increase[VPS_MAX_SUB_LAYERS];
2181 WORD8 ai1_bit_rate_info_present_flag[VPS_MAX_SUB_LAYERS];
2186 WORD8 ai1_pic_rate_info_present_flag[VPS_MAX_SUB_LAYERS];
2191 UWORD16 au2_avg_bit_rate[VPS_MAX_SUB_LAYERS];
2196 UWORD16 au2_max_bit_rate[VPS_MAX_SUB_LAYERS];
[all …]
Dihevc_defs.h246 #define VPS_MAX_SUB_LAYERS 7 macro
/external/libhevc/decoder/
Dihevcd_parse_headers.c1115 ASSERT(ps_vps->i1_vps_max_sub_layers < VPS_MAX_SUB_LAYERS); in ihevcd_parse_vps()