Home
last modified time | relevance | path

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

/liblc3-3.5.0-3.4.0/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
208 const float *x, float *d, float *y) in mdct_window()
244 const float *x, struct lc3_complex *y) in mdct_pre_fft()
275 const struct lc3_complex *x, float *y, float scale) in mdct_post_fft()
307 const float *x, struct lc3_complex *y) in imdct_pre_fft()
340 const struct lc3_complex *x, float *y, float scale) in imdct_post_fft()
368 const float *x, float *d, float *y) in imdct_window()
[all …]
Dfastmath.h37 float y; in fast_exp2f() local
68 float y; in fast_log2f() local
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.c184 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x64k_12k8()
228 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x192k_12k8()
273 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_8k_12k8()
289 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_16k_12k8()
305 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_32k_12k8()
321 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_24k_12k8()
337 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_48k_12k8()
351 LC3_HOT static void resample_6k4(const int16_t *x, int16_t *y, int n) in resample_6k4()
412 const int16_t *a, const int16_t *b, int n, float *y, int nc) in correlate()
467 LC3_HOT static void interpolate(const int16_t *x, int n, int d, int16_t *y) in interpolate()
[all …]
Dplc.c44 struct lc3_plc_state *plc, const float *x, float *y) in lc3_plc_synthesize()
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()
394 LC3_HOT static void add_pulse(const float *x, int *y, int n, in add_pulse()
679 const float *scf_q, bool inv, const float *x, float *y) in spectral_shaping()
728 const float *x, float *y) in lc3_sns_analyze()
760 const lc3_sns_data_t *data, const float *x, float *y) in lc3_sns_synthesize()
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()
/liblc3-3.5.0-3.4.0/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-3.5.0-3.4.0/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-3.5.0-3.4.0/test/
Dmdct_py.c31 float *x, *xd, *y, *d; in mdct_forward_py() local
58 float *x, *xd, *d, *y; in mdct_inverse_py() local
Dsns_py.c72 int (*y)[16]; in quantize_py() local
95 float *y, *scf; in unquantize_py() local
Dltpf_py.c30 int16_t *x, *y; in resample_py() local