Lines Matching refs:i4_sad
1058 S32 i4_sad = ps_pu_node1->i4_tot_cost - ps_pu_node1->i4_mv_cost; in hme_compute_pred_and_evaluate_bi() local
1119 u8_temp_var = i4_sad; in hme_compute_pred_and_evaluate_bi()
1122 i4_sad = (UWORD32)(u8_temp_var >> (i4_q_level)); in hme_compute_pred_and_evaluate_bi()
1124 uni_cost = i4_sad + ps_pu_node1->i4_mv_cost; in hme_compute_pred_and_evaluate_bi()
1407 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_evalsatd_update_2_best_results_pt_pu_16x16() local
1426 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1427 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1570 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_evalsatd_update_1_best_result_pt_pu_16x16() local
1589 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); in hme_evalsatd_update_1_best_result_pt_pu_16x16()
1590 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_evalsatd_update_1_best_result_pt_pu_16x16()
2893 ps_search_node->i4_sad = i4_min_sad; in hme_subpel_refine_search_node_high_speed()
3830 ps_search_node->i4_sad = i4_min_sad; in hme_subpel_refine_search_node_high_speed()
3855 S32 i4_sad; in hme_subpel_refine_struct_to_search_results_struct_converter() local
3872 i4_sad = ps_subpel_refine_ctxt->i2_tot_cost[0][index] - in hme_subpel_refine_struct_to_search_results_struct_converter()
3880 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3883 ps_best_node[0].i4_sad = i4_sad; in hme_subpel_refine_struct_to_search_results_struct_converter()
3892 i4_sad = ps_subpel_refine_ctxt->i2_tot_cost[1][index] - in hme_subpel_refine_struct_to_search_results_struct_converter()
3899 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3902 ps_best_node[1].i4_sad = i4_sad; in hme_subpel_refine_struct_to_search_results_struct_converter()
3916 i4_sad = ps_subpel_refine_ctxt->i2_tot_cost[0][index] - in hme_subpel_refine_struct_to_search_results_struct_converter()
3923 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3926 ps_best_node[0].i4_sad = i4_sad; in hme_subpel_refine_struct_to_search_results_struct_converter()
3932 i4_sad = ps_subpel_refine_ctxt->i2_tot_cost[1][index] - in hme_subpel_refine_struct_to_search_results_struct_converter()
3939 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3942 ps_best_node[1].i4_sad = i4_sad; in hme_subpel_refine_struct_to_search_results_struct_converter()
3952 i4_sad = ps_subpel_refine_ctxt->i2_tot_cost[0][index] - in hme_subpel_refine_struct_to_search_results_struct_converter()
3959 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3962 ps_best_node[1].i4_sad = i4_sad; in hme_subpel_refine_struct_to_search_results_struct_converter()
3972 i4_sad = ps_subpel_refine_ctxt->i2_tot_cost[0][index] - in hme_subpel_refine_struct_to_search_results_struct_converter()
3979 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3982 ps_best_node[0].i4_sad = i4_sad; in hme_subpel_refine_struct_to_search_results_struct_converter()
3994 i4_sad = ps_subpel_refine_ctxt->i2_tot_cost[0][index] - in hme_subpel_refine_struct_to_search_results_struct_converter()
4001 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
4004 ps_best_node[0].i4_sad = i4_sad; in hme_subpel_refine_struct_to_search_results_struct_converter()
4218 i2_best_sad = ps_node->i4_sad; in hme_subpel_refine_cu_hs()