Searched refs:dBShifts (Results 1 – 2 of 2) sorted by relevance
186 LVM_UINT16 dBShifts; /* 6dB shifts */ in LVDBE_SetVolume() local209 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts */ in LVDBE_SetVolume()211 dBShifts_fac = (LVM_FLOAT)(1 << dBShifts); in LVDBE_SetVolume()223 if (dBShifts > 0) { in LVDBE_SetVolume()
311 LVM_UINT16 dBShifts; /* 6dB shifts */ in LVM_SetVolume() local357 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts */ in LVM_SetVolume()362 if (dBShifts == 0) { in LVM_SetVolume()367 while (dBShifts) { in LVM_SetVolume()369 dBShifts--; in LVM_SetVolume()