Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacps_tablegen.h138 float im_smooth = 0.25f * pd0_im + 0.5f * pd1_im + pd2_im; in ps_tableinit() local
139 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()
Daacps_fixed_tablegen.h293 int im_smooth = pd0_im + pd1_im + pd2_im; in ps_tableinit() local
301 … pd_im_smooth[pd0*64+pd1*8+pd2] = (int)(((int64_t)im_smooth * pd_mag.mant + round) >> shift); in ps_tableinit()