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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacps_tablegen.h133 float im_smooth = 0.25f * pd0_im + 0.5f * pd1_im + pd2_im; local
134 float pd_mag = 1 / sqrt(im_smooth * im_smooth + re_smooth * re_smooth);
136 pd_im_smooth[pd0*64+pd1*8+pd2] = im_smooth * pd_mag;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacps_tablegen.h138 float im_smooth = 0.25f * pd0_im + 0.5f * pd1_im + pd2_im; local
139 float pd_mag = 1 / sqrt(im_smooth * im_smooth + re_smooth * re_smooth);
141 pd_im_smooth[pd0*64+pd1*8+pd2] = im_smooth * pd_mag;

Completed in 58 milliseconds