Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c3558 LWORD64 i8_tot_satd = 0; in ihevce_decomp_pre_intra_get_frame_satd() local
3568 i8_tot_satd += ps_ctxt->ps_ed_ctxt->i8_sum_best_satd; in ihevce_decomp_pre_intra_get_frame_satd()
3574 return i8_tot_satd; in ihevce_decomp_pre_intra_get_frame_satd()
3583 LWORD64 i8_tot_satd = 0; in ihevce_decomp_pre_intra_get_frame_satd_squared() local
3593 i8_tot_satd += (ps_ctxt->ps_ed_ctxt->i8_sum_sq_best_satd); in ihevce_decomp_pre_intra_get_frame_satd_squared()
3599 return i8_tot_satd; in ihevce_decomp_pre_intra_get_frame_satd_squared()