Searched refs:i4_blk_ht (Results 1 – 13 of 13) sorted by relevance
/external/libhevc/encoder/ |
D | hme_search_algo.c | 210 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()
|
D | hme_common_utils.c | 147 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()
|
D | hme_common_utils.h | 116 void *pv_inp, S32 i4_blk_wd, S32 i4_blk_ht, S32 i4_stride, S32 i4_datatype);
|
D | hme_subpel.c | 187 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 …]
|
D | hme_interface.h | 251 S32 i4_blk_ht; member
|
D | hme_utils.h | 240 S32 i4_blk_ht,
|
D | hme_utils.c | 660 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()
|
D | hme_err_compute.c | 471 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()
|
D | hme_defs.h | 2029 S32 i4_blk_ht; member
|
D | ihevce_enc_loop_inter_mode_sifter.c | 194 s_err_prms.i4_blk_ht = (ps_pu->b4_ht + 1) << 2; in ihevce_compute_inter_pred_and_cost()
|
D | hme_refine.c | 836 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/ |
D | ihevce_subpel_neon.c | 299 ps_prms->i4_blk_ht); in hme_qpel_interp_avg_neon() 344 ps_prms->i4_blk_ht); in hme_qpel_interp_avg_1pt_neon()
|
D | ihevce_me_neon.c | 446 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()
|