Lines Matching refs:ps_sps

226     sps_t *ps_sps;  in ihevcd_parse_slice_header()  local
273 ps_sps = ps_codec->s_parse.ps_sps_base + sps_id; in ihevcd_parse_slice_header()
292 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_slice_header()
353 num_bits = 32 - CLZ(ps_sps->i4_pic_size_in_ctb - 1); in ihevcd_parse_slice_header()
359 if(value >= ps_sps->i4_pic_size_in_ctb) in ihevcd_parse_slice_header()
397 if(1 == ps_sps->i1_separate_colour_plane_flag) in ihevcd_parse_slice_header()
412 … BITS_PARSE("pic_order_cnt_lsb", value, ps_bitstrm, ps_sps->i1_log2_max_pic_order_cnt_lsb); in ihevcd_parse_slice_header()
424 if(ps_sps->i1_num_short_term_ref_pic_sets > 1) in ihevcd_parse_slice_header()
426 numbits = 32 - CLZ(ps_sps->i1_num_short_term_ref_pic_sets - 1); in ihevcd_parse_slice_header()
432 num_neg_pics = ps_sps->as_stref_picset[st_rps_idx].i1_num_neg_pics; in ihevcd_parse_slice_header()
433 num_pos_pics = ps_sps->as_stref_picset[st_rps_idx].i1_num_pos_pics; in ihevcd_parse_slice_header()
434 pi1_used = ps_sps->as_stref_picset[st_rps_idx].ai1_used; in ihevcd_parse_slice_header()
439 &ps_sps->as_stref_picset[0], in ihevcd_parse_slice_header()
440 ps_sps->i1_num_short_term_ref_pic_sets, in ihevcd_parse_slice_header()
441 ps_sps->i1_num_short_term_ref_pic_sets, in ihevcd_parse_slice_header()
444 st_rps_idx = ps_sps->i1_num_short_term_ref_pic_sets; in ihevcd_parse_slice_header()
450 if(ps_sps->i1_long_term_ref_pics_present_flag) in ihevcd_parse_slice_header()
452 if(ps_sps->i1_num_long_term_ref_pics_sps > 0) in ihevcd_parse_slice_header()
472 if (ps_sps->i1_num_long_term_ref_pics_sps > 1) in ihevcd_parse_slice_header()
474 WORD32 num_bits = 32 - CLZ(ps_sps->i1_num_long_term_ref_pics_sps - 1); in ihevcd_parse_slice_header()
481 ps_slice_hdr->ai4_poc_lsb_lt[i] = ps_sps->au2_lt_ref_pic_poc_lsb_sps[value]; in ihevcd_parse_slice_header()
482 … 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()
487 … BITS_PARSE("poc_lsb_lt[ i ]", value, ps_bitstrm, ps_sps->i1_log2_max_pic_order_cnt_lsb); in ihevcd_parse_slice_header()
530 if(ps_sps->i1_sps_temporal_mvp_enable_flag) in ihevcd_parse_slice_header()
539 if(ps_sps->i1_sample_adaptive_offset_enabled_flag) in ihevcd_parse_slice_header()
636 ihevcd_parse_pred_wt_ofst(ps_bitstrm, ps_sps, ps_pps, ps_slice_hdr); in ihevcd_parse_slice_header()
719 …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()
747 ps_slice_hdr_next->i2_ctb_x = slice_address % ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()
748 ps_slice_hdr_next->i2_ctb_y = slice_address / ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()
784 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_slice_header()
827 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * (ps_sps->i2_pic_ht_in_ctb - 1); in ihevcd_parse_slice_header()
835 max_num_entry_point_offsets = (ps_sps->i2_pic_ht_in_ctb - 1); in ihevcd_parse_slice_header()
928 ret = ihevcd_ref_list(ps_codec, ps_pps, ps_sps, ps_slice_hdr); in ihevcd_parse_slice_header()
993 ps_slice_hdr->i2_ctb_x = slice_address % ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()
994 ps_slice_hdr->i2_ctb_y = slice_address / ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()