Lines Matching refs:ps_pu
77 #define POPULATE_PU_STRUCT(ps_pu, mvx, mvy, offset_x, offset_y, wd, ht, ref_idx, pred_lx) \ argument
79 (ps_pu)->b4_pos_x = (offset_x) >> 2; \
80 (ps_pu)->b4_pos_y = (offset_y) >> 2; \
81 (ps_pu)->b4_wd = ((wd) >> 2) - 1; \
82 (ps_pu)->b4_ht = ((ht) >> 2) - 1; \
83 (ps_pu)->b1_intra_flag = 0; \
84 (ps_pu)->b2_pred_mode = pred_lx; \
87 (ps_pu)->mv.i1_l0_ref_idx = -1; \
88 (ps_pu)->mv.i1_l1_ref_idx = ref_idx; \
89 (ps_pu)->mv.s_l1_mv.i2_mvx = mvx; \
90 (ps_pu)->mv.s_l1_mv.i2_mvy = mvy; \
94 (ps_pu)->mv.i1_l0_ref_idx = ref_idx; \
95 (ps_pu)->mv.i1_l1_ref_idx = -1; \
96 (ps_pu)->mv.s_l0_mv.i2_mvx = mvx; \
97 (ps_pu)->mv.s_l0_mv.i2_mvy = mvy; \
945 pu_t *ps_pu,