Lines Matching defs:OpusCustomDecoder
80 struct OpusCustomDecoder { struct
81 const OpusCustomMode *mode;
82 int overlap;
83 int channels;
84 int stream_channels;
86 int downsample;
87 int start, end;
88 int signalling;
89 int disable_inv;
90 int complexity;
91 int arch;
96 opus_uint32 rng;
97 int error;
98 int last_pitch_index;
99 int loss_duration;
100 int skip_plc;
101 int postfilter_period;
102 int postfilter_period_old;
103 opus_val16 postfilter_gain;
104 opus_val16 postfilter_gain_old;
105 int postfilter_tapset;
106 int postfilter_tapset_old;
107 int prefilter_and_fold;
109 celt_sig preemph_memD[2];
112 opus_int16 plc_pcm[PLC_UPDATE_SAMPLES];
113 int plc_fill;
114 float plc_preemphasis_mem;
117 celt_sig _decode_mem[1]; /* Size = channels*(DECODE_BUFFER_SIZE+mode->overlap) */