Lines Matching refs:ps_slice_hdr

359     ps_entropy_ctxt->ps_slice_hdr = &ps_curr_inp->s_slice_hdr;  in ihevce_entropy_encode_frame()
526 ps_entropy_ctxt->ps_slice_hdr, in ihevce_entropy_encode_frame()
572 ps_entropy_ctxt->ps_slice_hdr, in ihevce_entropy_encode_frame()
764 ps_entropy_ctxt->ps_slice_hdr->i1_num_ref_idx_l0_active; in ihevce_entropy_encode_frame()
766 ps_entropy_ctxt->ps_slice_hdr->i1_num_ref_idx_l1_active; in ihevce_entropy_encode_frame()
767 for(i = 0; i < ps_entropy_ctxt->ps_slice_hdr->i1_num_ref_idx_l0_active; i++) in ihevce_entropy_encode_frame()
770 ps_entropy_ctxt->ps_slice_hdr->s_rplm.i4_ref_poc_l0[i]; in ihevce_entropy_encode_frame()
772 ps_entropy_ctxt->ps_slice_hdr->s_rplm.i1_list_entry_l0[i]; in ihevce_entropy_encode_frame()
774 (DOUBLE)ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i2_luma_weight_l0[i] / in ihevce_entropy_encode_frame()
775 (1 << ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom); in ihevce_entropy_encode_frame()
777 ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i2_luma_offset_l0[i]; in ihevce_entropy_encode_frame()
779 for(i = 0; i < ps_entropy_ctxt->ps_slice_hdr->i1_num_ref_idx_l1_active; i++) in ihevce_entropy_encode_frame()
782 ps_entropy_ctxt->ps_slice_hdr->s_rplm.i4_ref_poc_l1[i]; in ihevce_entropy_encode_frame()
784 ps_entropy_ctxt->ps_slice_hdr->s_rplm.i1_list_entry_l1[i]; in ihevce_entropy_encode_frame()
786 (DOUBLE)ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i2_luma_weight_l1[i] / in ihevce_entropy_encode_frame()
787 (1 << ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom); in ihevce_entropy_encode_frame()
789 ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i2_luma_offset_l1[i]; in ihevce_entropy_encode_frame()