summaryrefslogtreecommitdiffstats
path: root/thirdparties/win32/include/BroadVoice16/bvcommon/mathutil.h
diff options
context:
space:
mode:
authorMamadou DIOP <bossiel@yahoo.fr>2016-02-23 22:00:35 +0100
committerMamadou DIOP <bossiel@yahoo.fr>2016-02-23 22:00:35 +0100
commit50dfb4359619563012997bc3ddafb7667741066c (patch)
treedb234c1edc3240a653363b5735fc4077af4b8720 /thirdparties/win32/include/BroadVoice16/bvcommon/mathutil.h
parent94b2219209038e05dd26395f6fb700be4d1062c0 (diff)
downloaddoubango-50dfb4359619563012997bc3ddafb7667741066c.zip
doubango-50dfb4359619563012997bc3ddafb7667741066c.tar.gz
Add new QoS implementation
Code formatting
Diffstat (limited to 'thirdparties/win32/include/BroadVoice16/bvcommon/mathutil.h')
-rwxr-xr-xthirdparties/win32/include/BroadVoice16/bvcommon/mathutil.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/thirdparties/win32/include/BroadVoice16/bvcommon/mathutil.h b/thirdparties/win32/include/BroadVoice16/bvcommon/mathutil.h
index 17198cd..7f6c353 100755
--- a/thirdparties/win32/include/BroadVoice16/bvcommon/mathutil.h
+++ b/thirdparties/win32/include/BroadVoice16/bvcommon/mathutil.h
@@ -20,21 +20,21 @@
/*****************************************************************************
- fixmath.h : Common Fixed-Point Library:
+ fixmath.h : Common Fixed-Point Library:
$Log$
******************************************************************************/
Word32 Pow2( /* Q0 output */
- Word16 int_comp, /* Q0 Integer part */
- Word16 frac_comp /* Q15 frac_compal part */
- );
+ Word16 int_comp, /* Q0 Integer part */
+ Word16 frac_comp /* Q15 frac_compal part */
+);
void Log2(
- Word32 x, /* (i) input */
- Word16 *int_comp, /* Q0 integer part */
- Word16 *frac_comp /* Q15 fractional part */
- );
+ Word32 x, /* (i) input */
+ Word16 *int_comp, /* Q0 integer part */
+ Word16 *frac_comp /* Q15 fractional part */
+);
void sqrt_i(Word16 x_man, Word16 x_exp, Word16 *y_man, Word16 *y_exp);
Word16 sqrts(Word16 x);
OpenPOWER on IntegriCloud