Home | History | Annotate | Download | only in encoder

Lines Matching refs:as_inter_pu

448         i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
449 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2;
476 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
477 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2;
484 i4_part_wd = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2;
485 i4_part_ht = (ps_cand->as_inter_pu[1].b4_ht + 1) << 2;
510 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
511 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2;
513 i4_part_wd_pu2 = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2;
514 i4_part_ht_pu2 = (ps_cand->as_inter_pu[1].b4_ht + 1) << 2;
602 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
603 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2;
605 i4_part_wd_pu2 = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2;
606 i4_part_ht_pu2 = (ps_cand->as_inter_pu[1].b4_ht + 1) << 2;
921 i4_part_wd = (ps_cand->as_inter_pu[0].b4_wd + 1) << 2;
922 i4_part_ht = (ps_cand->as_inter_pu[0].b4_ht + 1) << 2;
923 i4_part_wd_pu2 = (ps_cand->as_inter_pu[1].b4_wd + 1) << 2;
924 i4_part_ht_pu2 = (ps_cand->as_inter_pu[1].b4_ht + 1) << 2;
1835 pps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu->b1_intra_flag = 0;
1836 pps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu->b1_merge_flag = 1;
1837 pps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu->b4_pos_x = u1_cu_pos_x >> 2;
1838 pps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu->b4_pos_y = u1_cu_pos_y >> 2;
1839 pps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu->b4_wd = (u1_cu_size >> 2) - 1;
1840 pps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu->b4_ht = (u1_cu_size >> 2) - 1;
1916 pps_cands[MERGE_DERIVED]->as_inter_pu[0].b1_merge_flag = 1;
1917 as_inter_pu[1].b1_merge_flag = 1;
2133 pu_t *ps_pu = &aps_cands[MERGE_DERIVED]->as_inter_pu[i];
2140 u1_part_wd = (aps_cands[0]->as_inter_pu[i].b4_wd + 1) << 2;
2141 u1_part_ht = (aps_cands[0]->as_inter_pu[i].b4_ht + 1) << 2;
2142 u1_pu_pos_x_4x4 = aps_cands[0]->as_inter_pu[i].b4_pos_x;
2143 u1_pu_pos_y_4x4 = aps_cands[0]->as_inter_pu[i].b4_pos_y;
2156 &aps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu[i],
2173 &aps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu[i],
2223 aps_cands[0]->as_inter_pu[0].b4_pos_x,
2224 aps_cands[0]->as_inter_pu[0].b4_pos_y,
2308 &aps_cands[MERGE_DERIVED]->as_inter_pu[i],
2309 &aps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu[i],
2360 ps_cu_nbr_buf, &aps_cands[ME_OR_SKIP_DERIVED]->as_inter_pu[i], u1_cu_size >> 2);
2393 aps_cands[MIXED_MODE_TYPE0]->as_inter_pu[0] = aps_cands[MERGE_DERIVED]->as_inter_pu[0];
2412 aps_cands[MIXED_MODE_TYPE1]->as_inter_pu[1] = aps_cands[MERGE_DERIVED]->as_inter_pu[1];
2486 &ps_inter_cu_mode_info->aps_cu_data[i]->as_inter_pu->mv,
2487 &ps_inter_cu_mode_info->aps_cu_data[j]->as_inter_pu->mv,
2488 ps_inter_cu_mode_info->aps_cu_data[i]->as_inter_pu->b2_pred_mode,
2489 ps_inter_cu_mode_info->aps_cu_data[j]->as_inter_pu->b2_pred_mode))
2492 ps_inter_cu_mode_info->aps_cu_data[i]->as_inter_pu->b1_merge_flag -
2493 ps_inter_cu_mode_info->aps_cu_data[j]->as_inter_pu->b1_merge_flag;
2498 &ps_inter_cu_mode_info->aps_cu_data[i]->as_inter_pu[1].mv,
2499 &ps_inter_cu_mode_info->aps_cu_data[j]->as_inter_pu[1].mv,
2500 ps_inter_cu_mode_info->aps_cu_data[i]->as_inter_pu[1].b2_pred_mode,
2501 ps_inter_cu_mode_info->aps_cu_data[j]->as_inter_pu[1].b2_pred_mode))
2504 ps_inter_cu_mode_info->aps_cu_data[i]->as_inter_pu[1].b1_merge_flag -
2505 ps_inter_cu_mode_info->aps_cu_data[j]->as_inter_pu[1].b1_merge_flag;
2674 UWORD8 u1_pu_wd = (ps_me_cands[i].as_inter_pu[0].b4_wd + 1) << 2;
2675 UWORD8 u1_pu_ht = (ps_me_cands[i].as_inter_pu[0].b4_ht + 1) << 2;
2690 u1_pu_wd = (ps_me_cands[i].as_inter_pu[1].b4_wd + 1) << 2;
2691 u1_pu_ht = (ps_me_cands[i].as_inter_pu[1].b4_ht + 1) << 2;