Lines Matching defs:SBR_ENCODER
154 typedef struct SBR_ENCODER { struct
155 HANDLE_SBR_ELEMENT sbrElement[(8)];
156 HANDLE_SBR_CHANNEL pSbrChannel[(8)];
157 QMF_FILTER_BANK QmfAnalysis[(8)];
158 DOWNSAMPLER lfeDownSampler;
159 int lfeChIdx; /* -1 default for no lfe, else assign channel index. */
160 int noElements; /* Number of elements. */
161 int nChannels; /* Total channel count across all elements. */
162 int frameSize; /* SBR framelength. */
163 int bufferOffset; /* Offset for SBR parameter extraction in time domain input
165 int downsampledOffset; /* Offset of downsampled/mixed output for core encoder.
167 int downmixSize; /* Size in samples of downsampled/mixed output for core
192 } SBR_ENCODER; argument