Searched refs:MB_TO_LIN_K1 (Results 1 – 2 of 2) sorted by relevance
96 nGain = ((nGain + MB_TO_LIN_K1) << 15 ) / MB_TO_LIN_K2; in Effects_MillibelsToLinear16()107 return (int16_t)(((MB_TO_LIN_K2*Effects_log2(nGain))>>15)-MB_TO_LIN_K1); in Effects_Linear16ToMillibels()
374 #define MB_TO_LIN_K1 9031 macro