projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'
[ffmpeg.git]
/
libavcodec
/
celp_math.h
diff --git
a/libavcodec/celp_math.h
b/libavcodec/celp_math.h
index
f12f678
..
18d3ad9
100644
(file)
--- a/
libavcodec/celp_math.h
+++ b/
libavcodec/celp_math.h
@@
-59,7
+59,7
@@
int ff_exp2(uint16_t power);
*
* @return value of (1<<15) * log2(value)
*/
-int ff_log2(uint32_t value);
+int ff_log2
_q15
(uint32_t value);
/**
* Shift value left or right depending on sign of offset parameter.