Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/dnn/
H A 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 …]
/aosp_15_r20/external/libopus/silk/
H A DPLC.c78 LPCNetPLCState *lpcnet, in silk_PLC()
221 LPCNetPLCState *lpcnet, in silk_PLC_conceal()
H A Ddecode_frame.c51 LPCNetPLCState *lpcnet, in silk_decode_frame()
H A Ddec_API.c141 LPCNetPLCState *lpcnet, in silk_Decode()
/aosp_15_r20/external/libopus/celt/
H A 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
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dtest_plc.py49 lpcnet = importlib.import_module(args.model) variable
H A Dtrain_lpcnet.py83 lpcnet = importlib.import_module(args.model) variable
H A Dtrain_plc.py58 lpcnet = importlib.import_module(args.model) variable
/aosp_15_r20/external/libopus/src/
H A Dopus_decoder.c74 LPCNetPLCState lpcnet; member