Home
last modified time | relevance | path

Searched defs:w (Results 1 – 6 of 6) sorted by relevance

/liblc3-3.7.0-3.6.0/src/
Dtables.h32 struct lc3_mdct_rot_def { int n4; const struct lc3_complex *w; }; member
Dltpf_arm.h51 const int w = 40 / p; in arm_resample_x64k_12k8() local
82 const int w = 120 / p; in arm_resample_x192k_12k8() local
Dltpf.c186 const int w = 2*(40 / p); in resample_x64k_12k8() local
230 const int w = 2*(120 / p); in resample_x192k_12k8() local
450 float w = 1 + w_incr; in argmax_weighted() local
711 const float *c, const int w, int fade) in synthesize_template()
823 int w = FILTER_WIDTH(sr); in lc3_ltpf_synthesize() local
Dmdct_neon.h252 float32x4_t w = vld1q_f32( (float *)(w_ptr + 2*j) ); in neon_fft_bf2() local
275 float32x2_t w = vld1_f32( (float *)(w_ptr + 2*j) ); in neon_fft_bf2() local
Dspec.c670 int w = 2 + dt; in estimate_noise() local
701 int w = 2 + dt; in fill_noise() local
Dmdct.c141 const struct lc3_complex *w = twiddles->t; in fft_bf2() local