• Home
  • Raw
  • Download

Lines Matching refs:i4_sad

1454     S32 i4_tot_cost, i4_mv_cost, i4_sad, id;  in hme_update_results_grid_pu_bestn_xtreme_speed()  local
1530 i4_sad = pi4_sad_grid[grid_count * id]; in hme_update_results_grid_pu_bestn_xtreme_speed()
1531 i4_tot_cost = i4_sad + i4_mv_cost; in hme_update_results_grid_pu_bestn_xtreme_speed()
1546 ps_best_node[0].i4_sad = i4_sad; in hme_update_results_grid_pu_bestn_xtreme_speed()
1567 S32 i4_tot_cost, i4_mv_cost, i4_sad, id; in hme_update_results_grid_pu_bestn() local
1629 i4_sad = pi4_sad_grid[grid_count * id]; in hme_update_results_grid_pu_bestn()
1630 i4_tot_cost = i4_sad + i4_mv_cost; in hme_update_results_grid_pu_bestn()
1660 ps_best_node[i].i4_sad = i4_sad; in hme_update_results_grid_pu_bestn()
1698 S32 i4_tot_cost, i4_mv_cost, i4_sad, id; in hme_update_results_grid_pu_bestn_no_encode() local
1775 i4_sad = pi4_sad_grid[grid_count * id]; in hme_update_results_grid_pu_bestn_no_encode()
1779 i4_sad = CLIP_S16(i4_sad); in hme_update_results_grid_pu_bestn_no_encode()
1781 i4_tot_cost = i4_sad + i4_mv_cost; in hme_update_results_grid_pu_bestn_no_encode()
1829 ps_best_node[i].i4_sad = i4_sad; in hme_update_results_grid_pu_bestn_no_encode()
1869 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_update_results_pt_pu_best1_subpel_hs() local
1891 i4_sad = ps_result_prms->pi4_sad_grid[id]; in hme_update_results_pt_pu_best1_subpel_hs()
1892 i4_tot_cost = i4_sad + i4_mv_cost; in hme_update_results_pt_pu_best1_subpel_hs()
1928 ps_best_node[i].i4_sad = i4_sad; in hme_update_results_pt_pu_best1_subpel_hs()
1943 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_update_results_pt_pu_best1_subpel_hs_1() local
1965 i4_sad = ps_result_prms->pi4_sad_grid[id]; in hme_update_results_pt_pu_best1_subpel_hs_1()
1966 i4_tot_cost = i4_sad + i4_mv_cost; in hme_update_results_pt_pu_best1_subpel_hs_1()
1981 sdi_value = ps_best_node[0].i4_sad - i4_sad; in hme_update_results_pt_pu_best1_subpel_hs_1()
2187 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_calc_sad_and_2_best_results() local
2239 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); in hme_calc_sad_and_2_best_results()
2240 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_calc_sad_and_2_best_results()
2415 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_calc_sad_and_2_best_results_subpel() local
2433 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); in hme_calc_sad_and_2_best_results_subpel()
2434 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_calc_sad_and_2_best_results_subpel()
2639 S32 i4_sad, i4_mv_cost, i4_tot_cost; in hme_calc_stim_injected_sad_and_2_best_results() local
2766 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); in hme_calc_stim_injected_sad_and_2_best_results()
2767 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_calc_stim_injected_sad_and_2_best_results()
2963 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_calc_sad_and_1_best_result() local
3015 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); in hme_calc_sad_and_1_best_result()
3016 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_calc_sad_and_1_best_result()
3215 S32 i4_sad, i4_mv_cost, i4_tot_cost; in hme_calc_stim_injected_sad_and_1_best_result() local
3342 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); in hme_calc_stim_injected_sad_and_1_best_result()
3343 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_calc_stim_injected_sad_and_1_best_result()
3499 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_calc_sad_and_1_best_result_subpel() local
3517 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); in hme_calc_sad_and_1_best_result_subpel()
3518 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_calc_sad_and_1_best_result_subpel()