Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dinvf_est.cpp210 invIndex = GetInvInt(stopIndex-startIndex); in calculateDetectorValues()
211 invChannel = GetInvInt(stopChannel-startChannel); in calculateDetectorValues()
254 invTemp = GetInvInt(temp); in calculateDetectorValues()
Dtran_det.cpp138 pos_weight = FL2FXCONST_DBL(0.5f) - (len1*GetInvInt(len1+len2)); in spectralChange()
384 INT sbrSlots = fMultI(GetInvInt(timeStep),no_cols); in FDKsbrEnc_frameSplitter()
476 i_noCols = GetInvInt(noCols + tran_off ) << YBufferSzShift; in calculateThresholds()
477 i_noCols1 = GetInvInt(noCols + tran_off - 1) << YBufferSzShift; in calculateThresholds()
Dnf_est.cpp182 FIXP_DBL invIndex = GetInvInt(stopIndex-startIndex); in qmfBasedNoiseFloorDetection()
183 FIXP_DBL invChannel = GetInvInt(stopChannel-startChannel); in qmfBasedNoiseFloorDetection()
Dps_encode.cpp866 envBorder[env] = fMultI(GetInvInt(nEnvelopes),frameSize*env); in FDKsbrEnc_PSEncode()
Dmh_det.cpp224 invBands = GetInvInt(lu-ll); in calculateFlatnessMeasure()
Denv_est.cpp654 FIXP_DBL gain = fMult(fDivNorm(nrgSum, nrg, &sc), GetInvInt(M+1)); in nmhLoweringEnergy()
/external/aac/libAACenc/src/
Dintensity.cpp330 inv_n = GetInvInt((sfbOffset[sfb + sfboffs + 1] - sfbOffset[sfb + sfboffs])>>1); in FDKaacEnc_prepareIntensityDecision()
663 …inv_n = GetInvInt((sfbOffset[sfb + sfboffs + 1] - sfbOffset[sfb + sfboffs])>>1); // scaled with 2… in FDKaacEnc_IntensityStereoProcessing()
Dchannel_map.cpp438 maxChannelBits = fMult((FIXP_DBL)maxChannelBits<<sc,GetInvInt(5))>>sc; in FDKaacEnc_InitElementBits()
/external/aac/libFDK/include/
Dfixpoint_math.h486 inline FIXP_DBL GetInvInt(int intValue) in GetInvInt() function
/external/aac/libSBRdec/src/
Denv_calc.cpp1371 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSubband()
1496 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSfb()
1576 sum = fMult(sum, FX_DBL2FX_SGL(GetInvInt(ui-li))); in calcNrgPerSfb()
Dpsdec.cpp1043 …invL = FX_DBL2FX_SGL(GetInvInt(h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env + 1] - h… in initSlotBasedRotation()