Searched refs:lpcnet_synthesize_impl (Results 1 – 2 of 2) sorted by relevance
/external/libopus/dnn/ |
D | lpcnet_private.h | 85 void lpcnet_synthesize_impl(LPCNetState *lpcnet, const float *features, opus_int16 *output, int N, …
|
D | lpcnet.c | 275 void lpcnet_synthesize_impl(LPCNetState *lpcnet, const float *features, opus_int16 *output, int N, … in lpcnet_synthesize_impl() function 282 lpcnet_synthesize_impl(lpcnet, features, output, N, 0); in lpcnet_synthesize()
|