Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_frame_process_utils.c222 unsigned char u1_wt, u1_ref_smpl, u1_tst_smpl; in calc_block_ssim() local
238 u1_tst_smpl = pu1_tst[i4_col * i4_horz_jump]; in calc_block_ssim()
241 u2_wtd_tst_smpl = u1_wt * u1_tst_smpl; in calc_block_ssim()
247 u4_wtd_tst_sq += u2_wtd_tst_smpl * u1_tst_smpl; in calc_block_ssim()
248 u4_wtd_ref_tst += u2_wtd_ref_smpl * u1_tst_smpl; in calc_block_ssim()