Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_headers.c1226 ps_sps->i1_sps_max_sub_layers = sps_max_sub_layers; in ihevcd_parse_sps()
1312 …i = (ps_sps->i1_sps_sub_layer_ordering_info_present_flag ? 0 : (ps_sps->i1_sps_max_sub_layers - 1)… in ihevcd_parse_sps()
1313 for(; i < ps_sps->i1_sps_max_sub_layers; i++) in ihevcd_parse_sps()
1444 ps_sps->i1_sps_max_sub_layers - 1); in ihevcd_parse_sps()
Dihevcd_utils.c1166 …_codec->u4_disp_cnt) >= ps_sps->ai1_sps_max_num_reorder_pics[ps_sps->i1_sps_max_sub_layers - 1]) || in ihevcd_parse_pic_init()
/external/libhevc/common/
Dihevc_structs.h1745 WORD8 i1_sps_max_sub_layers; member