• Home
  • Raw
  • Download

Lines Matching defs:x

184     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()
425 LC3_HOT static int argmax(const float *x, int n, float *x_max) in argmax()
445 const float *x, int n, float w_incr, float *x_max) in argmax_weighted()
467 LC3_HOT static void interpolate(const int16_t *x, int n, int d, int16_t *y) in interpolate()
500 LC3_HOT static float interpolate_corr(const float *x, int d) in interpolate_corr()
534 struct lc3_ltpf_analysis *ltpf, const int16_t *x, int n, int *tc) in detect_pitch()
573 static int refine_pitch(const int16_t *x, int n, int tc, int *pitch) in refine_pitch()
613 const int16_t *x, struct lc3_ltpf_data *data) in lc3_ltpf_analyse()
699 const float *x0, float *x, int n, in synthesize_template()
752 LC3_HOT static void synthesize_4(const float *xh, int nh, int lag, in synthesize_4()
758 LC3_HOT static void synthesize_6(const float *xh, int nh, int lag, in synthesize_6()
764 LC3_HOT static void synthesize_8(const float *xh, int nh, int lag, in synthesize_8()
770 LC3_HOT static void synthesize_12(const float *xh, int nh, int lag, in synthesize_12()
792 const float *xh, float *x) in lc3_ltpf_synthesize()