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.h1100 WORD8 ai1_sub_layer_profile_present_flag[VPS_MAX_SUB_LAYERS - 1];
1105 WORD8 ai1_sub_layer_level_present_flag[VPS_MAX_SUB_LAYERS - 1];
1110 profile_tier_lvl_t as_ptl_sub[VPS_MAX_SUB_LAYERS - 1];
1272 WORD8 ai1_vps_max_dec_pic_buffering[VPS_MAX_SUB_LAYERS];
1277 WORD8 ai1_vps_max_num_reorder_pics[VPS_MAX_SUB_LAYERS];
1282 WORD8 ai1_vps_max_latency_increase[VPS_MAX_SUB_LAYERS];
1311 WORD8 ai1_bit_rate_info_present_flag[VPS_MAX_SUB_LAYERS];
1317 WORD8 ai1_pic_rate_info_present_flag[VPS_MAX_SUB_LAYERS];
1322 UWORD16 au2_avg_bit_rate[VPS_MAX_SUB_LAYERS];
1326 UWORD16 au2_max_bit_rate[VPS_MAX_SUB_LAYERS];
[all …]
Dihevc_defs.h236 #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()