| Commit message (Expand) | Author | Age | Files | Lines |
* | aacenc: TLS: Save maximum values for each swb in a table. | Alex Converse | 2010-07-24 | 1 | -6/+14 |
* | 10l: Remove some commented out code that slipped in. | Alex Converse | 2010-07-24 | 1 | -1/+0 |
* | aacenc: TLS: Try to preserve some energy in each non-zero band. | Alex Converse | 2010-07-24 | 1 | -1/+6 |
* | aacenc: Prevent premature termination of the two loop search. | Alex Converse | 2010-07-24 | 1 | -3/+1 |
* | aacenc: Favor log2f() and sqrtf() over log2() and sqrt(). | Alex Converse | 2010-07-24 | 1 | -7/+7 |
* | aacenc: Factorize some scalefactor utilities. | Alex Converse | 2010-07-23 | 1 | -4/+14 |
* | aacenc: Convert if () abort() to assert(). | Alex Converse | 2010-07-19 | 1 | -1/+1 |
* | Cosmetics: Whitespace | Alex Converse | 2010-07-19 | 1 | -13/+13 |
* | 10l: Add a missing const. | Alex Converse | 2010-07-16 | 1 | -1/+1 |
* | aacenc: Template quantize_and_encode_band_cost(). | Alex Converse | 2010-07-16 | 1 | -10/+60 |
* | aacenc: Fill in the estimated codebook for the final computed scalefactor in ... | Alex Converse | 2010-06-28 | 1 | -1/+3 |
* | aacenc: Remove an unnecessary division from the TLS. | Alex Converse | 2010-05-28 | 1 | -2/+2 |
* | Cosmetics: whitespace | Alex Converse | 2010-05-28 | 1 | -17/+17 |
* | aacenc: Remove unnecessary variables and scopes in the TLS. | Alex Converse | 2010-05-28 | 1 | -11/+3 |
* | Fix declaration after statement | Alex Converse | 2010-05-25 | 1 | -1/+2 |
* | aacenc: Split find_max_val() from find_min_book() to eliminate duplicate sear... | Alex Converse | 2010-05-25 | 1 | -6/+12 |
* | Remove useless costly inf checks from the trellis scalefactor search. | Alex Converse | 2010-05-25 | 1 | -15/+0 |
* | aacenc: Trellis over scalefactors using an estimated codebook rather than eve... | Alex Converse | 2010-05-25 | 1 | -8/+3 |
* | aacenc: Only trellis over a column of 61 scalefactors (reduced from 256). | Alex Converse | 2010-05-25 | 1 | -26/+52 |
* | aacenc: Factor out find_min_book so it can be used by multiple coefficient co... | Alex Converse | 2010-05-25 | 1 | -17/+22 |
* | fmaxf -> FFMAX to fix pre-C99 systems | Alex Converse | 2010-05-14 | 1 | -1/+1 |
* | aacenc: Add a rate only trellis for codebook selection for the TLS. | Alex Converse | 2010-05-14 | 1 | -1/+110 |
* | aacenc: Use exact values when quantizing, not fuzzy values. | Alex Converse | 2010-05-14 | 1 | -64/+22 |
* | aacenc: Use an estimated codebook for the TLS (two loop search). | Alex Converse | 2010-05-14 | 1 | -3/+18 |
* | 10l: store the result of clipping added in r23035 | Alex Converse | 2010-05-06 | 1 | -1/+1 |
* | Make the faac inspired quantizer search make sense for a slightly narrower de... | Alex Converse | 2010-05-06 | 1 | -7/+9 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). | Alex Converse | 2010-03-24 | 1 | -114/+30 |
* | aacenc: Use preprocessor constants for trellis states and stages. | Alex Converse | 2009-09-21 | 1 | -9/+12 |
* | aacenc: Split paths in the scalefactor selection trellis into a 2-D array. | Alex Converse | 2009-09-21 | 1 | -46/+49 |
* | aacenc: Replace cbrt() with cbrtf() when the result is destined for float | Alex Converse | 2009-09-21 | 1 | -2/+2 |
* | aacenc: Multiple distortion by lambda after it's summed and not each individual | Alex Converse | 2009-09-21 | 1 | -12/+12 |
* | Cosmetics: Reindent after r19943. | Alex Converse | 2009-09-21 | 1 | -10/+10 |
* | aacenc: Don't make unnecessary compares to the escape value in tight loops. | Alex Converse | 2009-09-21 | 1 | -4/+4 |
* | Re-add search_for_ms to the coefficients encoders to silence warnings | Alex Converse | 2009-08-27 | 1 | -4/+4 |
* | Be sure to increment our position in the coefficient array when skipping a zero | Alex Converse | 2009-07-22 | 1 | -1/+3 |
* | Remove an unused field from the BandCodingPath struct. | Alex Converse | 2009-07-20 | 1 | -1/+0 |
* | Actually use all the codebooks we are iterating over in the two-loop scalefac... | Alex Converse | 2009-07-20 | 1 | -1/+1 |
* | Fix an integer overflow in the AAC encoder. | Alex Converse | 2009-07-20 | 1 | -2/+2 |
* | Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. | Alex Converse | 2009-07-17 | 1 | -5/+8 |
* | Dead code removal in the AAC encoder. | Alex Converse | 2009-07-17 | 1 | -5/+0 |
* | When calculating AAC quantized band cost, don't leave garbage in the bit count | Alex Converse | 2009-07-16 | 1 | -0/+2 |
* | Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. | Alex Converse | 2009-07-09 | 1 | -9/+9 |
* | Turn on AAC rate control. | Alex Converse | 2009-07-08 | 1 | -14/+5 |
* | cosmetics: Remove unnecessary {} around if/for blocks; | Diego Biurrun | 2009-07-08 | 1 | -22/+17 |
* | cosmetics: prettyprinting, K&R style, break overly long lines | Diego Biurrun | 2009-07-08 | 1 | -67/+79 |
* | Cosmetics: Pretty print the AAC encoder. | Alex Converse | 2009-07-08 | 1 | -169/+169 |
* | Merge the AAC encoder from SoC svn. It is still considered experimental. | Alex Converse | 2009-07-08 | 1 | -0/+1037 |