Home | History | Annotate | Download | only in src

Lines Matching refs:UINT

168 getSbrTuningTableIndex(UINT bitrate,    /*! the total bitrate in bits/sec */
169 UINT numChannels,/*! the number of channels for the core coder */
170 UINT sampleRate, /*! the sampling rate of the core coder */
172 UINT *pBitRateClosest
176 UINT bitRateClosestUpper = 0, bitRateClosestLower=DISTANCE_CEIL_VALUE;
252 getPsTuningTableIndex(UINT bitrate, UINT *pBitRateClosest){
256 UINT bitRateClosestUpper = 0, bitRateClosestLower=DISTANCE_CEIL_VALUE;
309 static UINT
310 FDKsbrEnc_IsSbrSettingAvail (UINT bitrate, /*! the total bitrate in bits/sec */
311 UINT vbrMode, /*! the vbr paramter, 0 means constant bitrate */
312 UINT numOutputChannels,/*! the number of channels for the core coder */
313 UINT sampleRateInput, /*! the input sample rate [in Hz] */
318 UINT sampleRateCore;
355 static UINT
357 UINT bitRate, /*! the total bitrate in bits/sec */
358 UINT numChannels, /*! the core coder number of channels */
359 UINT fsCore, /*! the core coder sampling rate in Hz */
360 UINT transFac, /*! the short block to long block ratio */
361 UINT standardBitrate, /*! the standard bitrate per channel in bits/sec */
362 UINT vbrMode, /*! the vbr paramter, 0 poor quality .. 100 high quality*/
363 UINT useSpeechConfig, /*!< adapt tuning parameters for speech ? */
364 UINT lcsMode, /*! the low complexity stereo mode */
365 UINT bParametricStereo, /*!< use parametric stereo */
369 UINT sampleRate;
463 static UINT
466 UINT codecGranuleLen)
783 UINT timeInStride, /*!< time buffer channel interleaving stride */
784 UINT *sbrDataBits, /*!< Size of SBR payload */
1614 UINT qmfFlags = (hSbrElement->sbrConfigData.sbrSyntaxFlags & SBR_SYNTAX_LOW_DELAY) ? QMF_FLAG_CLDFB : 0;
1686 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot)
1688 UINT newBitRate;
2106 UINT timeInStride,
2107 UINT sbrDataBits[(6)],
2177 sizeof(UINT) * (hSbrEncoder->nBitstrDelay) );