HomeSort by relevance Sort by last modified time
    Searched defs:lowSubband (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_create_limiter_bands.cpp 157 Int32 lowSubband = freqTable[0];
163 patchBorders[i] = Patch.targetStartBand[i] - lowSubband;
165 patchBorders[i] = highSubband - lowSubband;
168 limSbc[0][0] = freqTable[0] - lowSubband;
169 limSbc[0][1] = freqTable[noBands] - lowSubband;
178 workLimiterBandTable[k] = freqTable[k] - lowSubband;
191 tmp_q1 = ((workLimiterBandTable[j] + lowSubband) << 20) / (workLimiterBandTable[j-1] + lowSubband);
s_sbr_dec.h 117 Int lowSubband;
calc_sbr_envelope.cpp 140 Int32 lowSubband,
173 Int32 lowSubband,
329 Int32 lowSubband = freqBandTable1[LOW_RES][0];
330 Int32 noSubbands = freqBandTable1[LOW_RES][nSfb[LOW_RES]] - lowSubband;
361 j = ((k + l) >> 1) - lowSubband;
429 flag = (hF[c] && (i >= sEnv || hFp[c+lowSubband])) ? 1 : flag;
483 dontUseTheseGainValues[k + li - lowSubband] = 1;
487 dontUseTheseGainValues[k + li - lowSubband] = 0;
540 * nrg_tone[c]=(float)( (hF[c] && (i >= sEnv || hFp[c+lowSubband])) ?
543 if (hF[c] && (i >= sEnv || hFp[c+lowSubband]))
    [all...]
  /external/aac/libSBRdec/src/
env_extr.h 156 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */
env_calc.cpp 115 <em>lowSubband</em> and <em>highSubband</em> are adjusted.
162 int lowSubband, int highSubband,
184 int lowSubband,
521 int lowSubband = hFreq->lowSubband;
523 int noSubbands = highSubband - lowSubband;
648 lowSubband, highSubband,
699 FDK_ASSERT(k >= lowSubband);
702 useAliasReduction[k-lowSubband] = !sinePresentFlag;
    [all...]

Completed in 934 milliseconds