Home
last modified time | relevance | path

Searched refs:i4_blk_ht (Results 1 – 13 of 13) 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
257 i4_blk_ht = (S32)gau1_blk_size_to_ht[e_blk_size]; in hme_pred_search_square_stepn()
281 s_err_prms.i4_blk_ht = i4_blk_ht; in hme_pred_search_square_stepn()
508 S32 i4_blk_wd, i4_blk_ht; in hme_pred_search() local
550 i4_blk_ht = gau1_blk_size_to_ht[e_blk_size]; in hme_pred_search()
570 s_err_prms.i4_blk_ht = i4_blk_ht; in hme_pred_search()
708 S32 i4_blk_wd, i4_blk_ht; in hme_pred_search_no_encode() local
749 i4_blk_ht = gau1_blk_size_to_ht[e_blk_size]; in hme_pred_search_no_encode()
776 s_err_prms.i4_blk_ht = i4_blk_ht; 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.c187 ps_prms->i4_blk_ht, in hme_qpel_interp_avg()
727 ps_interp_prms->i4_blk_ht = ht = gau1_blk_size_to_ht[e_blk_size]; in hme_compute_pred_and_evaluate_bi()
775 ps_interp_prms->i4_blk_ht, in hme_compute_pred_and_evaluate_bi()
777 ps_interp_prms->i4_blk_ht, in hme_compute_pred_and_evaluate_bi()
882 ps_interp_prms->i4_blk_ht, in hme_compute_pred_and_evaluate_bi()
884 ps_interp_prms->i4_blk_ht, in hme_compute_pred_and_evaluate_bi()
925 ps_interp_prms->i4_blk_ht, in hme_compute_pred_and_evaluate_bi()
927 ps_interp_prms->i4_blk_ht, in hme_compute_pred_and_evaluate_bi()
939 s_err_prms.i4_blk_ht = ht; 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.h251 S32 i4_blk_ht; member
Dhme_utils.h240 S32 i4_blk_ht,
Dhme_utils.c660 S32 i4_blk_ht, in hevc_avg_2d() argument
666 for(i = 0; i < i4_blk_ht; i++) in hevc_avg_2d()
2622 ps_err_prms->i4_blk_ht = gau1_blk_size_to_ht[e_blk_size]; in hme_decide_part_types()
5283 S32 i4_blk_ht; in ihevce_16x16block_temporal_noise_detect() local
5328 i4_blk_ht = gau1_blk_size_to_ht[e_blk_size]; in ihevce_16x16block_temporal_noise_detect()
5415 s_err_prms.i4_blk_ht = i4_blk_ht; in ihevce_16x16block_temporal_noise_detect()
5567 ps_prms->i4_blk_ht, in hme_qpel_interp_avg_1pt()
Dhme_err_compute.c471 for(j = 0; j < ps_prms->i4_blk_ht; j++) in hme_evalsad_grid_npu_MxN()
512 ht = ps_prms->i4_blk_ht; in hme_evalsad_pt_npu_MxN_8bit()
537 ht = ps_prms->i4_blk_ht; in compute_satd_8bit()
Dhme_defs.h2029 S32 i4_blk_ht; member
Dihevce_enc_loop_inter_mode_sifter.c194 s_err_prms.i4_blk_ht = (ps_pu->b4_ht + 1) << 2; in ihevce_compute_inter_pred_and_cost()
Dhme_refine.c836 s_err_prms.i4_blk_ht = gau1_blk_size_to_ht[e_blk_size]; in hme_pick_eval_merge_candts()
844 s_interp_prms.i4_blk_ht = gau1_blk_size_to_ht[e_blk_size]; in hme_pick_eval_merge_candts()
/external/libhevc/encoder/arm/
Dihevce_subpel_neon.c299 ps_prms->i4_blk_ht); in hme_qpel_interp_avg_neon()
344 ps_prms->i4_blk_ht); in hme_qpel_interp_avg_1pt_neon()
Dihevce_me_neon.c446 ps_prms->i4_blk_ht); in hme_evalsad_grid_npu_MxN_neon()
458 ps_prms->i4_blk_ht); in hme_evalsad_pt_npu_MxN_8bit_neon()