Lines Matching defs:LPCNetPLCState
50 struct LPCNetPLCState { struct
51 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;
62 int fec_skip;
63 int analysis_pos;
64 int predict_pos;
65 float pcm[PLC_BUF_SIZE];
66 int blend;
67 float features[NB_TOTAL_FEATURES];
68 float cont_features[CONT_VECTORS*NB_FEATURES];
69 int loss_count;
70 PLCNetState plc_net;
71 PLCNetState plc_bak[2];