Searched refs:s_wt_ofst (Results 1 – 6 of 6) sorted by relevance
238 luma_weight_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_weight_l0[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()239 … chroma_weight_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cb[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()240 … chroma_weight_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cr[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()242 luma_offset_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_offset_l0[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()243 … chroma_offset_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cb[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()244 … chroma_offset_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cr[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()254 luma_weight_l1 = ps_slice_hdr->s_wt_ofst.i2_luma_weight_l1[ps_pu->mv.i1_l1_ref_idx]; in ihevcd_inter_pred_ctb()255 … chroma_weight_l1_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l1_cb[ps_pu->mv.i1_l1_ref_idx]; in ihevcd_inter_pred_ctb()256 … chroma_weight_l1_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l1_cr[ps_pu->mv.i1_l1_ref_idx]; in ihevcd_inter_pred_ctb()258 luma_offset_l1 = ps_slice_hdr->s_wt_ofst.i2_luma_offset_l1[ps_pu->mv.i1_l1_ref_idx]; in ihevcd_inter_pred_ctb()[all …]
158 pred_wt_ofst_t *ps_wt_ofst = &ps_slice_hdr->s_wt_ofst; in ihevcd_parse_pred_wt_ofst()
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()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()
1687 ps_slice_header->s_wt_ofst.i1_chroma_log2_weight_denom = in ihevce_manage_ref_pics()1689 ps_slice_header->s_wt_ofst.i1_luma_log2_weight_denom = in ihevce_manage_ref_pics()1699 ps_slice_header->s_wt_ofst.i1_luma_weight_l0_flag[i] = in ihevce_manage_ref_pics()1703 if(1 == ps_slice_header->s_wt_ofst.i1_luma_weight_l0_flag[i]) in ihevce_manage_ref_pics()1705 ps_slice_header->s_wt_ofst.i2_luma_weight_l0[i] = in ihevce_manage_ref_pics()1707 ps_slice_header->s_wt_ofst.i2_luma_offset_l0[i] = in ihevce_manage_ref_pics()1737 ps_slice_header->s_wt_ofst.i1_chroma_weight_l0_flag[i] = in ihevce_manage_ref_pics()1741 if(1 == ps_slice_header->s_wt_ofst.i1_chroma_weight_l0_flag[i]) in ihevce_manage_ref_pics()1743 ps_slice_header->s_wt_ofst.i2_chroma_weight_l0_cb[i] = in ihevce_manage_ref_pics()1745 ps_slice_header->s_wt_ofst.i2_chroma_offset_l0_cb[i] = in ihevce_manage_ref_pics()[all …]
567 pred_wt_ofst_t *ps_wt_ofst = &ps_slice_hdr->s_wt_ofst; in ihevce_generate_pred_weight_table()
3118 pred_wt_ofst_t s_wt_ofst; member