Searched refs:n_6k4 (Results 1 – 2 of 2) sorted by relevance
/liblc3-latest/src/ |
D | ltpf.c | 681 int n_6k4 = n_12k8 >> 1; in lc3_ltpf_analyse() local 683 memmove(ltpf->x_6k4, ltpf->x_6k4 + n_6k4, in lc3_ltpf_analyse() 684 (z_6k4 - n_6k4) * sizeof(*ltpf->x_6k4)); in lc3_ltpf_analyse() 686 int16_t *x_6k4 = ltpf->x_6k4 + (z_6k4 - n_6k4); in lc3_ltpf_analyse() 688 resample_6k4(x_12k8, x_6k4, n_6k4); in lc3_ltpf_analyse() 693 x_12k8 -= n_12k8, x_6k4 -= n_6k4; in lc3_ltpf_analyse() 694 n_12k8 += n_12k8; n_6k4 += n_6k4; in lc3_ltpf_analyse() 702 bool pitch_present = detect_pitch(ltpf, x_6k4, n_6k4, &tc); in lc3_ltpf_analyse()
|
/liblc3-latest/test/ |
D | ctypes.h | 271 const int n_6k4 = sizeof(ltpf->x_6k4) / sizeof(*ltpf->x_6k4); in to_ltpf_analysis() local 293 PyDict_GetItemString(obj, "x_6k4"), NPY_INT16, ltpf->x_6k4, n_6k4)); in to_ltpf_analysis() 307 const int n_6k4 = sizeof(ltpf->x_6k4) / sizeof(*ltpf->x_6k4); in from_ltpf_analysis() local 327 new_1d_copy(NPY_INT16, n_6k4, <pf->x_6k4)); in from_ltpf_analysis()
|