Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_CalcCoef.c88 extern LVM_INT16 LVEQNB_DPCosCoef[]; in LVEQNB_DoublePrecCoefs()
146 coef = LVEQNB_DPCosCoef[i]; /* Get the nth coefficient */ in LVEQNB_DoublePrecCoefs()
150 CosErr = CosErr << (LVEQNB_DPCosCoef[0]); /* Correct the scaling */ in LVEQNB_DoublePrecCoefs()
DLVEQNB_Tables.c163 const LVM_INT16 LVEQNB_DPCosCoef[] = {1, /* Shifts */ variable