Home
last modified time | relevance | path

Searched refs:i4_satd (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dhme_utils.c2563 WORD32 i4_satd; in hme_decide_part_types() local
2744 i4_satd = apf_err_compute[e_cu_size]( in hme_decide_part_types()
2751 ps_err_prms->pi4_sad_grid = &i4_satd; in hme_decide_part_types()
2776 i4_satd = (i4_satd * i2_wght) >> ps_inter_ctb_prms->wpred_log_wdc; in hme_decide_part_types()
2849 u8_temp_var = i4_satd; in hme_decide_part_types()
2852 i4_satd = (UWORD32)(u8_temp_var >> (i4_q_level)); in hme_decide_part_types()
2920 u8_temp_var = i4_satd; in hme_decide_part_types()
2923 i4_satd = (UWORD32)(u8_temp_var >> (i4_q_level)); in hme_decide_part_types()
2925 ASSERT(i4_satd >= 0); in hme_decide_part_types()
2936 part_type_cost += i4_satd; in hme_decide_part_types()
Dihevce_enc_loop_utils.c6268 WORD32 i4_satd; in ihevce_distortion_based_intra_chroma_mode_selector() local
6271 i4_satd = ppf_resd_trns_had[u1_trans_idx - 1]( in ihevce_distortion_based_intra_chroma_mode_selector()
6274 i4_satd = ihevce_inject_stim_into_distortion( in ihevce_distortion_based_intra_chroma_mode_selector()
6279 i4_satd, in ihevce_distortion_based_intra_chroma_mode_selector()
6286 i4_satd_had[i] += i4_satd; in ihevce_distortion_based_intra_chroma_mode_selector()
6289 i4_satd = ppf_resd_trns_had[u1_trans_idx - 1]( in ihevce_distortion_based_intra_chroma_mode_selector()
6292 i4_satd = ihevce_inject_stim_into_distortion( in ihevce_distortion_based_intra_chroma_mode_selector()
6297 i4_satd, in ihevce_distortion_based_intra_chroma_mode_selector()
6304 i4_satd_had[i] += i4_satd; in ihevce_distortion_based_intra_chroma_mode_selector()
10353 WORD32 i4_satd; in ihevce_determine_tu_tree_distribution() local
[all …]
Dhme_subpel.c4154 S32 i4_satd = 0; in hme_subpel_refine_cu_hs() local
4194 i4_satd = s_err_prms.pi4_sad_grid[0]; in hme_subpel_refine_cu_hs()
4197 CLIP_S16(ps_subpel_refine_ctxt->i2_mv_cost[j][index] + i4_satd); in hme_subpel_refine_cu_hs()
4198 ps_subpel_refine_ctxt->ai2_fullpel_satd[j][index] = i4_satd; in hme_subpel_refine_cu_hs()
Dhme_defs.h1278 S32 i4_satd; member