Searched refs:lc3_complex (Results 1 – 6 of 6) sorted by relevance
| /liblc3-latest/src/ |
| D | mdct.c | 36 const struct lc3_complex *x, struct lc3_complex *y, int n) in fft_5() 46 struct lc3_complex s14 = in fft_5() 48 struct lc3_complex d14 = in fft_5() 51 struct lc3_complex s23 = in fft_5() 53 struct lc3_complex d23 = in fft_5() 96 const struct lc3_complex *x, struct lc3_complex *y, int n) in fft_bf3() 99 const struct lc3_complex (*w0)[2] = twiddles->t; in fft_bf3() 100 const struct lc3_complex (*w1)[2] = w0 + n3, (*w2)[2] = w1 + n3; in fft_bf3() 102 const struct lc3_complex *x0 = x, *x1 = x0 + n*n3, *x2 = x1 + n*n3; in fft_bf3() 103 struct lc3_complex *y0 = y, *y1 = y0 + n3, *y2 = y1 + n3; in fft_bf3() [all …]
|
| D | tables.c | 86 .n3 = 15/3, .t = (const struct lc3_complex [][2]){ 106 .n3 = 45/3, .t = (const struct lc3_complex [][2]){ 167 .n2 = 10/2, .t = (const struct lc3_complex []){ 175 .n2 = 20/2, .t = (const struct lc3_complex []){ 185 .n2 = 30/2, .t = (const struct lc3_complex []){ 198 .n2 = 40/2, .t = (const struct lc3_complex []){ 213 .n2 = 60/2, .t = (const struct lc3_complex []){ 233 .n2 = 80/2, .t = (const struct lc3_complex []){ 258 .n2 = 90/2, .t = (const struct lc3_complex []){ 286 .n2 = 120/2, .t = (const struct lc3_complex []){ [all …]
|
| D | mdct_neon.h | 34 const struct lc3_complex *x, struct lc3_complex *y, int n) in neon_fft_5() 115 const struct lc3_complex *x, struct lc3_complex *y, int n) in neon_fft_bf3() 118 const struct lc3_complex (*w0_ptr)[2] = twiddles->t; in neon_fft_bf3() 119 const struct lc3_complex (*w1_ptr)[2] = w0_ptr + n3; in neon_fft_bf3() 120 const struct lc3_complex (*w2_ptr)[2] = w1_ptr + n3; in neon_fft_bf3() 122 const struct lc3_complex *x0_ptr = x; in neon_fft_bf3() 123 const struct lc3_complex *x1_ptr = x0_ptr + n*n3; in neon_fft_bf3() 124 const struct lc3_complex *x2_ptr = x1_ptr + n*n3; in neon_fft_bf3() 126 struct lc3_complex *y0_ptr = y; in neon_fft_bf3() 127 struct lc3_complex *y1_ptr = y0_ptr + n3; in neon_fft_bf3() [all …]
|
| D | tables.h | 96 struct lc3_fft_bf3_twiddles { int n3; const struct lc3_complex (*t)[2]; }; 97 struct lc3_fft_bf2_twiddles { int n2; const struct lc3_complex *t; }; 98 struct lc3_mdct_rot_def { int n4; const struct lc3_complex *w; };
|
| D | common.h | 136 struct lc3_complex struct
|
| /liblc3-latest/test/neon/ |
| D | mdct_neon.c | 34 struct lc3_complex x[240]; in check_fft() 35 struct lc3_complex y[240], y_neon[240]; in check_fft()
|