Home
last modified time | relevance | path

Searched refs:i4_blk_wd (Results 1 – 14 of 14) sorted by relevance

/external/libhevc/encoder/
Dhme_search_algo.c210 S32 i4_blk_wd, i4_blk_ht, i4_step, i4_candt, i4_iter; in hme_pred_search_square_stepn() local
256 i4_blk_wd = (S32)gau1_blk_size_to_wd[e_blk_size]; in hme_pred_search_square_stepn()
280 s_err_prms.i4_blk_wd = i4_blk_wd; in hme_pred_search_square_stepn()
508 S32 i4_blk_wd, i4_blk_ht; in hme_pred_search() local
549 i4_blk_wd = gau1_blk_size_to_wd[e_blk_size]; in hme_pred_search()
569 s_err_prms.i4_blk_wd = i4_blk_wd; in hme_pred_search()
708 S32 i4_blk_wd, i4_blk_ht; in hme_pred_search_no_encode() local
748 i4_blk_wd = gau1_blk_size_to_wd[e_blk_size]; in hme_pred_search_no_encode()
775 s_err_prms.i4_blk_wd = i4_blk_wd; in hme_pred_search_no_encode()
Dhme_common_utils.c147 void *pv_inp, S32 i4_blk_wd, S32 i4_blk_ht, S32 i4_stride, S32 i4_datatype) in hme_compute_2d_sum_unsigned() argument
150 return (hme_compute_2d_sum_u08((U08 *)pv_inp, i4_blk_wd, i4_blk_ht, i4_stride)); in hme_compute_2d_sum_unsigned()
152 return (hme_compute_2d_sum_u16((U16 *)pv_inp, i4_blk_wd, i4_blk_ht, i4_stride)); in hme_compute_2d_sum_unsigned()
154 return (hme_compute_2d_sum_u32((U32 *)pv_inp, i4_blk_wd, i4_blk_ht, i4_stride)); in hme_compute_2d_sum_unsigned()
Dhme_common_utils.h116 void *pv_inp, S32 i4_blk_wd, S32 i4_blk_ht, S32 i4_stride, S32 i4_datatype);
Dhme_subpel.c186 ps_prms->i4_blk_wd, in hme_qpel_interp_avg()
726 ps_interp_prms->i4_blk_wd = wd = gau1_blk_size_to_wd[e_blk_size]; in hme_compute_pred_and_evaluate_bi()
774 ps_interp_prms->i4_blk_wd, in hme_compute_pred_and_evaluate_bi()
776 ps_interp_prms->i4_blk_wd, in hme_compute_pred_and_evaluate_bi()
881 ps_interp_prms->i4_blk_wd, in hme_compute_pred_and_evaluate_bi()
883 ps_interp_prms->i4_blk_wd, in hme_compute_pred_and_evaluate_bi()
924 ps_interp_prms->i4_blk_wd, in hme_compute_pred_and_evaluate_bi()
926 ps_interp_prms->i4_blk_wd, in hme_compute_pred_and_evaluate_bi()
938 s_err_prms.i4_blk_wd = wd; in hme_compute_pred_and_evaluate_bi()
2303 S32 i4_blk_wd, i4_blk_ht; in hme_subpel_refine_search_node_high_speed() local
[all …]
Dhme_interface.h248 S32 i4_blk_wd; member
Dihevce_me_instr_set_router.c344 CU_SIZE_T e_cu_size = (CU_SIZE_T)(hme_get_range(ps_prms->i4_blk_wd) - 4); in hme_evalsad_grid_pu_MxM()
Dhme_utils.h239 S32 i4_blk_wd,
Dhme_utils.c659 S32 i4_blk_wd, in hevc_avg_2d() argument
668 for(j = 0; j < i4_blk_wd; j++) in hevc_avg_2d()
2621 ps_err_prms->i4_blk_wd = gau1_blk_size_to_wd[e_blk_size]; in hme_decide_part_types()
5282 S32 i4_blk_wd; in ihevce_16x16block_temporal_noise_detect() local
5327 i4_blk_wd = gau1_blk_size_to_wd[e_blk_size]; in ihevce_16x16block_temporal_noise_detect()
5414 s_err_prms.i4_blk_wd = i4_blk_wd; in ihevce_16x16block_temporal_noise_detect()
5566 ps_prms->i4_blk_wd, in hme_qpel_interp_avg_1pt()
Dhme_err_compute.c473 for(k = 0; k < ps_prms->i4_blk_wd; k++) in hme_evalsad_grid_npu_MxN()
511 wd = ps_prms->i4_blk_wd; in hme_evalsad_pt_npu_MxN_8bit()
536 wd = ps_prms->i4_blk_wd; in compute_satd_8bit()
Dhme_defs.h2028 S32 i4_blk_wd; member
Dihevce_enc_loop_inter_mode_sifter.c195 s_err_prms.i4_blk_wd = (ps_pu->b4_wd + 1) << 2; in ihevce_compute_inter_pred_and_cost()
Dhme_refine.c835 s_err_prms.i4_blk_wd = gau1_blk_size_to_wd[e_blk_size]; in hme_pick_eval_merge_candts()
843 s_interp_prms.i4_blk_wd = gau1_blk_size_to_wd[e_blk_size]; in hme_pick_eval_merge_candts()
/external/libhevc/encoder/arm/
Dihevce_subpel_neon.c298 ps_prms->i4_blk_wd, in hme_qpel_interp_avg_neon()
343 ps_prms->i4_blk_wd, in hme_qpel_interp_avg_1pt_neon()
Dihevce_me_neon.c445 ps_prms->i4_blk_wd, in hme_evalsad_grid_npu_MxN_neon()
457 ps_prms->i4_blk_wd, in hme_evalsad_pt_npu_MxN_8bit_neon()