Searched refs:upsampleFactor (Results 1 – 1 of 1) sorted by relevance
958 FIXP_DBL upsampleFactor = FL2FXCONST_DBL(1.0f/(1<<UPS_SCALE)); in aacDecoder_DecodeFrame() local964 upsampleFactor = FL2FXCONST_DBL(8.0f/(3<<UPS_SCALE)); in aacDecoder_DecodeFrame()966 upsampleFactor = FL2FXCONST_DBL(2.0f/(1<<UPS_SCALE)); in aacDecoder_DecodeFrame()970 …ze = (INT)fMult((FIXP_DBL)self->streamInfo.aacSamplesPerFrame<<UPS_SCALE, upsampleFactor); in aacDecoder_DecodeFrame()971 …outputDelay = (UINT)(INT)fMult((FIXP_DBL)self->streamInfo.outputDelay<<UPS_SCALE, upsampleFactor); in aacDecoder_DecodeFrame()