• Home
  • Raw
  • Download

Lines Matching refs:i4_ref_offset

2085     S32 i4_ref_offset;  in hme_calc_sad_and_2_best_results()  local
2101 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_sad_and_2_best_results()
2122 ps_err_prms->pu1_ref = ppu1_ref[ps_search_node->i1_ref_idx] + i4_ref_offset; in hme_calc_sad_and_2_best_results()
2521 S32 i4_ref_offset; in hme_calc_stim_injected_sad_and_2_best_results() local
2538 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_stim_injected_sad_and_2_best_results()
2561 ps_err_prms->pu1_ref = ppu1_ref[ps_search_node->i1_ref_idx] + i4_ref_offset; in hme_calc_stim_injected_sad_and_2_best_results()
2861 S32 i4_ref_offset; in hme_calc_sad_and_1_best_result() local
2877 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_sad_and_1_best_result()
2898 ps_err_prms->pu1_ref = ppu1_ref[ps_search_node->i1_ref_idx] + i4_ref_offset; in hme_calc_sad_and_1_best_result()
3097 S32 i4_ref_offset; in hme_calc_stim_injected_sad_and_1_best_result() local
3114 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_stim_injected_sad_and_1_best_result()
3137 ps_err_prms->pu1_ref = ppu1_ref[ps_search_node->i1_ref_idx] + i4_ref_offset; in hme_calc_stim_injected_sad_and_1_best_result()
3608 WORD32 i4_inp_stride, i4_inp_off, i4_ref_offset; in hme_calc_pt_sad_and_result_explicit() local
3628 i4_ref_offset = (i4_ref_stride * ps_search_prms->i4_y_off) + ps_search_prms->i4_x_off; in hme_calc_pt_sad_and_result_explicit()
3664 ps_err_prms->pu1_ref = ppu1_ref[ps_search_node->i1_ref_idx] + i4_ref_offset; in hme_calc_pt_sad_and_result_explicit()