HomeSort by relevance Sort by last modified time
    Searched refs:stopFreq (Results 1 - 7 of 7) sorted by null

  /external/aac/libSBRenc/src/
sbrenc_freq_sca.h 136 INT FDKsbrEnc_getSbrStopFreqRAW (INT stopFreq, INT fsCore);
sbrenc_freq_sca.cpp 98 /* StopFreq */
145 INT FDKsbrEnc_getSbrStopFreqRAW (INT stopFreq, INT fsCore)
149 if ( stopFreq < 0 || stopFreq > 13)
152 /* Uppdate stopFreq struct */
153 result = getStopFreq(fsCore, stopFreq);
337 stopFreq SBR start frequency in QMF bands
350 const INT stopFreq,
365 /*Update stopFreq struct */
366 if ( stopFreq < 14 )
    [all...]
sbr_encoder.cpp 308 INT stopFreq,
316 while (stopFreq > 0 && FDKsbrEnc_getSbrStopFreqRAW(stopFreq, sampleRateCore) > maxStopFreqRaw) {
317 stopFreq--;
320 if (FDKsbrEnc_getSbrStopFreqRAW( stopFreq, sampleRateCore) > maxStopFreqRaw)
328 stopFreq,
335 return stopFreq;
441 config->stopFreq = sbrTuningTable[idx].stopFreq ;
444 config->stopFreq = sbrTuningTable[idx].stopFreqSpeech
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 149 UCHAR stopFreq; /*!< bs_stop_freq */
203 INT stopFreq; /*!< The stop frequency table index. */
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 170 UCHAR stopFreq, /*!< Index to table of possible start bands */
176 if (stopFreq < 14) {
195 Choose a stop band between k1 and 64 depending on stopFreq (0..13),
202 k2 = diff1[stopFreq];
204 else if (stopFreq==14)
286 k2 = getStopBand(fs, hHeaderData->bs_data.stopFreq, flags, k0);
env_extr.h 198 UCHAR stopFreq; /*!< Index for SBR highest frequency */
env_extr.cpp 205 hHeaderData->bs_data.stopFreq = 0;
223 hHeaderData->bs_data.stopFreq = 3;
293 pBsData->stopFreq = FDKreadBits (hBs, 4);
332 lastHeader.stopFreq != pBsData->stopFreq ||
    [all...]

Completed in 81 milliseconds