Home
last modified time | relevance | path

Searched refs:n4 (Results 1 – 3 of 3) sorted by relevance

/liblc3-3.5.0-3.4.0/src/
Dtables.c442 .n4 = 120/4, .w = (const struct lc3_complex []){
462 .n4 = 160/4, .w = (const struct lc3_complex []){
487 .n4 = 240/4, .w = (const struct lc3_complex []){
522 .n4 = 320/4, .w = (const struct lc3_complex []){
567 .n4 = 360/4, .w = (const struct lc3_complex []){
617 .n4 = 480/4, .w = (const struct lc3_complex []){
682 .n4 = 640/4, .w = (const struct lc3_complex []){
767 .n4 = 720/4, .w = (const struct lc3_complex []){
862 .n4 = 960/4, .w = (const struct lc3_complex []){
Dmdct.c246 int n4 = def->n4; in mdct_pre_fft() local
248 const float *x0 = x, *x1 = x0 + 2*n4; in mdct_pre_fft()
249 const struct lc3_complex *w0 = def->w, *w1 = w0 + n4; in mdct_pre_fft()
250 struct lc3_complex *y0 = y, *y1 = y0 + n4; in mdct_pre_fft()
277 int n4 = def->n4, n8 = n4 >> 1; in mdct_post_fft() local
282 float *y0 = y + n4, *y1 = y0; in mdct_post_fft()
309 int n4 = def->n4; in imdct_pre_fft() local
311 const float *x0 = x, *x1 = x0 + 2*n4; in imdct_pre_fft()
313 const struct lc3_complex *w0 = def->w, *w1 = w0 + n4; in imdct_pre_fft()
314 struct lc3_complex *y0 = y, *y1 = y0 + n4; in imdct_pre_fft()
[all …]
Dtables.h32 struct lc3_mdct_rot_def { int n4; const struct lc3_complex *w; }; member