Home
last modified time | relevance | path

Searched refs:u1_wt (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
236 u1_wt = *pu1_win++; in calc_block_ssim()
240 u2_wtd_ref_smpl = u1_wt * u1_ref_smpl; in calc_block_ssim()
241 u2_wtd_tst_smpl = u1_wt * u1_tst_smpl; in calc_block_ssim()