Home
last modified time | relevance | path

Searched refs:ps_err_prms (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dhme_search_algo.c134 err_prms_t *ps_err_prms, result_upd_prms_t *ps_result_prms, BLK_SIZE_T e_blk_size) in hme_compute_grid_results() argument
145 pf_sad_fxn = hme_get_sad_fxn(e_blk_size, ps_err_prms->i4_grid_mask, ps_err_prms->i4_part_mask); in hme_compute_grid_results()
148 hme_get_result_fxn(ps_err_prms->i4_grid_mask, ps_err_prms->i4_part_mask, i4_num_results); in hme_compute_grid_results()
150 pf_sad_fxn(ps_err_prms); in hme_compute_grid_results()
362 err_prms_t *ps_err_prms = &s_err_prms; in hme_pred_search_square_stepn() local
363 ASSERT(ps_err_prms->i4_grid_mask != 1); in hme_pred_search_square_stepn()
364 ASSERT((ps_err_prms->i4_part_mask == 4) || (ps_err_prms->i4_part_mask == 16)); in hme_pred_search_square_stepn()
411 err_prms_t *ps_err_prms = &s_err_prms; in hme_pred_search_square_stepn() local
412 ASSERT(ps_err_prms->i4_grid_mask != 1); in hme_pred_search_square_stepn()
413 ASSERT((ps_err_prms->i4_part_mask == 4) || (ps_err_prms->i4_part_mask == 16)); in hme_pred_search_square_stepn()
Dhme_err_compute.c1864 err_prms_t *ps_err_prms, result_upd_prms_t *ps_result_prms) in hme_update_results_pt_pu_best1_subpel_hs() argument
1938 err_prms_t *ps_err_prms, result_upd_prms_t *ps_result_prms) in hme_update_results_pt_pu_best1_subpel_hs_1() argument
2078 err_prms_t *ps_err_prms, in hme_calc_sad_and_2_best_results() argument
2088 S32 *pi4_sad_grid = ps_err_prms->pi4_sad_grid; in hme_calc_sad_and_2_best_results()
2089 S32 cur_buf_stride = ps_err_prms->i4_inp_stride; in hme_calc_sad_and_2_best_results()
2090 WORD32 ref_buf_stride = ps_err_prms->i4_ref_stride; in hme_calc_sad_and_2_best_results()
2120 ps_err_prms->pu1_inp = 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()
2123 ps_err_prms->pu1_ref += ps_search_node->s_mv.i2_mvx; in hme_calc_sad_and_2_best_results()
2124 ps_err_prms->pu1_ref += (ps_search_node->s_mv.i2_mvy * i4_ref_stride); in hme_calc_sad_and_2_best_results()
[all …]
Dhme_utils.c2566 err_prms_t *ps_err_prms = &s_err_prms; in hme_decide_part_types() local
2582 ps_err_prms->pi4_sad_grid = &i4_sad_grid; in hme_decide_part_types()
2583 ps_err_prms->pi4_tu_split_flags = ai4_tu_split_flag; in hme_decide_part_types()
2584 ps_err_prms->u1_max_tr_depth = ps_inter_ctb_prms->u1_max_tr_depth; in hme_decide_part_types()
2585 ps_err_prms->pi4_tu_early_cbf = ai4_tu_early_cbf; in hme_decide_part_types()
2586 ps_err_prms->i4_grid_mask = 1; in hme_decide_part_types()
2587 ps_err_prms->pu1_wkg_mem = ps_inter_ctb_prms->pu1_wkg_mem; in hme_decide_part_types()
2588 ps_err_prms->u1_max_tr_size = 32; in hme_decide_part_types()
2592 ps_err_prms->u1_max_tr_size = MAX_TU_SIZE_WHEN_NOISY; in hme_decide_part_types()
2620 ps_err_prms->i4_part_mask = i4_part_mask; in hme_decide_part_types()
[all …]
Dhme_err_compute.h309 err_prms_t *ps_err_prms, result_upd_prms_t *ps_result_prms);
/external/libhevc/encoder/arm/
Dihevce_me_neon.c464 err_prms_t *ps_err_prms, in hme_calc_sad_and_1_best_result_neon() argument
472 S32 *pi4_sad_grid = ps_err_prms->pi4_sad_grid; in hme_calc_sad_and_1_best_result_neon()
473 S32 cur_buf_stride = ps_err_prms->i4_inp_stride; in hme_calc_sad_and_1_best_result_neon()
474 S32 ref_buf_stride = ps_err_prms->i4_ref_stride; in hme_calc_sad_and_1_best_result_neon()
497 ps_err_prms->pu1_inp = ps_wt_inp_prms->apu1_wt_inp[ps_search_node->i1_ref_idx] + i4_inp_off; in hme_calc_sad_and_1_best_result_neon()
498 ps_err_prms->pu1_ref = ppu1_ref[ps_search_node->i1_ref_idx] + i4_ref_off; in hme_calc_sad_and_1_best_result_neon()
499 ps_err_prms->pu1_ref += ps_search_node->s_mv.i2_mvx; in hme_calc_sad_and_1_best_result_neon()
500 ps_err_prms->pu1_ref += (ps_search_node->s_mv.i2_mvy * i4_ref_stride); in hme_calc_sad_and_1_best_result_neon()
505 UWORD8 *pu1_curr = ps_err_prms->pu1_inp; in hme_calc_sad_and_1_best_result_neon()
506 UWORD8 *pu1_ref = ps_err_prms->pu1_ref; in hme_calc_sad_and_1_best_result_neon()
[all …]