Searched defs:nd (Results 1 – 5 of 5) sorted by relevance
/liblc3-3.5.0-3.4.0/test/ |
D | mdct_py.c | 39 int ns = LC3_NS(dt, sr), nd = LC3_ND(dt, sr); in mdct_forward_py() local 66 int ns = LC3_NS(dt, sr), nd = LC3_ND(dt, sr); in mdct_inverse_py() local
|
D | ctypes.h | 705 int nd = LC3_ND(dt, sr); in from_encoder() local 762 int nd = LC3_ND(dt, sr); in to_encoder() local 797 int nd = LC3_ND(dt, sr); in from_decoder() local 854 int nd = LC3_ND(dt, sr); in to_decoder() local
|
D | ltpf_py.c | 100 int ns = LC3_NS(dt,sr), nd = 18 * LC3_SRATE_KHZ(sr); in synthesize_py() local
|
/liblc3-3.5.0-3.4.0/src/ |
D | mdct.c | 210 int ns = LC3_NS(dt, sr), nd = LC3_ND(dt, sr); in mdct_window() local 376 int n4 = LC3_NS(dt, sr) >> 1, nd = LC3_ND(dt, sr); in imdct_window() local
|
D | lc3.c | 647 int nd = LC3_ND(dt, sr_pcm); in lc3_setup_decoder() local
|