Searched defs:n4 (Results 1 – 2 of 2) sorted by relevance
245 int n4 = def->n4; in mdct_pre_fft() local276 int n4 = def->n4, n8 = n4 >> 1; in mdct_post_fft() local308 int n4 = def->n4; in imdct_pre_fft() local341 int n4 = def->n4; in imdct_post_fft() local375 int n4 = LC3_NS(dt, sr) >> 1, nd = LC3_ND(dt, sr); in imdct_window() local
32 struct lc3_mdct_rot_def { int n4; const struct lc3_complex *w; }; member