• Home
  • Raw
  • Download

Lines Matching refs:s_err_prms

559     err_prms_t s_err_prms;  in hme_compute_pred_and_evaluate_bi()  local
932 s_err_prms.pu1_inp = (U08 *)ps_inter_ctb_prms->pu1_non_wt_inp + inp_offset; in hme_compute_pred_and_evaluate_bi()
933 s_err_prms.i4_inp_stride = inp_stride; in hme_compute_pred_and_evaluate_bi()
934 s_err_prms.i4_ref_stride = as_pred_buf_data[2][j].i4_pred_stride; in hme_compute_pred_and_evaluate_bi()
935 s_err_prms.i4_part_mask = (ENABLE_2Nx2N); in hme_compute_pred_and_evaluate_bi()
936 s_err_prms.i4_grid_mask = 1; in hme_compute_pred_and_evaluate_bi()
937 s_err_prms.pi4_sad_grid = &i4_sad_grid; in hme_compute_pred_and_evaluate_bi()
938 s_err_prms.i4_blk_wd = wd; in hme_compute_pred_and_evaluate_bi()
939 s_err_prms.i4_blk_ht = ht; in hme_compute_pred_and_evaluate_bi()
940 s_err_prms.pu1_ref = as_pred_buf_data[2][j].pu1_pred; in hme_compute_pred_and_evaluate_bi()
941 s_err_prms.ps_cmn_utils_optimised_function_list = ps_cmn_utils_optimised_function_list; in hme_compute_pred_and_evaluate_bi()
952 pf_err_compute(&s_err_prms); in hme_compute_pred_and_evaluate_bi()
2322 err_prms_t s_err_prms; in hme_subpel_refine_search_node_high_speed() local
2428 s_err_prms.pu1_inp = (U08 *)ps_prms->pv_inp; in hme_subpel_refine_search_node_high_speed()
2429 s_err_prms.i4_inp_stride = ps_prms->i4_inp_stride; in hme_subpel_refine_search_node_high_speed()
2430 s_err_prms.i4_ref_stride = i4_ref_stride; in hme_subpel_refine_search_node_high_speed()
2431 s_err_prms.i4_part_mask = (ENABLE_2Nx2N); in hme_subpel_refine_search_node_high_speed()
2432 s_err_prms.i4_grid_mask = 1; in hme_subpel_refine_search_node_high_speed()
2433 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0]; in hme_subpel_refine_search_node_high_speed()
2434 s_err_prms.i4_blk_wd = i4_blk_wd = gau1_blk_size_to_wd[e_blk_size]; in hme_subpel_refine_search_node_high_speed()
2435 s_err_prms.i4_blk_ht = i4_blk_ht = gau1_blk_size_to_ht[e_blk_size]; in hme_subpel_refine_search_node_high_speed()
2459 s_err_prms.pu1_ref = pu1_ref + (i4_mv_x >> 1) + ((i4_mv_y >> 1) * i4_ref_stride); in hme_subpel_refine_search_node_high_speed()
2467 pf_err_compute(&s_err_prms, &s_result_prms); in hme_subpel_refine_search_node_high_speed()
2469 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2473 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2475 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
2494 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
2503 pf_err_compute(&s_err_prms, &s_result_prms); in hme_subpel_refine_search_node_high_speed()
2505 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2509 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2511 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
2530 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
2539 pf_err_compute(&s_err_prms, &s_result_prms); in hme_subpel_refine_search_node_high_speed()
2541 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2545 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2547 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
2566 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
2575 pf_err_compute(&s_err_prms, &s_result_prms); in hme_subpel_refine_search_node_high_speed()
2577 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2581 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2583 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
2600 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
2609 pf_err_compute(&s_err_prms, &s_result_prms); in hme_subpel_refine_search_node_high_speed()
2611 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2615 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2617 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
2752 s_err_prms.pu1_ref = apu1_final[0]; in hme_subpel_refine_search_node_high_speed()
2753 s_err_prms.i4_ref_stride = ai4_ref_stride[0]; in hme_subpel_refine_search_node_high_speed()
2761 pf_err_compute(&s_err_prms, &s_result_prms); in hme_subpel_refine_search_node_high_speed()
2764 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2769 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2787 s_err_prms.pu1_ref = apu1_final[1]; in hme_subpel_refine_search_node_high_speed()
2788 s_err_prms.i4_ref_stride = ai4_ref_stride[1]; in hme_subpel_refine_search_node_high_speed()
2797 pf_err_compute(&s_err_prms, &s_result_prms); in hme_subpel_refine_search_node_high_speed()
2800 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2805 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2819 s_err_prms.pu1_ref = apu1_final[2]; in hme_subpel_refine_search_node_high_speed()
2820 s_err_prms.i4_ref_stride = ai4_ref_stride[2]; in hme_subpel_refine_search_node_high_speed()
2829 pf_err_compute(&s_err_prms, &s_result_prms); in hme_subpel_refine_search_node_high_speed()
2833 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2838 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2854 s_err_prms.pu1_ref = apu1_final[3]; in hme_subpel_refine_search_node_high_speed()
2855 s_err_prms.i4_ref_stride = ai4_ref_stride[3]; in hme_subpel_refine_search_node_high_speed()
2864 pf_err_compute(&s_err_prms, &s_result_prms); in hme_subpel_refine_search_node_high_speed()
2867 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2872 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
2939 err_prms_t s_err_prms; in hme_subpel_refine_search_node_high_speed() local
3047 s_err_prms.pu1_inp = (U08 *)ps_prms->pv_inp; in hme_subpel_refine_search_node_high_speed()
3048 s_err_prms.i4_inp_stride = ps_prms->i4_inp_stride; in hme_subpel_refine_search_node_high_speed()
3049 s_err_prms.i4_ref_stride = i4_ref_stride; in hme_subpel_refine_search_node_high_speed()
3050 s_err_prms.i4_part_mask = (ENABLE_2Nx2N); in hme_subpel_refine_search_node_high_speed()
3051 s_err_prms.i4_grid_mask = 1; in hme_subpel_refine_search_node_high_speed()
3052 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0][0]; in hme_subpel_refine_search_node_high_speed()
3053 s_err_prms.i4_blk_wd = i4_blk_wd = gau1_blk_size_to_wd[e_blk_size]; in hme_subpel_refine_search_node_high_speed()
3054 s_err_prms.i4_blk_ht = i4_blk_ht = gau1_blk_size_to_ht[e_blk_size]; in hme_subpel_refine_search_node_high_speed()
3078 s_err_prms.pu1_ref = pu1_ref + (i4_mv_x >> 1) + ((i4_mv_y >> 1) * i4_ref_stride); in hme_subpel_refine_search_node_high_speed()
3079 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3084 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3088 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3090 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
3109 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
3112 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3118 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3123 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3125 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
3144 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
3146 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3152 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3157 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3159 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
3179 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
3181 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3187 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3192 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3194 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
3212 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
3215 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3221 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3226 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3228 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
3253 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
3256 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3262 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3267 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3269 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
3290 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
3293 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3299 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3304 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3306 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
3327 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
3330 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3336 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3341 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3343 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
3363 s_err_prms.pu1_ref = in hme_subpel_refine_search_node_high_speed()
3366 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3372 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3377 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3379 pu1_final_out = s_err_prms.pu1_ref; in hme_subpel_refine_search_node_high_speed()
3556 s_err_prms.pu1_ref = apu1_final[0]; in hme_subpel_refine_search_node_high_speed()
3557 s_err_prms.i4_ref_stride = ai4_ref_stride[0]; in hme_subpel_refine_search_node_high_speed()
3559 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3565 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3570 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3584 s_err_prms.pu1_ref = apu1_final[1]; in hme_subpel_refine_search_node_high_speed()
3585 s_err_prms.i4_ref_stride = ai4_ref_stride[1]; in hme_subpel_refine_search_node_high_speed()
3587 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3592 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3597 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3611 s_err_prms.pu1_ref = apu1_final[2]; in hme_subpel_refine_search_node_high_speed()
3612 s_err_prms.i4_ref_stride = ai4_ref_stride[2]; in hme_subpel_refine_search_node_high_speed()
3614 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3620 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3625 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3641 s_err_prms.pu1_ref = apu1_final[3]; in hme_subpel_refine_search_node_high_speed()
3642 s_err_prms.i4_ref_stride = ai4_ref_stride[3]; in hme_subpel_refine_search_node_high_speed()
3644 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3649 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3654 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3679 s_err_prms.pu1_ref = s_interp_prms.pu1_final_out; in hme_subpel_refine_search_node_high_speed()
3680 s_err_prms.i4_ref_stride = s_interp_prms.i4_final_out_stride; in hme_subpel_refine_search_node_high_speed()
3682 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3688 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3694 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3712 s_err_prms.pu1_ref = s_interp_prms.pu1_final_out; in hme_subpel_refine_search_node_high_speed()
3713 s_err_prms.i4_ref_stride = s_interp_prms.i4_final_out_stride; in hme_subpel_refine_search_node_high_speed()
3715 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3721 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3727 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3745 s_err_prms.pu1_ref = s_interp_prms.pu1_final_out; in hme_subpel_refine_search_node_high_speed()
3746 s_err_prms.i4_ref_stride = s_interp_prms.i4_final_out_stride; in hme_subpel_refine_search_node_high_speed()
3748 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3754 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3760 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3780 s_err_prms.pu1_ref = s_interp_prms.pu1_final_out; in hme_subpel_refine_search_node_high_speed()
3781 s_err_prms.i4_ref_stride = s_interp_prms.i4_final_out_stride; in hme_subpel_refine_search_node_high_speed()
3783 pf_err_compute(&s_err_prms); in hme_subpel_refine_search_node_high_speed()
3789 i4_tot_cost = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
3795 i4_min_sad = s_err_prms.pi4_sad_grid[part_id]; in hme_subpel_refine_search_node_high_speed()
4153 err_prms_t s_err_prms; in hme_subpel_refine_cu_hs() local
4177 s_err_prms.pu1_inp = (U08 *)ps_prms->pv_inp; in hme_subpel_refine_cu_hs()
4178 s_err_prms.i4_inp_stride = ps_prms->i4_inp_stride; in hme_subpel_refine_cu_hs()
4179 s_err_prms.pu1_ref = pu1_ref_base + x_off + (y_off * i4_ref_stride) + i4_mv_x + in hme_subpel_refine_cu_hs()
4182 s_err_prms.i4_ref_stride = i4_ref_stride; in hme_subpel_refine_cu_hs()
4183 s_err_prms.i4_part_mask = (ENABLE_2Nx2N); in hme_subpel_refine_cu_hs()
4184 s_err_prms.i4_grid_mask = 1; in hme_subpel_refine_cu_hs()
4185 s_err_prms.pi4_sad_grid = &i4_sad_grid; in hme_subpel_refine_cu_hs()
4186 s_err_prms.i4_blk_wd = gau1_blk_size_to_wd[e_blk_size]; in hme_subpel_refine_cu_hs()
4187 s_err_prms.i4_blk_ht = gau1_blk_size_to_ht[e_blk_size]; in hme_subpel_refine_cu_hs()
4189 s_err_prms.ps_cmn_utils_optimised_function_list = in hme_subpel_refine_cu_hs()
4192 compute_satd_8bit(&s_err_prms); in hme_subpel_refine_cu_hs()
4194 i4_satd = s_err_prms.pi4_sad_grid[0]; in hme_subpel_refine_cu_hs()