|
|
@@ -33,11 +33,6 @@ |
|
|
|
# include "x86/intmath.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
/** |
|
|
|
* @addtogroup lavu_internal |
|
|
|
* @{ |
|
|
|
*/ |
|
|
|
|
|
|
|
#if HAVE_FAST_CLZ |
|
|
|
#if defined( __INTEL_COMPILER ) |
|
|
|
#ifndef ff_log2 |
|
|
@@ -105,10 +100,6 @@ static av_always_inline av_const int ff_log2_16bit_c(unsigned int v) |
|
|
|
#define av_log2 ff_log2 |
|
|
|
#define av_log2_16bit ff_log2_16bit |
|
|
|
|
|
|
|
/** |
|
|
|
* @} |
|
|
|
*/ |
|
|
|
|
|
|
|
/** |
|
|
|
* @addtogroup lavu_math |
|
|
|
* @{ |
|
|
|