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.cpp427 LVM_FLOAT Dt0; in LVPSA_BPSinglePrecCoefs() local
450 Dt0 = T0 / 2048; in LVPSA_BPSinglePrecCoefs()
451 B2_Den = QFactor + Dt0; in LVPSA_BPSinglePrecCoefs()
452 B2_Num = Dt0 - QFactor; in LVPSA_BPSinglePrecCoefs()
537 LVM_FLOAT Dt0; in LVPSA_BPDoublePrecCoefs() local
560 Dt0 = T0 / 2048; in LVPSA_BPDoublePrecCoefs()
561 B2_Den = QFactor + Dt0; in LVPSA_BPDoublePrecCoefs()
562 B2_Num = Dt0 - QFactor; in LVPSA_BPDoublePrecCoefs()