Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c461 WORD32 i4_best_satd; in ihevce_ed_calc_8x8_blk() local
487 &i4_best_satd, in ihevce_ed_calc_8x8_blk()
788 WORD32 i4_best_satd; in ihevce_ed_calc_ctb() local
804 &i4_best_satd, in ihevce_ed_calc_ctb()
811 ASSERT(i4_best_satd >= 0); in ihevce_ed_calc_ctb()
818 ps_ed_ctb_l1->i4_best_satd_8x8[z_scan_act_idx] = i4_best_satd; in ihevce_ed_calc_ctb()
819 ps_ed_ctxt->i8_sum_best_satd += i4_best_satd; in ihevce_ed_calc_ctb()
820 ps_ed_ctxt->i8_sum_sq_best_satd += (i4_best_satd * i4_best_satd); in ihevce_ed_calc_ctb()