X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcelp_math.c;h=a96b1aed9ea19bad77b817d5ab4ff02beb3e77c3;hb=35ce42e07029b3af62f652a53719fee99bb7a5aa;hp=56dc86379eb6d630592073873e237924fafdb52b;hpb=6912e7a008acd1464a63b0a00779a3de81b9a8ab;p=ffmpeg diff --git a/libavcodec/celp_math.c b/libavcodec/celp_math.c index 56dc86379eb..a96b1aed9ea 100644 --- a/libavcodec/celp_math.c +++ b/libavcodec/celp_math.c @@ -75,7 +75,7 @@ static const uint16_t tab_log2[33] = #endif }; -int ff_log2(uint32_t value) +int ff_log2_q15(uint32_t value) { uint8_t power_int; uint8_t frac_x0;