Home
last modified time | relevance | path

Searched refs:i4_4x4_satd (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c690 (ps_ed_4x4 + i)->i4_4x4_satd = i4_satd; in ihevce_ed_calc_8x8_blk()
1003 (ps_ed_ctb + i4_i)->i4_4x4_satd = -1; in ihevce_ed_calc_incomplete_ctb()
1423 (ps_ed_ctb + i4_i)->i4_4x4_satd = -1; in ihevce_ed_calc_ctb()
3119 if(-1 != (ps_ed + j * 4 + i * 16 + k)->i4_4x4_satd) in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
3122 i4_satd_lim = (ps_ed + j * 4 + i * 16 + k)->i4_4x4_satd; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
3239 i4_satd_lim = (ps_ed + j * 4 + i * 16 + k)->i4_4x4_satd; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
3258 (ps_ed + j * 4 + i * 16 + k)->i4_4x4_satd = i4_satd_lim; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
Dihevce_enc_structs.h1276 WORD32 i4_4x4_satd; member