Searched refs:FX_PCM2FX_DBL (Results 1 – 6 of 6) sorted by relevance
412 peak[0] = fixMax(peak[0], FX_PCM2FX_DBL(maxSample) >> DOWNMIX_SHIFT); in findPeakLevels()441 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >> in findPeakLevels()482 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[1]]) >> in findPeakLevels()506 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[2]]) >> in findPeakLevels()561 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[L]]) >> in findPeakLevels()603 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[R]]) >> in findPeakLevels()634 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >> in findPeakLevels()650 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >> in findPeakLevels()658 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[0]]) >> in findPeakLevels()714 tmp += (FX_PCM2FX_DBL((FIXP_PCM)pSamples[drcComp->channelIdx[L]]) >> in findPeakLevels()[all …]
192 x1 = x0 = FX_PCM2FX_DBL(x[0]) >> DC_FILTER_SF; in fdk_sacenc_applyDCFilter()196 x0 = FX_PCM2FX_DBL(x[i]) >> DC_FILTER_SF; in fdk_sacenc_applyDCFilter()
353 fMult(postGain, FX_PCM2FX_DBL(pOutputSamples[i])) >> (-scale)); in fdk_sacenc_staticPostGain_ApplyFDK()360 FX_PCM2FX_DBL(pOutputSamples[i]), scale, DFRACT_BITS)); in fdk_sacenc_staticPostGain_ApplyFDK()365 fMult(postGain, FX_PCM2FX_DBL(pOutputSamples[i])), scale, in fdk_sacenc_staticPostGain_ApplyFDK()
118 #define FX_PCM2PCM_DEC(x) FX_PCM2FX_DBL(x)
634 FIXP_DBL time = FX_PCM2FX_DBL(*pIn); in CAacDecoder_ApplyCrossFade()635 FIXP_DBL timeFlush = FX_PCM2FX_DBL(pTimeDataFlush[ch][i]); in CAacDecoder_ApplyCrossFade()3385 FIXP_DBL L = FX_PCM2FX_DBL(pTD[0]); in CAacDecoder_DecodeFrame()3386 FIXP_DBL R = FX_PCM2FX_DBL(pTD[offset2]); in CAacDecoder_DecodeFrame()
122 #define FX_PCM2FX_DBL(x) ((FIXP_DBL)(x)) macro128 #define FX_PCM2FX_DBL(x) FX_SGL2FX_DBL((FIXP_SGL)(x)) macro