Home | History | Annotate | Download | only in encoder

Lines Matching refs:s_weight_offset

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