13 Commits (84ef7e7fc3339378ec219ffc7cd31e2385c007f8)

Author SHA1 Message Date
Alex Converse a62d6cfeff Be sure to increment our position in the coefficient array when skipping a zero 16 years ago
Alex Converse 5cf20d07ad Remove an unused field from the BandCodingPath struct. 16 years ago
Alex Converse 0193992252 Actually use all the codebooks we are iterating over in the two-loop scalefactor search. 16 years ago
Alex Converse 932e6a5a4c Fix an integer overflow in the AAC encoder. 16 years ago
Alex Converse 3d51be014c Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. 16 years ago
Alex Converse c369e83608 Dead code removal in the AAC encoder. 16 years ago
Alex Converse a5762c9b59 When calculating AAC quantized band cost, don't leave garbage in the bit count 16 years ago
Alex Converse 988c170547 Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. 16 years ago
Alex Converse 7a4eebcdce Turn on AAC rate control. 16 years ago
Diego Biurrun c8f47d8b79 cosmetics: Remove unnecessary {} around if/for blocks; 16 years ago
Diego Biurrun 99d61d340c cosmetics: prettyprinting, K&R style, break overly long lines 16 years ago
Alex Converse fd257dc4c0 Cosmetics: Pretty print the AAC encoder. 16 years ago
Alex Converse 78e65cd772 Merge the AAC encoder from SoC svn. It is still considered experimental. 16 years ago