From f0c07be6491c850f948e2029f27f06437d128f3a Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 18 Oct 2012 17:59:13 +0100 Subject: celp_math: rename ff_log2 to ff_log2_q15 This name is more descriptive as the function returns a fixed-point value with 15 fraction bits. Signed-off-by: Mans Rullgard --- libavcodec/celp_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/celp_math.h') diff --git a/libavcodec/celp_math.h b/libavcodec/celp_math.h index 2fad31258e..ed3f8c0fe2 100644 --- a/libavcodec/celp_math.h +++ b/libavcodec/celp_math.h @@ -40,7 +40,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. -- cgit v1.2.3