Home
last modified time | relevance | path

Searched refs:u1_ref_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
237 u1_ref_smpl = pu1_ref[i4_col * i4_horz_jump]; in calc_block_ssim()
240 u2_wtd_ref_smpl = u1_wt * u1_ref_smpl; in calc_block_ssim()
246 u4_wtd_ref_sq += u2_wtd_ref_smpl * u1_ref_smpl; in calc_block_ssim()