Home
last modified time | relevance | path

Searched defs:n4 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dmdct.c245 int n4 = def->n4; in mdct_pre_fft() local
276 int n4 = def->n4, n8 = n4 >> 1; in mdct_post_fft() local
308 int n4 = def->n4; in imdct_pre_fft() local
341 int n4 = def->n4; in imdct_post_fft() local
375 int n4 = LC3_NS(dt, sr) >> 1, nd = LC3_ND(dt, sr); in imdct_window() local
Dtables.h32 struct lc3_mdct_rot_def { int n4; const struct lc3_complex *w; }; member