Home
last modified time | relevance | path

Searched refs:x_12k8 (Results 1 – 5 of 5) sorted by relevance

/liblc3-3.5.0-3.4.0/src/
Dltpf.c617 int z_12k8 = sizeof(ltpf->x_12k8) / sizeof(*ltpf->x_12k8); in lc3_ltpf_analyse()
620 memmove(ltpf->x_12k8, ltpf->x_12k8 + n_12k8, in lc3_ltpf_analyse()
621 (z_12k8 - n_12k8) * sizeof(*ltpf->x_12k8)); in lc3_ltpf_analyse()
623 int16_t *x_12k8 = ltpf->x_12k8 + (z_12k8 - n_12k8); in lc3_ltpf_analyse() local
625 resample_12k8[sr](&ltpf->hp50, x, x_12k8, n_12k8); in lc3_ltpf_analyse()
627 x_12k8 -= (dt == LC3_DT_7M5 ? 44 : 24); in lc3_ltpf_analyse()
639 resample_6k4(x_12k8, x_6k4, n_6k4); in lc3_ltpf_analyse()
651 data->pitch_index = refine_pitch(x_12k8, n_12k8, tc, &pitch); in lc3_ltpf_analyse()
653 interpolate(x_12k8, n_12k8, 0, u); in lc3_ltpf_analyse()
654 interpolate(x_12k8 - (pitch >> 2), n_12k8, pitch & 3, v); in lc3_ltpf_analyse()
/liblc3-3.5.0-3.4.0/include/
Dlc3_private.h92 int16_t x_12k8[384]; member
/liblc3-3.5.0-3.4.0/test/
Dctypes.h270 const int n_12k8 = sizeof(ltpf->x_12k8) / sizeof(*ltpf->x_12k8); in to_ltpf_analysis()
289 PyDict_GetItemString(obj, "x_12k8"), NPY_INT16, ltpf->x_12k8, n_12k8)); in to_ltpf_analysis()
306 const int n_12k8 = sizeof(ltpf->x_12k8) / sizeof(*ltpf->x_12k8); in from_ltpf_analysis()
324 new_1d_copy(NPY_INT16, n_12k8, &ltpf->x_12k8)); in from_ltpf_analysis()
Dltpf_py.c40 int ny = sizeof((struct lc3_ltpf_analysis){ }.x_12k8) / sizeof(int16_t); in resample_py()
Dltpf.py179 x_12k8 = self.resampler_12k8.resample(x)
183 x = self.resampler_6k4.resample(x_12k8)
205 x = x_12k8