Home
last modified time | relevance | path

Searched refs:UPS_SCALE (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp962 #define UPS_SCALE 2 /* Maximum upsampling factor is 4 (CELP+SBR) */ in aacDecoder_DecodeFrame() macro
963 FIXP_DBL upsampleFactor = FL2FXCONST_DBL(1.0f/(1<<UPS_SCALE)); in aacDecoder_DecodeFrame()
969 upsampleFactor = FL2FXCONST_DBL(8.0f/(3<<UPS_SCALE)); in aacDecoder_DecodeFrame()
971 upsampleFactor = FL2FXCONST_DBL(2.0f/(1<<UPS_SCALE)); in aacDecoder_DecodeFrame()
975 …ze = (INT)fMult((FIXP_DBL)self->streamInfo.aacSamplesPerFrame<<UPS_SCALE, upsampleFactor); in aacDecoder_DecodeFrame()
976 …outputDelay = (UINT)(INT)fMult((FIXP_DBL)self->streamInfo.outputDelay<<UPS_SCALE, upsampleFactor); in aacDecoder_DecodeFrame()