Lines Matching defs:x
214 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()
474 LC3_HOT static int argmax(const float *x, int n, float *x_max) in argmax()
494 const float *x, int n, float w_incr, float *x_max) in argmax_weighted()
516 LC3_HOT static void interpolate(const int16_t *x, int n, int d, int16_t *y) in interpolate()
549 LC3_HOT static float interpolate_corr(const float *x, int d) in interpolate_corr()
583 const int16_t *x, int n, int *tc) in detect_pitch()
622 static int refine_pitch(const int16_t *x, int n, int tc, int *pitch) in refine_pitch()
662 const int16_t *x, struct lc3_ltpf_data *data) in lc3_ltpf_analyse()
763 const float *x0, float *x, int n, in synthesize_template()
817 LC3_HOT static void synthesize_4(const float *xh, int nh, int lag, in synthesize_4()
823 LC3_HOT static void synthesize_6(const float *xh, int nh, int lag, in synthesize_6()
829 LC3_HOT static void synthesize_8(const float *xh, int nh, int lag, in synthesize_8()
835 LC3_HOT static void synthesize_12(const float *xh, int nh, int lag, in synthesize_12()
857 const float *xh, float *x) in lc3_ltpf_synthesize()