Searched refs:upsampleFactor (Results 1 – 1 of 1) sorted by relevance
963 FIXP_DBL upsampleFactor = FL2FXCONST_DBL(1.0f/(1<<UPS_SCALE)); in aacDecoder_DecodeFrame() local969 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()