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

  /external/aac/libSBRdec/src/
env_calc.h 161 int highSubband,
env_calc.cpp 115 <em>lowSubband</em> and <em>highSubband</em> are adjusted.
162 int lowSubband, int highSubband,
185 int highSubband,
522 int highSubband = hFreq->highSubband;
523 int noSubbands = highSubband - lowSubband;
648 lowSubband, highSubband,
    [all...]
env_extr.h 157 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */
sbr_dec.cpp 429 The array needs to be cleared at least from lowSubband to highSubband before. */
431 FDKmemclear(&degreeAlias[hHeaderData->freqBandData.lowSubband], (hHeaderData->freqBandData.highSubband-hHeaderData->freqBandData.lowSubband)*sizeof(FIXP_DBL));
615 initSlotBasedRotation( h_ps_d, env, hHeaderData->freqBandData.highSubband );
769 hHeaderData->freqBandData.highSubband,
791 hHeaderData->freqBandData.highSubband,
    [all...]
sbrdec_freq_sca.cpp 802 hFreq->highSubband = usb;
sbrdecoder.cpp 590 lowSubband and highSubband must be patched. */
592 hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands;
    [all...]

Completed in 60 milliseconds