Lines Matching defs:OpusCustomDecoder
67 struct OpusCustomDecoder { struct
68 const OpusCustomMode *mode;
69 int overlap;
70 int channels;
71 int stream_channels;
73 int downsample;
74 int start, end;
75 int signalling;
76 int disable_inv;
77 int arch;
82 opus_uint32 rng;
83 int error;
84 int last_pitch_index;
85 int loss_count;
86 int skip_plc;
87 int postfilter_period;
88 int postfilter_period_old;
89 opus_val16 postfilter_gain;
90 opus_val16 postfilter_gain_old;
91 int postfilter_tapset;
92 int postfilter_tapset_old;
94 celt_sig preemph_memD[2];
96 celt_sig _decode_mem[1]; /* Size = channels*(DECODE_BUFFER_SIZE+mode->overlap) */