aboutsummaryrefslogtreecommitdiffstats
path: root/libFDK/include/fixpoint_math.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-01-23 04:26:12 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-01-23 04:26:12 +0000
commit3a6eca5c661f7e7596c39aa9e4a5c6763bbef035 (patch)
tree1e8c7295686f97e3b680c299923ef3d22aabb3e0 /libFDK/include/fixpoint_math.h
parent7d1449b89a620a476a47ba3edf140dc9c66115b1 (diff)
parentcedcc475f52dd704497524dda6ec2ef430d2b6c5 (diff)
downloadfdk-aac-3a6eca5c661f7e7596c39aa9e4a5c6763bbef035.tar.gz
fdk-aac-3a6eca5c661f7e7596c39aa9e4a5c6763bbef035.tar.bz2
fdk-aac-3a6eca5c661f7e7596c39aa9e4a5c6763bbef035.zip
Snap for 6154573 from cedcc475f52dd704497524dda6ec2ef430d2b6c5 to rvc-release
Change-Id: I6edb0ebedba940eb136ae37bed4e010ee76f3d58
Diffstat (limited to 'libFDK/include/fixpoint_math.h')
-rw-r--r--libFDK/include/fixpoint_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libFDK/include/fixpoint_math.h b/libFDK/include/fixpoint_math.h
index 373eec1..51df4d7 100644
--- a/libFDK/include/fixpoint_math.h
+++ b/libFDK/include/fixpoint_math.h
@@ -775,7 +775,7 @@ FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e,
/**
* \brief return (base_m * 2^base_e) ^ N
- * \param base_m mantissa of the base
+ * \param base_m mantissa of the base. Must not be negative.
* \param base_e exponent of the base
* \param N power to be calculated of the base
* \param result_e pointer to a INT where the exponent of the result will be