[FFmpeg-soc] [soc]: r1812 - aac/TODO
superdump
subversion at mplayerhq.hu
Wed Jan 9 18:14:12 CET 2008
Author: superdump
Date: Wed Jan 9 18:14:12 2008
New Revision: 1812
Log:
Add TODO note about swapping scale_bias values so we can use mul instead of div
Modified:
aac/TODO
Modified: aac/TODO
==============================================================================
--- aac/TODO (original)
+++ aac/TODO Wed Jan 9 18:14:12 2008
@@ -3,6 +3,8 @@ General:
* Find and remove duplicate code and tables
* Move variables that are unnecessarily included in the context into function or
more isolated code blocks
+* Swap scale_bias values for C/SIMD and multiply by scale_bias as appropriate
+ rather than divide
Cosmetic:
More information about the FFmpeg-soc
mailing list