Searched refs:UPS_SCALE (Results 1 – 1 of 1) sorted by relevance
962 #define UPS_SCALE 2 /* Maximum upsampling factor is 4 (CELP+SBR) */ in aacDecoder_DecodeFrame() macro963 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()