Searched refs:phi_fract (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsdsp.h41 const float phi_fract[2], const float (*Q_fract)[2],
H A Daacps_tablegen.h51 static DECLARE_ALIGNED(16, float, phi_fract)[2][50][2];
191 phi_fract[0][k][0] = cos(theta);
192 phi_fract[0][k][1] = sin(theta);
206 phi_fract[1][k][0] = cos(theta);
207 phi_fract[1][k][1] = sin(theta);
H A Daacpsdsp.c96 const float phi_fract[2], const float (*Q_fract)[2],
111 float in_re = delay[n][0] * phi_fract[0] - delay[n][1] * phi_fract[1];
112 float in_im = delay[n][0] * phi_fract[1] + delay[n][1] * phi_fract[0];
94 ps_decorrelate_c(float (*out)[2], float (*delay)[2], float (*ap_delay)[PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2], const float phi_fract[2], const float (*Q_fract)[2], const float *transient_gain, float g_decay_slope, int len) argument
H A Daacps_tablegen.c88 printf("static const DECLARE_ALIGNED(16, float, phi_fract)[2][50][2] = {\n");
89 write_float_3d_array(phi_fract, 2, 50, 2);
H A Daacps.c678 //H[k][z] = z^-2 * phi_fract[k] * | | ----------------------------------------------------------------
692 phi_fract[is34][k],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Daacpsdsp_init_arm.c39 const float phi_fract[2], float (*Q_fract)[2],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacps_tablegen.h46 static float phi_fract[2][50][2]; variable
186 phi_fract[0][k][0] = cos(theta);
187 phi_fract[0][k][1] = sin(theta);
201 phi_fract[1][k][0] = cos(theta);
202 phi_fract[1][k][1] = sin(theta);
H A Daacps_tablegen.c88 printf("static const float phi_fract[2][50][2] = {\n");
89 write_float_3d_array(phi_fract, 2, 50, 2);
H A Daacps.c702 //H[k][z] = z^-2 * phi_fract[k] * | | ----------------------------------------------------------------
718 float in_re = delay[k][n+PS_MAX_DELAY-2][0] * phi_fract[is34][k][0] -
719 delay[k][n+PS_MAX_DELAY-2][1] * phi_fract[is34][k][1];
720 float in_im = delay[k][n+PS_MAX_DELAY-2][0] * phi_fract[is34][k][1] +
721 delay[k][n+PS_MAX_DELAY-2][1] * phi_fract[is34][k][0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacpsdsp_mips.c280 const float phi_fract[2], float (*Q_fract)[2],
291 float phi_fract0 = phi_fract[0];
292 float phi_fract1 = phi_fract[1];
278 ps_decorrelate_mips(float (*out)[2], float (*delay)[2], float (*ap_delay)[PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2], const float phi_fract[2], float (*Q_fract)[2], const float *transient_gain, float g_decay_slope, int len) argument

Completed in 101 milliseconds