Searched refs:re_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.h132 float re_smooth = 0.25f * pd0_re + 0.5f * pd1_re + pd2_re; local
134 float pd_mag = 1 / sqrt(im_smooth * im_smooth + re_smooth * re_smooth);
135 pd_re_smooth[pd0*64+pd1*8+pd2] = re_smooth * pd_mag;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacps_tablegen.h137 float re_smooth = 0.25f * pd0_re + 0.5f * pd1_re + pd2_re; local
139 float pd_mag = 1 / sqrt(im_smooth * im_smooth + re_smooth * re_smooth);
140 pd_re_smooth[pd0*64+pd1*8+pd2] = re_smooth * pd_mag;

Completed in 75 milliseconds