[FFmpeg-cvslog] r19457 - trunk/libavcodec/aaccoder.c

alexc subversion
Fri Jul 17 16:06:54 CEST 2009


Author: alexc
Date: Fri Jul 17 16:06:53 2009
New Revision: 19457

Log:
Dead code removal in the AAC encoder.

Modified:
   trunk/libavcodec/aaccoder.c

Modified: trunk/libavcodec/aaccoder.c
==============================================================================
--- trunk/libavcodec/aaccoder.c	Fri Jul 17 15:10:26 2009	(r19456)
+++ trunk/libavcodec/aaccoder.c	Fri Jul 17 16:06:53 2009	(r19457)
@@ -89,11 +89,6 @@ static void abs_pow34_v(float *out, cons
 #endif /* USE_REALLY_FULL_SEARCH */
 }
 
-static av_always_inline int quant2(float coef, const float Q)
-{
-    return pow(coef * Q, 0.75);
-}
-
 static const uint8_t aac_cb_range [12] = {0, 3, 3, 3, 3, 9, 9, 8, 8, 13, 13, 17};
 static const uint8_t aac_cb_maxval[12] = {0, 1, 1, 2, 2, 4, 4, 7, 7, 12, 12, 16};
 



More information about the ffmpeg-cvslog mailing list