Searched refs:pd_mag (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.h134 float pd_mag = 1 / sqrt(im_smooth * im_smooth + re_smooth * re_smooth); local
135 pd_re_smooth[pd0*64+pd1*8+pd2] = re_smooth * pd_mag;
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.h139 float pd_mag = 1 / sqrt(im_smooth * im_smooth + re_smooth * re_smooth); local
140 pd_re_smooth[pd0*64+pd1*8+pd2] = re_smooth * pd_mag;
141 pd_im_smooth[pd0*64+pd1*8+pd2] = im_smooth * pd_mag;

Completed in 54 milliseconds