HomeSort by relevance Sort by last modified time
    Searched full:treal (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 172 const TReal newVol = iVolume;
173 const TReal newMax = MaxVolume();
175 const TReal max = static_cast<TReal>(maxVol);
176 const TReal newvolume = (newVol * max) / newMax;
177 const TInt vol = static_cast<TReal>(newvolume);
  /external/aac/libFDK/src/
qmf.cpp 679 FIXP_QMF *RESTRICT tReal = pTimeOut;
683 scaleValues(&tReal[0], &qmfReal[0], synQmf->lsb, scaleFactorLowBand);
684 scaleValues(&tReal[0+synQmf->lsb], &qmfReal[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHighBand);
685 FDKmemclear(&tReal[0+synQmf->usb], (L-synQmf->usb)*sizeof(FIXP_QMF));
688 dct_II(tReal, tImag, L, &scale);
691 tImag[0] = tReal[M];
693 tmp = tReal [0];
694 tReal [0] = tReal[M];
695 tReal [M] = tmp
    [all...]

Completed in 40 milliseconds