Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp462 LVM_FLOAT Dt0; in LVPSA_BPSinglePrecCoefs() local
488 Dt0 = T0 / 2048 ; in LVPSA_BPSinglePrecCoefs()
489 B2_Den = QFactor + Dt0; in LVPSA_BPSinglePrecCoefs()
490 B2_Num = Dt0 - QFactor; in LVPSA_BPSinglePrecCoefs()
580 LVM_FLOAT Dt0; in LVPSA_BPDoublePrecCoefs() local
606 Dt0 = T0 / 2048 ; in LVPSA_BPDoublePrecCoefs()
607 B2_Den = QFactor + Dt0; in LVPSA_BPDoublePrecCoefs()
608 B2_Num = Dt0 - QFactor; in LVPSA_BPDoublePrecCoefs()