• Home
  • Raw
  • Download

Lines Matching refs:ps_pps

225     pps_t *ps_pps;  in ihevcd_parse_slice_header()  local
255 ps_pps = ps_codec->s_parse.ps_pps_base + pps_id; in ihevcd_parse_slice_header()
256 if(0 == ps_pps->i1_pps_valid) in ihevcd_parse_slice_header()
269 sps_id = ps_pps->i1_sps_id; in ihevcd_parse_slice_header()
317 if((ps_pps->i1_dependent_slice_enabled_flag) && in ihevcd_parse_slice_header()
373 for(i = 0; i < ps_pps->i1_num_extra_slice_header_bits; i++) in ihevcd_parse_slice_header()
390 if(ps_pps->i1_output_flag_present_flag) in ihevcd_parse_slice_header()
568 ps_slice_hdr->i1_num_ref_idx_l0_active = ps_pps->i1_num_ref_idx_l0_default_active; in ihevcd_parse_slice_header()
572 … ps_slice_hdr->i1_num_ref_idx_l1_active = ps_pps->i1_num_ref_idx_l1_default_active; in ihevcd_parse_slice_header()
581 if((ps_pps->i1_lists_modification_present_flag) && (num_poc_total_curr > 1)) in ihevcd_parse_slice_header()
599 if(ps_pps->i1_cabac_init_present_flag) in ihevcd_parse_slice_header()
625 if((ps_pps->i1_weighted_pred_flag && (PSLICE == ps_slice_hdr->i1_slice_type)) || in ihevcd_parse_slice_header()
626 (ps_pps->i1_weighted_bipred_flag && (BSLICE == ps_slice_hdr->i1_slice_type))) 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()
638 if(ps_pps->i1_pic_slice_level_chroma_qp_offsets_present_flag) in ihevcd_parse_slice_header()
648 …ps_slice_hdr->i1_slice_disable_deblocking_filter_flag = ps_pps->i1_pic_disable_deblocking_filter_… in ihevcd_parse_slice_header()
649 ps_slice_hdr->i1_beta_offset_div2 = ps_pps->i1_beta_offset_div2; in ihevcd_parse_slice_header()
650 ps_slice_hdr->i1_tc_offset_div2 = ps_pps->i1_tc_offset_div2; in ihevcd_parse_slice_header()
652 disable_deblocking_filter_flag = ps_pps->i1_pic_disable_deblocking_filter_flag; in ihevcd_parse_slice_header()
654 if(ps_pps->i1_deblocking_filter_control_present_flag) in ihevcd_parse_slice_header()
657 if(ps_pps->i1_deblocking_filter_override_enabled_flag) in ihevcd_parse_slice_header()
681 …ps_slice_hdr->i1_slice_loop_filter_across_slices_enabled_flag = ps_pps->i1_loop_filter_across_slic… in ihevcd_parse_slice_header()
682 if(ps_pps->i1_loop_filter_across_slices_enabled_flag && in ihevcd_parse_slice_header()
804 if((ps_pps->i1_tiles_enabled_flag) || in ihevcd_parse_slice_header()
805 (ps_pps->i1_entropy_coding_sync_enabled_flag)) in ihevcd_parse_slice_header()
812 if((ps_pps->i1_tiles_enabled_flag) && in ihevcd_parse_slice_header()
813 (ps_pps->i1_entropy_coding_sync_enabled_flag)) 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()
817 else if(ps_pps->i1_tiles_enabled_flag) in ihevcd_parse_slice_header()
819 … max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * ps_pps->i1_num_tile_rows; in ihevcd_parse_slice_header()
846 if(ps_pps->i1_slice_header_extension_present_flag) in ihevcd_parse_slice_header()
913 ihevcd_ref_list(ps_codec, ps_pps, ps_sps, ps_slice_hdr); in ihevcd_parse_slice_header()