July 22, 2009
View a62d6cf

Be sure to increment our position in the coefficient array when skipping a zero band in the twoloop scalefactor search.

Alex Converse authored on 2009/07/22 12:53:30
July 21, 2009
View 5cf20d0

Remove an unused field from the BandCodingPath struct.

Alex Converse authored on 2009/07/21 06:52:03
View 0193992

Actually use all the codebooks we are iterating over in the two-loop scalefactor search.

Alex Converse authored on 2009/07/21 05:32:27
View 932e6a5

Fix an integer overflow in the AAC encoder.

Alex Converse authored on 2009/07/21 03:27:17
July 17, 2009
View 3d51be0

Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.

Alex Converse authored on 2009/07/17 23:21:49
View c369e83

Dead code removal in the AAC encoder.

Alex Converse authored on 2009/07/17 23:06:53
View a5762c9

When calculating AAC quantized band cost, don't leave garbage in the bit count for the 0 codebook.

Alex Converse authored on 2009/07/17 07:20:17
July 10, 2009
View 988c170

Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.

Alex Converse authored on 2009/07/10 02:22:59
July 9, 2009
View 7a4eebc

Turn on AAC rate control.

Alex Converse authored on 2009/07/09 08:04:22
View c8f47d8

cosmetics: Remove unnecessary {} around if/for blocks; move statements after if/for to the next line.

Diego Biurrun authored on 2009/07/09 06:36:33
View 99d61d3

cosmetics: prettyprinting, K&R style, break overly long lines

Diego Biurrun authored on 2009/07/09 06:16:06
View fd257dc

Cosmetics: Pretty print the AAC encoder.

Alex Converse authored on 2009/07/09 05:36:45
View 78e65cd

Merge the AAC encoder from SoC svn. It is still considered experimental.

Alex Converse authored on 2009/07/09 05:01:31