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.cpp428 LVM_FLOAT Dt0; in LVPSA_BPSinglePrecCoefs() local
454 Dt0 = T0 / 2048; in LVPSA_BPSinglePrecCoefs()
455 B2_Den = QFactor + Dt0; in LVPSA_BPSinglePrecCoefs()
456 B2_Num = Dt0 - QFactor; in LVPSA_BPSinglePrecCoefs()
542 LVM_FLOAT Dt0; in LVPSA_BPDoublePrecCoefs() local
568 Dt0 = T0 / 2048; in LVPSA_BPDoublePrecCoefs()
569 B2_Den = QFactor + Dt0; in LVPSA_BPDoublePrecCoefs()
570 B2_Num = Dt0 - QFactor; in LVPSA_BPDoublePrecCoefs()