Home | History | Annotate | Download | only in include

Lines Matching full:encoder

87    Description: SBR encoder top level processing prototype
170 INT downSampleFactor; /*!< Sampling rate relation between the SBR and the core encoder. */
306 * \brief Initialize SBR Encoder instance.
307 * \param phSbrEncoder Pointer to a SBR Encoder instance.
310 * \param inputBuffer Pointer to the encoder audio buffer
311 * \param bandwidth Returns the core audio encoder bandwidth (output)
313 * \param numChannels Input: Encoder input channels. output: core encoder channels.
314 * \param sampleRate Input: Encoder samplerate. output core encoder samplerate.
316 * \param frameLength Input: Encoder frameLength. output core encoder frameLength.
318 * \param delay Input: core encoder delay. Output: total delay because of SBR.
319 * \param transformFactor The core encoder transform factor (blockswitching).
345 * \param hEnvEnc SBR Encoder handle.
346 * \param timeBuffer Pointer to the encoder audio buffer.
354 * \brief Close SBR encoder instance.
355 * \param phEbrEncoder Handle of SBR encoder instance to be closed.
362 * \param hEnvEncoder Handle of SBR encoder instance.
378 * \param sbrEncoder Handle of the SBR encoder instance.
381 * \param fSendHeaders Flag indicating that the SBR encoder should send more headers in the SBR payload or not.
390 * \brief SBR encoder bitrate estimation.
391 * \param hSbrEncoder SBR encoder handle.
399 * \param hSbrEncoder SBR encoder handle.