Lines Matching refs:ps_sps
226 sps_t *ps_sps; in ihevcd_parse_slice_header() local
272 ps_sps = ps_codec->s_parse.ps_sps_base + sps_id; in ihevcd_parse_slice_header()
291 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_slice_header()
352 num_bits = 32 - CLZ(ps_sps->i4_pic_size_in_ctb - 1); in ihevcd_parse_slice_header()
358 if(value >= ps_sps->i4_pic_size_in_ctb) in ihevcd_parse_slice_header()
396 if(1 == ps_sps->i1_separate_colour_plane_flag) in ihevcd_parse_slice_header()
411 … BITS_PARSE("pic_order_cnt_lsb", value, ps_bitstrm, ps_sps->i1_log2_max_pic_order_cnt_lsb); in ihevcd_parse_slice_header()
423 if(ps_sps->i1_num_short_term_ref_pic_sets > 1) in ihevcd_parse_slice_header()
425 numbits = 32 - CLZ(ps_sps->i1_num_short_term_ref_pic_sets - 1); in ihevcd_parse_slice_header()
431 num_neg_pics = ps_sps->as_stref_picset[st_rps_idx].i1_num_neg_pics; in ihevcd_parse_slice_header()
432 num_pos_pics = ps_sps->as_stref_picset[st_rps_idx].i1_num_pos_pics; in ihevcd_parse_slice_header()
433 pi1_used = ps_sps->as_stref_picset[st_rps_idx].ai1_used; in ihevcd_parse_slice_header()
438 &ps_sps->as_stref_picset[0], in ihevcd_parse_slice_header()
439 ps_sps->i1_num_short_term_ref_pic_sets, in ihevcd_parse_slice_header()
440 ps_sps->i1_num_short_term_ref_pic_sets, in ihevcd_parse_slice_header()
443 st_rps_idx = ps_sps->i1_num_short_term_ref_pic_sets; in ihevcd_parse_slice_header()
449 if(ps_sps->i1_long_term_ref_pics_present_flag) in ihevcd_parse_slice_header()
451 if(ps_sps->i1_num_long_term_ref_pics_sps > 0) in ihevcd_parse_slice_header()
471 WORD32 num_bits = 32 - CLZ(ps_sps->i1_num_long_term_ref_pics_sps); in ihevcd_parse_slice_header()
473 ps_slice_hdr->ai4_poc_lsb_lt[i] = ps_sps->ai1_lt_ref_pic_poc_lsb_sps[value]; in ihevcd_parse_slice_header()
474 … ps_slice_hdr->ai1_used_by_curr_pic_lt_flag[i] = ps_sps->ai1_used_by_curr_pic_lt_sps_flag[value]; in ihevcd_parse_slice_header()
479 … BITS_PARSE("poc_lsb_lt[ i ]", value, ps_bitstrm, ps_sps->i1_log2_max_pic_order_cnt_lsb); in ihevcd_parse_slice_header()
522 if(ps_sps->i1_sps_temporal_mvp_enable_flag) in ihevcd_parse_slice_header()
531 if(ps_sps->i1_sample_adaptive_offset_enabled_flag) in ihevcd_parse_slice_header()
628 ihevcd_parse_pred_wt_ofst(ps_bitstrm, ps_sps, ps_pps, ps_slice_hdr); in ihevcd_parse_slice_header()
711 …ps_slice_hdr->i4_abs_pic_order_cnt = ihevcd_calc_poc(ps_codec, ps_nal, ps_sps->i1_log2_max_pic_ord… in ihevcd_parse_slice_header()
772 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_slice_header()
815 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * (ps_sps->i2_pic_ht_in_ctb - 1); in ihevcd_parse_slice_header()
823 max_num_entry_point_offsets = (ps_sps->i2_pic_ht_in_ctb - 1); in ihevcd_parse_slice_header()
913 ihevcd_ref_list(ps_codec, ps_pps, ps_sps, ps_slice_hdr); in ihevcd_parse_slice_header()
974 ps_slice_hdr->i2_ctb_x = slice_address % ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()
975 ps_slice_hdr->i2_ctb_y = slice_address / ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()