Lines Matching refs:ps_best_result
1266 part_type_results_t *ps_best_result = ps_cu_results->ps_best_results; in hme_try_merge_high_speed() local
1267 pu_t *ps_pu = &ps_best_result->as_pu_results->pu; in hme_try_merge_high_speed()
1274 ps_best_result->u1_part_type = PRT_2Nx2N; in hme_try_merge_high_speed()
1275 ps_best_result->ai4_tu_split_flag[0] = 0; in hme_try_merge_high_speed()
1276 ps_best_result->ai4_tu_split_flag[1] = 0; in hme_try_merge_high_speed()
1277 ps_best_result->ai4_tu_split_flag[2] = 0; in hme_try_merge_high_speed()
1278 ps_best_result->ai4_tu_split_flag[3] = 0; in hme_try_merge_high_speed()
1279 ps_best_result->i4_tot_cost = in hme_try_merge_high_speed()
5375 part_type_results_t *ps_best_result; in hme_analyse_mv_clustering() local
5504 ps_best_result = &ps_16x16_cu_results[i].ps_best_results[0]; in hme_analyse_mv_clustering()
5506 e_part_type = (PART_TYPE_T)ps_best_result->u1_part_type; in hme_analyse_mv_clustering()
5511 aps_part_result[j] = &ps_best_result->as_pu_results[j]; in hme_analyse_mv_clustering()
5512 aps_inferior_parts[j] = &ps_best_result[1].as_pu_results[j]; in hme_analyse_mv_clustering()