• Home
  • Raw
  • Download

Lines Matching defs:sbrConfiguration

159 typedef struct sbrConfiguration  struct
164 CODEC_PARAM codecSettings; /*!< Core coder settings. To be set from core coder. */
165 INT SendHeaderDataTime; /*!< SBR header send update frequency in ms. */
166 INT useWaveCoding; /*!< Flag: usage of wavecoding tool. */
167 INT crcSbr; /*!< Flag: usage of SBR-CRC. */
168 INT dynBwSupported; /*!< Flag: support for dynamic bandwidth in this combination. */
169 INT parametricCoding; /*!< Flag: usage of parametric coding tool. */
170 INT downSampleFactor; /*!< Sampling rate relation between the SBR and the core encoder. */
171 int freq_res_fixfix[3]; /*!< Frequency resolution of envelopes in frame class FIXFIX
176 INT tran_thr; /*!< SBR transient detector threshold (* 100). */
177 INT noiseFloorOffset; /*!< Noise floor offset. */
178 UINT useSpeechConfig; /*!< Flag: adapt tuning parameters according to speech. */
185 …rameSize; /*!< SBR frame size in samples. Will be calculated from core coder settings. */
186 INT sbr_data_extra; /*!< Flag usage of data extra. */
187 INT amp_res; /*!< Amplitude resolution. */
188 INT ana_max_level; /*!< Noise insertion maximum level. */
189 INT tran_fc; /*!< Transient detector start frequency. */
190 INT tran_det_mode; /*!< Transient detector mode. */
191 INT spread; /*!< Flag: usage of SBR spread. */
192 INT stat; /*!< Flag: usage of static framing. */
193 INT e; /*!< Number of envelopes when static framing is chosen. */
194 SBR_STEREO_MODE stereoMode; /*!< SBR stereo mode. */
195 INT deltaTAcrossFrames; /*!< Flag: allow time-delta coding. */
196 FIXP_DBL dF_edge_1stEnv; /*!< Extra fraction delta-F coding is allowed to be more expensive. */
197 …DBL dF_edge_incr; /*!< Increment dF_edge_1stEnv this much if dT-coding was used this frame. */
198 INT sbr_invf_mode; /*!< Inverse filtering mode. */
199 INT sbr_xpos_mode; /*!< Transposer mode. */
200 INT sbr_xpos_ctrl; /*!< Transposer control. */
224 } sbrConfiguration, *sbrConfigurationPtr ; argument