Home
last modified time | relevance | path

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

/liblc3-latest/src/
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.c216 const int w = 2*(40 / p); in resample_x64k_12k8() local
261 const int w = 2*(120 / p); in resample_x192k_12k8() local
499 float w = 1 + w_incr; in argmax_weighted() local
764 const float *c, const int w, int fade) in synthesize_template()
880 int w = LC3_MAX(4, lc3_ns_4m[sr] >> 4); 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
Dtables.h98 struct lc3_mdct_rot_def { int n4; const struct lc3_complex *w; }; member
Dspec.c718 int w = 1 + (dt >= LC3_DT_7M5) + (dt>= LC3_DT_10M); in estimate_noise() local
750 int w = 1 + (dt >= LC3_DT_7M5) + (dt>= LC3_DT_10M); in fill_noise() local
Dmdct.c141 const struct lc3_complex *w = twiddles->t; in fft_bf2() local