Searched refs:nh (Results 1 – 3 of 3) sorted by relevance
/liblc3-latest/src/ |
D | ltpf.c | 762 const float *xh, int nh, int lag, in synthesize_template() argument 774 const float *y = x - xh < lag ? x + (nh - lag) : x - lag; in synthesize_template() 775 const float *y_end = xh + nh - 1; in synthesize_template() 817 LC3_HOT static void synthesize_4(const float *xh, int nh, int lag, in synthesize_4() argument 820 synthesize_template(xh, nh, lag, x0, x, n, c, 4, fade); in synthesize_4() 823 LC3_HOT static void synthesize_6(const float *xh, int nh, int lag, in synthesize_6() argument 826 synthesize_template(xh, nh, lag, x0, x, n, c, 6, fade); in synthesize_6() 829 LC3_HOT static void synthesize_8(const float *xh, int nh, int lag, in synthesize_8() argument 832 synthesize_template(xh, nh, lag, x0, x, n, c, 8, fade); in synthesize_8() 835 LC3_HOT static void synthesize_12(const float *xh, int nh, int lag, in synthesize_12() argument [all …]
|
D | lc3.c | 661 int nh = lc3_nh(dt, sr_pcm); in complete() local 664 decoder->xs_off = decoder->xs_off - decoder->xh_off < nh ? in complete() 703 int nh = lc3_nh(dt, sr_pcm); in lc3_hr_setup_decoder() local 712 .xs_off = nh, in lc3_hr_setup_decoder() 713 .xd_off = nh + ns, in lc3_hr_setup_decoder() 714 .xg_off = nh + ns + nd, in lc3_hr_setup_decoder()
|
/liblc3-latest/test/ |
D | ctypes.h | 799 int nh = lc3_nh(dt, sr); in from_decoder() local 821 new_1d_copy(NPY_FLOAT, nh + ns, dec->x + dec->xh_off)); in from_decoder() 856 int nh = lc3_nh(dt, sr); in to_decoder() local 868 dec->x + dec->xh_off, nh + ns)); in to_decoder()
|