Lines Matching defs:lpcnet
83 void run_frame_network(LPCNetState *lpcnet, float *gru_a_condition, float *gru_b_condition, float *… in run_frame_network()
123 void run_frame_network_deferred(LPCNetState *lpcnet, const float *features) in run_frame_network_deferred()
135 void run_frame_network_flush(LPCNetState *lpcnet) in run_frame_network_flush()
147 int run_sample_network(LPCNetState *lpcnet, const float *gru_a_condition, const float *gru_b_condit… in run_sample_network()
175 void lpcnet_reset(LPCNetState *lpcnet) in lpcnet_reset()
185 int lpcnet_init(LPCNetState *lpcnet) in lpcnet_init()
216 LPCNetState *lpcnet; in lpcnet_create() local
223 void lpcnet_destroy(LPCNetState *lpcnet) in lpcnet_destroy()
228 void lpcnet_reset_signal(LPCNetState *lpcnet) in lpcnet_reset_signal()
237 void lpcnet_synthesize_tail_impl(LPCNetState *lpcnet, opus_int16 *output, int N, int preload) in lpcnet_synthesize_tail_impl()
275 void lpcnet_synthesize_impl(LPCNetState *lpcnet, const float *features, opus_int16 *output, int N, … in lpcnet_synthesize_impl()
281 void lpcnet_synthesize(LPCNetState *lpcnet, const float *features, opus_int16 *output, int N) { in lpcnet_synthesize()