Lines Matching defs:sbrConfiguration

168 typedef struct sbrConfiguration {  struct
173 codecSettings; /*!< Core coder settings. To be set from core coder. */
174 INT SendHeaderDataTime; /*!< SBR header send update frequency in ms. */
175 INT useWaveCoding; /*!< Flag: usage of wavecoding tool. */
176 INT crcSbr; /*!< Flag: usage of SBR-CRC. */
177 INT dynBwSupported; /*!< Flag: support for dynamic bandwidth in this
179 INT parametricCoding; /*!< Flag: usage of parametric coding tool. */
180 INT downSampleFactor; /*!< Sampling rate relation between the SBR and the core
182 FREQ_RES freq_res_fixfix[2]; /*!< Frequency resolution of envelopes in frame
185 UCHAR fResTransIsLow; /*!< Frequency resolution of envelopes in transient
191 INT tran_thr; /*!< SBR transient detector threshold (* 100). */
192 INT noiseFloorOffset; /*!< Noise floor offset. */
193 UINT useSpeechConfig; /*!< Flag: adapt tuning parameters according to speech.
199 INT sbrFrameSize; /*!< SBR frame size in samples. Will be calculated from core
201 INT sbr_data_extra; /*!< Flag usage of data extra. */
202 INT amp_res; /*!< Amplitude resolution. */
203 INT ana_max_level; /*!< Noise insertion maximum level. */
204 INT tran_fc; /*!< Transient detector start frequency. */
205 INT tran_det_mode; /*!< Transient detector mode. */
206 INT spread; /*!< Flag: usage of SBR spread. */
207 INT stat; /*!< Flag: usage of static framing. */
208 INT e; /*!< Number of envelopes when static framing is chosen. */
209 SBR_STEREO_MODE stereoMode; /*!< SBR stereo mode. */
210 INT deltaTAcrossFrames; /*!< Flag: allow time-delta coding. */
211 FIXP_DBL dF_edge_1stEnv; /*!< Extra fraction delta-F coding is allowed to be
213 FIXP_DBL dF_edge_incr; /*!< Increment dF_edge_1stEnv this much if dT-coding
215 INT sbr_invf_mode; /*!< Inverse filtering mode. */
216 INT sbr_xpos_mode; /*!< Transposer mode. */
217 INT sbr_xpos_ctrl; /*!< Transposer control. */
218 INT sbr_xpos_level; /*!< Transposer 3rd order level. */
242 } sbrConfiguration, *sbrConfigurationPtr; argument