Searched defs:lpcnet (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/libopus/dnn/ |
H A D | lpcnet.c | 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() [all …]
|
/aosp_15_r20/external/libopus/silk/ |
H A D | PLC.c | 78 LPCNetPLCState *lpcnet, in silk_PLC() 221 LPCNetPLCState *lpcnet, in silk_PLC_conceal()
|
H A D | decode_frame.c | 51 LPCNetPLCState *lpcnet, in silk_decode_frame()
|
H A D | dec_API.c | 141 LPCNetPLCState *lpcnet, in silk_Decode()
|
/aosp_15_r20/external/libopus/celt/ |
H A D | celt_decoder.c | 568 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 D | test_plc.py | 49 lpcnet = importlib.import_module(args.model) variable
|
H A D | train_lpcnet.py | 83 lpcnet = importlib.import_module(args.model) variable
|
H A D | train_plc.py | 58 lpcnet = importlib.import_module(args.model) variable
|
/aosp_15_r20/external/libopus/src/ |
H A D | opus_decoder.c | 74 LPCNetPLCState lpcnet; member
|