Home
last modified time | relevance | path

Searched defs:y (Results 1 – 15 of 15) sorted by relevance

/liblc3-latest/src/
Dltpf_arm.h49 struct lc3_ltpf_hp50_state *hp50, const int16x2_t *x, int16_t *y, int n) in arm_resample_x64k_12k8()
80 struct lc3_ltpf_hp50_state *hp50, const int16x2_t *x, int16_t *y, int n) in arm_resample_x192k_12k8()
122 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_8k_12k8()
159 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_16k_12k8()
217 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_32k_12k8()
266 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_24k_12k8()
367 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_48k_12k8()
460 const int16_t *a, const int16_t *b, int n, float *y, int nc) in arm_correlate()
Dmdct.c36 const struct lc3_complex *x, struct lc3_complex *y, int n) in fft_5()
96 const struct lc3_complex *x, struct lc3_complex *y, int n) in fft_bf3()
138 const struct lc3_complex *x, struct lc3_complex *y, int n) in fft_bf2()
171 struct lc3_complex *y[2] = { y1, y0 }; in fft() local
209 const float *x, float *d, float *y) in mdct_window()
246 const float *x, struct lc3_complex *y) in mdct_pre_fft()
276 const struct lc3_complex *x, float *y) in mdct_post_fft()
308 const float *x, struct lc3_complex *y) in imdct_pre_fft()
340 const struct lc3_complex *x, float *y) in imdct_post_fft()
369 const float *x, float *d, float *y) in imdct_window()
[all …]
Dltpf_neon.h40 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in neon_resample_16k_12k8()
88 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in neon_resample_32k_12k8()
133 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in neon_resample_48k_12k8()
227 const int16_t *a, const int16_t *b, int n, float *y, int nc) in neon_correlate()
Dltpf.c214 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x64k_12k8()
259 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x192k_12k8()
304 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_8k_12k8()
320 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_16k_12k8()
336 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_32k_12k8()
352 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_24k_12k8()
368 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_48k_12k8()
384 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_96k_12k8()
398 LC3_HOT static void resample_6k4(const int16_t *x, int16_t *y, int n) in resample_6k4()
461 const int16_t *a, const int16_t *b, int n, float *y, int nc) in correlate()
[all …]
Dplc.c45 struct lc3_plc_state *plc, const float *x, float *y) in lc3_plc_synthesize()
Dfastmath.h107 union { float f; int32_t s; } y; in lc3_exp2f() local
129 float y; in lc3_log2f() local
Dmdct_neon.h34 const struct lc3_complex *x, struct lc3_complex *y, int n) in neon_fft_5()
115 const struct lc3_complex *x, struct lc3_complex *y, int n) in neon_fft_bf3()
229 const struct lc3_complex *x, struct lc3_complex *y, int n) in neon_fft_bf2()
Dsns.c123 LC3_HOT static void dct16_forward(const float *x, float *y) in dct16_forward()
134 LC3_HOT static void dct16_inverse(const float *x, float *y) in dct16_inverse()
435 LC3_HOT static void add_pulse(const float *x, int *y, int n, in add_pulse()
722 const float *scf_q, bool inv, const float *x, float *y) in spectral_shaping()
776 const float *x, float *y) in lc3_sns_analyze()
809 const lc3_sns_data_t *data, const float *x, float *y) in lc3_sns_synthesize()
/liblc3-latest/test/neon/
Dltpf_neon.c45 int16_t y[128], y_neon[128]; in check_resampler() local
71 float y = dot(x, x+3, 128); in check_dot() local
82 float y[100], y_neon[100]; in check_correlate() local
Dmdct_neon.c35 struct lc3_complex y[240], y_neon[240]; in check_fft() local
/liblc3-latest/python/tools/
Dspecgram.py69 y = np.empty(len(s) + frame_len) variable
75 y = y[delay_len:len(s)+delay_len] variable
/liblc3-latest/test/arm/
Dltpf_arm.c45 int16_t y[128], y_arm[128]; in check_resampler() local
78 float y[100], y_arm[100]; in check_correlate() local
/liblc3-latest/test/
Dmdct_py.c30 float *x, *xd, *y, *d; in mdct_forward_py() local
56 float *x, *xd, *d, *y; in mdct_inverse_py() local
Dsns_py.c73 int (*y)[16]; in quantize_py() local
96 float *y, *scf; in unquantize_py() local
Dltpf_py.c30 int16_t *x, *y; in resample_py() local