• Home
  • Raw
  • Download

Lines Matching refs:pu

126         s_pu.b4_ht = ps_best_l0_pu->pu.b4_ht;  in ihevce_open_loop_pred_data()
127 s_pu.b4_wd = ps_best_l0_pu->pu.b4_wd; in ihevce_open_loop_pred_data()
128 s_pu.b4_pos_x = ps_best_l0_pu->pu.b4_pos_x; in ihevce_open_loop_pred_data()
129 s_pu.b4_pos_y = ps_best_l0_pu->pu.b4_pos_y; in ihevce_open_loop_pred_data()
131 s_pu.mv.s_l0_mv.i2_mvx = ps_best_l0_pu->pu.mv.s_l0_mv.i2_mvx; in ihevce_open_loop_pred_data()
132 s_pu.mv.s_l0_mv.i2_mvy = ps_best_l0_pu->pu.mv.s_l0_mv.i2_mvy; in ihevce_open_loop_pred_data()
133 s_pu.mv.i1_l0_ref_idx = ps_best_l0_pu->pu.mv.i1_l0_ref_idx; in ihevce_open_loop_pred_data()
142 s_pu.b4_ht = ps_best_l1_pu->pu.b4_ht; in ihevce_open_loop_pred_data()
143 s_pu.b4_wd = ps_best_l1_pu->pu.b4_wd; in ihevce_open_loop_pred_data()
144 s_pu.b4_pos_x = ps_best_l1_pu->pu.b4_pos_x; in ihevce_open_loop_pred_data()
145 s_pu.b4_pos_y = ps_best_l1_pu->pu.b4_pos_y; in ihevce_open_loop_pred_data()
147 s_pu.mv.s_l1_mv.i2_mvx = ps_best_l1_pu->pu.mv.s_l1_mv.i2_mvx; in ihevce_open_loop_pred_data()
148 s_pu.mv.s_l1_mv.i2_mvy = ps_best_l1_pu->pu.mv.s_l1_mv.i2_mvy; in ihevce_open_loop_pred_data()
149 s_pu.mv.i1_l1_ref_idx = ps_best_l1_pu->pu.mv.i1_l1_ref_idx; in ihevce_open_loop_pred_data()
2639 pred_dir = ps_pu_result->pu.b2_pred_mode; in hme_decide_part_types()
2644 ps_inter_ctb_prms->apu1_wt_inp[PRED_L0][ps_pu_result->pu.mv.i1_l0_ref_idx] + in hme_decide_part_types()
2647 ps_inter_ctb_prms->pps_rec_list_l0[ps_pu_result->pu.mv.i1_l0_ref_idx] in hme_decide_part_types()
2651 [ps_inter_ctb_prms->pi1_past_list[ps_pu_result->pu.mv.i1_l0_ref_idx]]; in hme_decide_part_types()
2654 [ps_inter_ctb_prms->pi1_past_list[ps_pu_result->pu.mv.i1_l0_ref_idx]]; in hme_decide_part_types()
2659 ps_inter_ctb_prms->apu1_wt_inp[PRED_L1][ps_pu_result->pu.mv.i1_l1_ref_idx] + in hme_decide_part_types()
2662 ps_inter_ctb_prms->pps_rec_list_l1[ps_pu_result->pu.mv.i1_l1_ref_idx] in hme_decide_part_types()
2666 [ps_inter_ctb_prms->pi1_future_list[ps_pu_result->pu.mv.i1_l1_ref_idx]]; in hme_decide_part_types()
2669 [ps_inter_ctb_prms->pi1_future_list[ps_pu_result->pu.mv.i1_l1_ref_idx]]; in hme_decide_part_types()
2706 U08 u1_pu1_wd = (ps_part_type_results[i].as_pu_results[0].pu.b4_wd + 1) << 2; in hme_decide_part_types()
2707 U08 u1_pu1_ht = (ps_part_type_results[i].as_pu_results[0].pu.b4_ht + 1) << 2; in hme_decide_part_types()
2708 U08 u1_pu2_wd = (ps_part_type_results[i].as_pu_results[1].pu.b4_wd + 1) << 2; in hme_decide_part_types()
2709 U08 u1_pu2_ht = (ps_part_type_results[i].as_pu_results[1].pu.b4_ht + 1) << 2; in hme_decide_part_types()
3134 ps_curr_pu->pu.mv.i1_l0_ref_idx = in hme_populate_pus()
3136 ps_curr_pu->pu.mv.s_l0_mv = ps_search_node->s_mv; in hme_populate_pus()
3137 ps_curr_pu->pu.mv.i1_l1_ref_idx = -1; in hme_populate_pus()
3138 ps_curr_pu->pu.b2_pred_mode = PRED_L0; in hme_populate_pus()
3140 ps_inter_ctb_prms->apu1_wt_inp[0][ps_curr_pu->pu.mv.i1_l0_ref_idx] = in hme_populate_pus()
3155 ps_curr_pu->pu.mv.i1_l1_ref_idx = in hme_populate_pus()
3157 ps_curr_pu->pu.mv.s_l1_mv = ps_search_node->s_mv; in hme_populate_pus()
3158 ps_curr_pu->pu.mv.i1_l0_ref_idx = -1; in hme_populate_pus()
3159 ps_curr_pu->pu.b2_pred_mode = PRED_L1; in hme_populate_pus()
3162 ps_inter_ctb_prms->apu1_wt_inp[1][ps_curr_pu->pu.mv.i1_l1_ref_idx] = in hme_populate_pus()
3181 ps_curr_pu->pu.b4_wd = ((ps_part_attr->u1_x_count << e_cu_size) >> 2) - 1; in hme_populate_pus()
3182 ps_curr_pu->pu.b4_ht = ((ps_part_attr->u1_y_count << e_cu_size) >> 2) - 1; in hme_populate_pus()
3184 ps_curr_pu->pu.b4_pos_x = in hme_populate_pus()
3187 ps_curr_pu->pu.b4_pos_y = in hme_populate_pus()
3191 ps_curr_pu->pu.b1_intra_flag = 0; in hme_populate_pus()
3288 ps_curr_pu->pu.b4_wd = 1; in hme_populate_pus_8x8_cu()
3289 ps_curr_pu->pu.b4_ht = 1; in hme_populate_pus_8x8_cu()
3290 ps_curr_pu->pu.b4_pos_x = u1_x_pos; in hme_populate_pus_8x8_cu()
3291 ps_curr_pu->pu.b4_pos_y = u1_y_pos; in hme_populate_pus_8x8_cu()
3331 ps_curr_pu->pu.mv.i1_l0_ref_idx = in hme_populate_pus_8x8_cu()
3333 ps_curr_pu->pu.mv.s_l0_mv = ps_search_node->s_mv; in hme_populate_pus_8x8_cu()
3334 ps_curr_pu->pu.mv.i1_l1_ref_idx = -1; in hme_populate_pus_8x8_cu()
3335 ps_curr_pu->pu.b2_pred_mode = PRED_L0; in hme_populate_pus_8x8_cu()
3348 ps_curr_pu->pu.mv.i1_l1_ref_idx = in hme_populate_pus_8x8_cu()
3350 ps_curr_pu->pu.mv.s_l1_mv = ps_search_node->s_mv; in hme_populate_pus_8x8_cu()
3351 ps_curr_pu->pu.mv.i1_l0_ref_idx = -1; in hme_populate_pus_8x8_cu()
3352 ps_curr_pu->pu.b2_pred_mode = PRED_L1; in hme_populate_pus_8x8_cu()
3369 ps_curr_pu->pu.b4_wd = 1; in hme_populate_pus_8x8_cu()
3370 ps_curr_pu->pu.b4_ht = 1; in hme_populate_pus_8x8_cu()
3371 ps_curr_pu->pu.b4_pos_x = u1_x_pos; in hme_populate_pus_8x8_cu()
3372 ps_curr_pu->pu.b4_pos_y = u1_y_pos; in hme_populate_pus_8x8_cu()
3373 ps_curr_pu->pu.b1_intra_flag = 0; in hme_populate_pus_8x8_cu()
3575 ps_best_result[i].as_pu_results[0].pu.b1_intra_flag = 1; in hme_insert_intra_nodes_post_bipred()
3576 ps_best_result[i].as_pu_results[0].pu.mv.i1_l0_ref_idx = -1; in hme_insert_intra_nodes_post_bipred()
3577 ps_best_result[i].as_pu_results[0].pu.mv.i1_l1_ref_idx = -1; in hme_insert_intra_nodes_post_bipred()
3578 ps_best_result[i].as_pu_results[0].pu.mv.s_l0_mv.i2_mvx = INTRA_MV; in hme_insert_intra_nodes_post_bipred()
3579 ps_best_result[i].as_pu_results[0].pu.mv.s_l0_mv.i2_mvy = INTRA_MV; in hme_insert_intra_nodes_post_bipred()
3580 ps_best_result[i].as_pu_results[0].pu.mv.s_l1_mv.i2_mvx = INTRA_MV; in hme_insert_intra_nodes_post_bipred()
3581 ps_best_result[i].as_pu_results[0].pu.mv.s_l1_mv.i2_mvy = INTRA_MV; in hme_insert_intra_nodes_post_bipred()
4142 if(ps_part_type_result->as_pu_results->pu.b2_pred_mode == PRED_BI) in hme_debrief_bipred_eval()
4180 U08 u1_pu1_wd = (ps_part_type_result->as_pu_results[0].pu.b4_wd + 1) << 2; in hme_debrief_bipred_eval()
4181 U08 u1_pu1_ht = (ps_part_type_result->as_pu_results[0].pu.b4_ht + 1) << 2; in hme_debrief_bipred_eval()
4182 U08 u1_pu2_wd = (ps_part_type_result->as_pu_results[1].pu.b4_wd + 1) << 2; in hme_debrief_bipred_eval()
4183 U08 u1_pu2_ht = (ps_part_type_result->as_pu_results[1].pu.b4_ht + 1) << 2; in hme_debrief_bipred_eval()
4186 (ps_part_type_result->as_pu_results[0].pu.b2_pred_mode == PRED_BI) | in hme_debrief_bipred_eval()
4187 ((ps_part_type_result->as_pu_results[1].pu.b2_pred_mode == PRED_BI) << 1); in hme_debrief_bipred_eval()