Home
last modified time | relevance | path

Searched defs:lpcnet (Results 1 – 9 of 9) sorted by relevance

/external/libopus/dnn/
Dlpcnet.c83 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()
[all …]
/external/libopus/silk/
Ddecode_frame.c51 LPCNetPLCState *lpcnet, in silk_decode_frame()
DPLC.c78 LPCNetPLCState *lpcnet, in silk_PLC()
221 LPCNetPLCState *lpcnet, in silk_PLC_conceal()
Ddec_API.c141 LPCNetPLCState *lpcnet, in silk_Decode()
/external/libopus/dnn/training_tf2/
Dtest_plc.py49 lpcnet = importlib.import_module(args.model) variable
Dtrain_plc.py58 lpcnet = importlib.import_module(args.model) variable
Dtrain_lpcnet.py83 lpcnet = importlib.import_module(args.model) variable
/external/libopus/celt/
Dcelt_decoder.c568 void update_plc_state(LPCNetPLCState *lpcnet, celt_sig *decode_mem[2], float *plc_preemphasis_mem, … in update_plc_state()
606 ,LPCNetPLCState *lpcnet in celt_decode_lost()
973 ,LPCNetPLCState *lpcnet
/external/libopus/src/
Dopus_decoder.c74 LPCNetPLCState lpcnet; member