Lines Matching defs:OpusCustomDecoder
75 struct OpusCustomDecoder { struct
76 const OpusCustomMode *mode;
77 int overlap;
78 int channels;
79 int stream_channels;
81 int downsample;
82 int start, end;
83 int signalling;
84 int disable_inv;
85 int arch;
90 opus_uint32 rng;
91 int error;
92 int last_pitch_index;
93 int loss_count;
94 int skip_plc;
95 int postfilter_period;
96 int postfilter_period_old;
97 opus_val16 postfilter_gain;
98 opus_val16 postfilter_gain_old;
99 int postfilter_tapset;
100 int postfilter_tapset_old;
102 celt_sig preemph_memD[2];
104 celt_sig _decode_mem[1]; /* Size = channels*(DECODE_BUFFER_SIZE+mode->overlap) */