Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c759 ps_ed_ctb_l1->i4_32x32_satd[0][0] = -2; in ihevce_ed_calc_ctb()
760 ps_ed_ctb_l1->i4_32x32_satd[0][1] = -2; in ihevce_ed_calc_ctb()
761 ps_ed_ctb_l1->i4_32x32_satd[0][2] = -2; in ihevce_ed_calc_ctb()
762 ps_ed_ctb_l1->i4_32x32_satd[0][3] = -2; in ihevce_ed_calc_ctb()
2217 ps_ed_ctb_curr_l1->i4_32x32_satd[0][0] = aai4_sort_4_satd[0][MEDIAN_CU_TU]; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
2218 ps_ed_ctb_curr_l1->i4_32x32_satd[0][1] = aai4_sort_4_16_satd[1][MEDIAN_CU_TU_BY_2]; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
2219 … ps_ed_ctb_curr_l1->i4_32x32_satd[0][2] = aai4_sort_4_16_64_satd[2][MEDIAN_CU_TU_BY_4]; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
2220 ps_ed_ctb_curr_l1->i4_32x32_satd[0][3] = i4_satd_32x32; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
2224 WORD32 satd = ps_ed_ctb_curr_l1->i4_32x32_satd[0][k]; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
2233 ps_ed_ctb_curr_l1->i4_32x32_satd[0][0] = -1; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
[all …]
Dihevce_recur_bracketing.c2718 ASSERT(ps_ed_ctb_l1->i4_32x32_satd[0][0] != -2); in ihevce_bracketing_analysis()
2721 ps_ed_ctb_l1->i4_32x32_satd[0][0], in ihevce_bracketing_analysis()
2760 ASSERT(ps_ed_ctb_l1->i4_32x32_satd[0][0] != -2); in ihevce_bracketing_analysis()
2761 ASSERT(ps_ed_ctb_l1->i4_32x32_satd[0][1] != -2); in ihevce_bracketing_analysis()
2762 ASSERT(ps_ed_ctb_l1->i4_32x32_satd[0][2] != -2); in ihevce_bracketing_analysis()
2763 ASSERT(ps_ed_ctb_l1->i4_32x32_satd[0][3] != -2); in ihevce_bracketing_analysis()
2767 ps_ed_ctb_l1->i4_32x32_satd[0][0], in ihevce_bracketing_analysis()
2776 ps_ed_ctb_l1->i4_32x32_satd[0][1], in ihevce_bracketing_analysis()
2784 ps_ed_ctb_l1->i4_32x32_satd[0][2], in ihevce_bracketing_analysis()
2793 ps_ed_ctb_l1->i4_32x32_satd[0][3], in ihevce_bracketing_analysis()
Dihevce_ipe_pass.c212 i4_curr_satd = ps_ed_ctb_l1->i4_32x32_satd[0][2]; in ihevce_ipe_recompute_lambda_from_min_8x8_act_in_ctb()
215 i4_curr_satd = ps_ed_ctb_l1->i4_32x32_satd[0][3]; in ihevce_ipe_recompute_lambda_from_min_8x8_act_in_ctb()
Dihevce_enc_structs.h1285 WORD32 i4_32x32_satd[1][4]; member