Searched refs:db_fix (Results 1 – 3 of 3) sorted by relevance
67 LVM_FLOAT dB_to_LinFloat(LVM_INT16 db_fix) { in dB_to_LinFloat() argument71 dB_Float = (LVM_FLOAT)((LVM_FLOAT)db_fix / 16.0f); in dB_to_LinFloat()
53 LVM_FLOAT dB_to_LinFloat(LVM_INT16 db_fix);
2700 LVM_INT16 db_fix; in LVC_ToDB_s32Tos16() local2718 db_fix = (LVM_INT16)(-96 * Shift); /* Six dB steps in Q11.4 format*/ in LVC_ToDB_s32Tos16()2720 db_fix = (LVM_INT16)(db_fix + SmallRemainder); in LVC_ToDB_s32Tos16()2722 db_fix = (LVM_INT16)(db_fix - (LVM_INT16)((LVM_UINT16)SmallRemainder >> 9)); in LVC_ToDB_s32Tos16()2725 db_fix = (LVM_INT16)(db_fix - 5); in LVC_ToDB_s32Tos16()2727 return db_fix; in LVC_ToDB_s32Tos16()