Home
last modified time | relevance | path

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

/liblc3-latest/wasm/
Dstring.h24 #define memcpy __builtin_memcpy macro
/liblc3-latest/test/
Dmdct_py.c45 memcpy(d, xd, nd * sizeof(float)); in mdct_forward_py()
71 memcpy(d, xd, nd * sizeof(float)); in mdct_inverse_py()
Dctypes.h83 memcpy(ptr, PyArray_DATA((PyArrayObject *)obj), in __to_scalar()
120 memcpy(v, src, PyArray_NBYTES((PyArrayObject *)obj)); in __to_1d_copy()
131 memcpy(v, src, PyArray_NBYTES((PyArrayObject *)obj)); in __to_2d_copy()
143 memcpy(PyArray_DATA((PyArrayObject *)obj), ptr, in __new_scalar()
176 memcpy(dst, src, PyArray_NBYTES((PyArrayObject *)obj)); in __new_1d_copy()
188 memcpy(dst, src, PyArray_NBYTES((PyArrayObject *)obj)); in __new_2d_copy()
/liblc3-latest/src/
Dsns.c299 memcpy(e + 4*n4 + 2*n2, eb + n4 + n2, (nb - n4 - n2) * sizeof(float)); in compute_scale_factors()
509 memcpy(c[2], c[3], sizeof(c[2])); in quantize()
519 memcpy(c[1], c[2], sizeof(c[1])); in quantize()
534 memcpy(c[0], c[1], sizeof(c[0])); in quantize()
Dltpf.c895 memcpy(x0[0], ltpf->x, (w-1) * sizeof(float)); in lc3_ltpf_synthesize()
896 memcpy(ltpf->x, x + ns - (w-1), (w-1) * sizeof(float)); in lc3_ltpf_synthesize()
899 memcpy(x0[1], x + nt-(w-1), (w-1) * sizeof(float)); in lc3_ltpf_synthesize()
922 memcpy(ltpf->c, c, 2*w * sizeof(*ltpf->c)); in lc3_ltpf_synthesize()