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 128 INT FDKsbrEnc_getSbrStopFreqRAW (INT stopFreq, INT QMFbands, INT fs);
sbrenc_freq_sca.cpp 97 /* StopFreq */
144 INT FDKsbrEnc_getSbrStopFreqRAW (INT stopFreq, INT QMFbands, INT fs)
148 if ( stopFreq < 0 || stopFreq > 13)
152 /* Uppdate stopFreq struct */
153 result = getStopFreq( fs, stopFreq, QMFbands);
333 const INT stopFreq,
350 /*Update stopFreq struct */
351 if ( stopFreq < 14 ) {
352 *k2 = getStopFreq(samplingFreq, stopFreq, noChannels)
    [all...]
sbr_encoder.cpp 404 config->stopFreq = sbrTuningTable[idx].stopFreq ;
407 config->stopFreq = sbrTuningTable[idx].stopFreqSpeech;
509 config->stopFreq = 9; /* 16.2 respectively 16.8 kHz at fs = 44.1/48 kHz */
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 140 UCHAR stopFreq; /*!< bs_stop_freq */
193 INT stopFreq; /*!< The stop frequency table index. */
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 163 UCHAR stopFreq, /*!< Index to table of possible start bands */
169 if (stopFreq < 14) {
188 Choose a stop band between k1 and 64 depending on stopFreq (0..13),
195 k2 = diff1[stopFreq];
197 else if (stopFreq==14)
279 k2 = getStopBand(fs, hHeaderData->bs_data.stopFreq, flags, k0);
env_extr.h 195 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 94 milliseconds