Searched refs:im_smooth (Results 1 – 2 of 2) sorted by relevance
138 float im_smooth = 0.25f * pd0_im + 0.5f * pd1_im + pd2_im; in ps_tableinit() local139 float pd_mag = 1 / hypot(im_smooth, re_smooth); in ps_tableinit()141 pd_im_smooth[pd0*64+pd1*8+pd2] = im_smooth * pd_mag; in ps_tableinit()
293 int im_smooth = pd0_im + pd1_im + pd2_im; in ps_tableinit() local301 … pd_im_smooth[pd0*64+pd1*8+pd2] = (int)(((int64_t)im_smooth * pd_mag.mant + round) >> shift); in ps_tableinit()