• Home
  • Raw
  • Download

Lines Matching refs:INT

114   INT bitRate;
115 INT nChannels;
116 INT sampleFreq;
117 INT transFac;
118 INT standardBitrate;
171 INT SendHeaderDataTime; /*!< SBR header send update frequency in ms. */
172 INT useWaveCoding; /*!< Flag: usage of wavecoding tool. */
173 INT crcSbr; /*!< Flag: usage of SBR-CRC. */
174 INT dynBwSupported; /*!< Flag: support for dynamic bandwidth in this combination. */
175 INT parametricCoding; /*!< Flag: usage of parametric coding tool. */
176 INT downSampleFactor; /*!< Sampling rate relation between the SBR and the core encoder. */
183 INT tran_thr; /*!< SBR transient detector threshold (* 100). */
184 INT noiseFloorOffset; /*!< Noise floor offset. */
192INT sbrFrameSize; /*!< SBR frame size in samples. Will be calculated from core coder set…
193 INT sbr_data_extra; /*!< Flag usage of data extra. */
194 INT amp_res; /*!< Amplitude resolution. */
195 INT ana_max_level; /*!< Noise insertion maximum level. */
196 INT tran_fc; /*!< Transient detector start frequency. */
197 INT tran_det_mode; /*!< Transient detector mode. */
198 INT spread; /*!< Flag: usage of SBR spread. */
199 INT stat; /*!< Flag: usage of static framing. */
200 INT e; /*!< Number of envelopes when static framing is chosen. */
202 INT deltaTAcrossFrames; /*!< Flag: allow time-delta coding. */
205 INT sbr_invf_mode; /*!< Inverse filtering mode. */
206 INT sbr_xpos_mode; /*!< Transposer mode. */
207 INT sbr_xpos_ctrl; /*!< Transposer control. */
208 INT sbr_xpos_level; /*!< Transposer 3rd order level. */
209 INT startFreq; /*!< The start frequency table index. */
210 INT stopFreq; /*!< The stop frequency table index. */
211 INT useSaPan; /*!< Flag: usage of SAPAN stereo. */
212 INT dynBwEnabled; /*!< Flag: usage of dynamic bandwidth. */
213 INT bParametricStereo; /*!< Flag: usage of parametric stereo coding tool. */
219 INT alterScale; /*!< Scale resolution. */
220 INT sbr_noise_bands; /*!< Number of noise bands. */
226 INT sbr_limiter_bands; /*!< Number of limiter bands. */
227 INT sbr_limiter_gains; /*!< Gain of limiter. */
228 INT sbr_interpol_freq; /*!< Flag: use interpolation in freq. direction. */
229 INT sbr_smoothing_length; /*!< Flag: choose length 4 or 0 (=on, off). */
238 INT nChannels; /**< Number of channels. */
240INT nSfb[2]; /**< Number of SBR scalefactor bands for LO_RES and HI_RES (…
241 INT num_Master; /**< Number of elements in v_k_master. */
242 INT sampleFreq; /**< SBR sampling frequency. */
243 INT frameSize;
244 INT xOverFreq; /**< The SBR start frequency. */
245INT dynXOverFreq; /**< Used crossover frequency when dynamic bandwidth is enab…
246 INT noQmfBands; /**< Number of QMF frequency bands. */
247 INT noQmfSlots; /**< Number of QMF slots. */
254 INT noEnvChannels; /**< Number of envelope channels. */
256INT useWaveCoding; /**< Flag indicates whether to use wave coding at all. …
257INT useParametricCoding; /**< Flag indicates whether to use para coding at all. …
258INT xposCtrlSwitch; /**< Flag indicates whether to switch xpos ctrl on the fly. …
259INT switchTransposers; /**< Flag indicates whether to switch xpos on the fly . …
267 INT bitRate;
286 INT sbrEncoder_GetInBufferSize(int noChannels);
288 INT sbrEncoder_Open(
290 INT nElements,
291 INT nChannels,
292 INT supportPS
336 INT sbrEncoder_Init(
341 INT *coreBandwidth,
342 INT *inputBufferOffset,
343 INT *numChannels,
344 INT *sampleRate,
346 INT *frameLength,
360 INT sbrEncoder_UpdateBuffers(HANDLE_SBR_ENCODER hEnvEnc,
380 INT sbrEncoder_EncodeFrame(HANDLE_SBR_ENCODER hEnvEncoder,
397 INT element_index,
405 INT sbrEncoder_GetEstimateBitrate(HANDLE_SBR_ENCODER hSbrEncoder);
413 INT sbrEncoder_GetInputDataDelay(HANDLE_SBR_ENCODER hSbrEncoder);
420 INT sbrEncoder_GetLibInfo(LIB_INFO *info);