Searched refs:phi_fract (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacps_tablegen.h | 51 static DECLARE_ALIGNED(16, float, phi_fract)[2][50][2]; variable 191 phi_fract[0][k][0] = cos(theta); in ps_tableinit() 192 phi_fract[0][k][1] = sin(theta); in ps_tableinit() 206 phi_fract[1][k][0] = cos(theta); in ps_tableinit() 207 phi_fract[1][k][1] = sin(theta); in ps_tableinit()
|
D | aacpsdsp_template.c | 105 const INTFLOAT phi_fract[2], const INTFLOAT (*Q_fract)[2], in ps_decorrelate_c() 120 INTFLOAT in_re = AAC_MSUB30(delay[n][0], phi_fract[0], delay[n][1], phi_fract[1]); in ps_decorrelate_c() 121 INTFLOAT in_im = AAC_MADD30(delay[n][0], phi_fract[1], delay[n][1], phi_fract[0]); in ps_decorrelate_c()
|
D | aacps_fixed_tablegen.h | 61 static DECLARE_ALIGNED(16, int, phi_fract)[2][50][2]; variable 375 phi_fract[0][k][0] = c; in ps_tableinit() 376 phi_fract[0][k][1] = s; in ps_tableinit() 397 phi_fract[1][k][0] = c; in ps_tableinit() 398 phi_fract[1][k][1] = s; in ps_tableinit()
|
D | aacpsdsp.h | 45 const INTFLOAT phi_fract[2], const INTFLOAT (*Q_fract)[2],
|
D | aacps_tablegen_template.c | 104 ARRAY_RENAME(3d_array)(phi_fract, 2, 50, 2); in main()
|
D | aacps.c | 498 phi_fract[is34][k], in decorrelation()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aacpsdsp_mips.c | 282 const float phi_fract[2], const float (*Q_fract)[2], in ps_decorrelate_mips() 293 float phi_fract0 = phi_fract[0]; in ps_decorrelate_mips() 294 float phi_fract1 = phi_fract[1]; in ps_decorrelate_mips()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | aacpsdsp_init_arm.c | 39 const float phi_fract[2], float (*Q_fract)[2],
|