Lines Matching refs:s_weight_offset
430 u1_is_wgt_pred_L0 = ps_ref_pic_l0->s_weight_offset.u1_luma_weight_enable_flag; in ihevce_luma_inter_pred_pu()
435 u1_is_wgt_pred_L1 = ps_ref_pic_l1->s_weight_offset.u1_luma_weight_enable_flag; in ihevce_luma_inter_pred_pu()
691 ps_weight_offset = &ps_ref_pic_l0->s_weight_offset; in ihevce_luma_inter_pred_pu()
697 ps_weight_offset = &ps_ref_pic_l1->s_weight_offset; in ihevce_luma_inter_pred_pu()
720 wgt0 = ps_ref_pic_l0->s_weight_offset.i2_luma_weight; in ihevce_luma_inter_pred_pu()
721 off0 = ps_ref_pic_l0->s_weight_offset.i2_luma_offset; in ihevce_luma_inter_pred_pu()
723 wgt1 = ps_ref_pic_l1->s_weight_offset.i2_luma_weight; in ihevce_luma_inter_pred_pu()
724 off1 = ps_ref_pic_l1->s_weight_offset.i2_luma_offset; in ihevce_luma_inter_pred_pu()
1058 u1_is_wgt_pred_L0 = ps_ref_pic_l0->s_weight_offset.u1_chroma_weight_enable_flag; in ihevce_chroma_inter_pred_pu()
1063 u1_is_wgt_pred_L1 = ps_ref_pic_l1->s_weight_offset.u1_chroma_weight_enable_flag; in ihevce_chroma_inter_pred_pu()
1233 ps_weight_offset = &ps_ref_pic_l0->s_weight_offset; in ihevce_chroma_inter_pred_pu()
1238 ps_weight_offset = &ps_ref_pic_l1->s_weight_offset; in ihevce_chroma_inter_pred_pu()
1277 wgt0_cb = ps_ref_pic_l0->s_weight_offset.i2_cb_weight; in ihevce_chroma_inter_pred_pu()
1278 off0_cb = ps_ref_pic_l0->s_weight_offset.i2_cb_offset; in ihevce_chroma_inter_pred_pu()
1280 wgt0_cr = ps_ref_pic_l0->s_weight_offset.i2_cr_weight; in ihevce_chroma_inter_pred_pu()
1281 off0_cr = ps_ref_pic_l0->s_weight_offset.i2_cr_offset; in ihevce_chroma_inter_pred_pu()
1283 wgt1_cb = ps_ref_pic_l1->s_weight_offset.i2_cb_weight; in ihevce_chroma_inter_pred_pu()
1284 off1_cb = ps_ref_pic_l1->s_weight_offset.i2_cb_offset; in ihevce_chroma_inter_pred_pu()
1286 wgt1_cr = ps_ref_pic_l1->s_weight_offset.i2_cr_weight; in ihevce_chroma_inter_pred_pu()
1287 off1_cr = ps_ref_pic_l1->s_weight_offset.i2_cr_offset; in ihevce_chroma_inter_pred_pu()