Searched defs:LPCNetPLCState (Results 1 – 2 of 2) sorted by relevance
50 struct LPCNetPLCState { struct51 PLCModel model;52 FARGANState fargan;53 LPCNetEncState enc;54 int loaded;55 int arch;58 float fec[PLC_MAX_FEC][NB_FEATURES];59 int analysis_gap;60 int fec_read_pos;61 int fec_fill_pos;[all …]
44 typedef struct LPCNetPLCState LPCNetPLCState; typedef