mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
msvc ports for ilbc and lpc10 codec libs.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@169 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -778,7 +778,7 @@ d*/
|
||||
/* NOTE: The divisor is a function of REF, the expected energies. */
|
||||
/* Computing MIN */
|
||||
/* Computing MAX */
|
||||
r__2 = sqrt((real) (*lbue * *lbve)) * 64 / 3000;
|
||||
r__2 = (real)(sqrt((real) (*lbue * *lbve)) * 64 / 3000);
|
||||
r__1 = max(r__2,1.f);
|
||||
*dither = min(r__1,20.f);
|
||||
/* Voicing decisions are returned in VOIBUF. */
|
||||
|
Reference in New Issue
Block a user