Searched refs:db_fix (Results 1 – 4 of 4) 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()
360 LVM_INT16 db_fix; in LVC_ToDB_s32Tos16() local378 db_fix = (LVM_INT16)(-96 * Shift); /* Six dB steps in Q11.4 format*/ in LVC_ToDB_s32Tos16()380 db_fix = (LVM_INT16)(db_fix + SmallRemainder); in LVC_ToDB_s32Tos16()382 db_fix = (LVM_INT16)(db_fix - (LVM_INT16)((LVM_UINT16)SmallRemainder >> 9)); in LVC_ToDB_s32Tos16()385 db_fix = (LVM_INT16)(db_fix - 5); in LVC_ToDB_s32Tos16()387 return db_fix; in LVC_ToDB_s32Tos16()
53 LVM_FLOAT dB_to_LinFloat(LVM_INT16 db_fix);
2702 LVM_INT16 db_fix; in LVC_ToDB_s32Tos16() local2720 db_fix = (LVM_INT16)(-96 * Shift); /* Six dB steps in Q11.4 format*/ in LVC_ToDB_s32Tos16()2722 db_fix = (LVM_INT16)(db_fix + SmallRemainder); in LVC_ToDB_s32Tos16()2724 db_fix = (LVM_INT16)(db_fix - (LVM_INT16)((LVM_UINT16)SmallRemainder >> 9)); in LVC_ToDB_s32Tos16()2727 db_fix = (LVM_INT16)(db_fix - 5); in LVC_ToDB_s32Tos16()2729 return db_fix; in LVC_ToDB_s32Tos16()