Home
last modified time | relevance | path

Searched refs:ps_vps (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_headers.c1088 vps_t *ps_vps; in ihevcd_parse_vps() local
1100 ps_vps = (ps_codec->s_parse.ps_vps_base + vps_id); in ihevcd_parse_vps()
1102 ps_vps->i1_vps_id = vps_id; in ihevcd_parse_vps()
1113 ps_vps->i1_vps_max_sub_layers = value + 1; in ihevcd_parse_vps()
1115 ASSERT(ps_vps->i1_vps_max_sub_layers < VPS_MAX_SUB_LAYERS); in ihevcd_parse_vps()
1118 ps_vps->i1_vps_temporal_id_nesting_flag = value; in ihevcd_parse_vps()
1123 ret = ihevcd_profile_tier_level(ps_bitstrm, &(ps_vps->s_ptl), in ihevcd_parse_vps()
1124 1, (ps_vps->i1_vps_max_sub_layers - 1)); in ihevcd_parse_vps()
1127 ps_vps->i1_sub_layer_ordering_info_present_flag = value; in ihevcd_parse_vps()
1128 i = (ps_vps->i1_sub_layer_ordering_info_present_flag ? in ihevcd_parse_vps()
[all …]
Dihevcd_parse_slice_header.c101 IHEVCD_ERROR_T ihevcd_operation_point_set(vps_t *ps_vps, bitstrm_t *ps_bitstrm, WORD32 ops_idx) in ihevcd_operation_point_set() argument
108 for(i = 0; i <= ps_vps->i1_vps_max_nuh_reserved_zero_layer_id; i++) in ihevcd_operation_point_set()