]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/celp_math.h
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext
[ffmpeg] / libavcodec / celp_math.h
index 7cf7861ca7e018b19a5a7428d10851860ffcf598..4cf656fb7ec0e2bbdfdbd64388f4ab6a0e550972 100644 (file)
@@ -43,7 +43,7 @@ int16_t ff_cos(uint16_t arg);
 int ff_exp2(uint16_t power);
 
 /**
- * Calculates log2(x).
+ * Calculate log2(x).
  * @param value function argument, 0 < value <= 7fff ffff
  *
  * @return value of (1<<15) * log2(value)