Sat, 24 Jul 2010 17:11:51 +0000 |
alexc |
aacenc: TLS: Save maximum values for each swb in a table.
libavcodec
|
Sat, 24 Jul 2010 17:01:50 +0000 |
alexc |
10l: Remove some commented out code that slipped in.
libavcodec
|
Sat, 24 Jul 2010 16:36:01 +0000 |
alexc |
aacenc: TLS: Try to preserve some energy in each non-zero band.
libavcodec
|
Sat, 24 Jul 2010 04:23:26 +0000 |
alexc |
aacenc: Prevent premature termination of the two loop search.
libavcodec
|
Sat, 24 Jul 2010 02:10:59 +0000 |
alexc |
aacenc: Favor log2f() and sqrtf() over log2() and sqrt().
libavcodec
|
Fri, 23 Jul 2010 22:37:42 +0000 |
alexc |
aacenc: Factorize some scalefactor utilities.
libavcodec
|
Mon, 19 Jul 2010 20:53:58 +0000 |
alexc |
aacenc: Convert if () abort() to assert().
libavcodec
|
Mon, 19 Jul 2010 18:37:45 +0000 |
alexc |
Cosmetics: Whitespace
libavcodec
|
Fri, 16 Jul 2010 20:28:55 +0000 |
alexc |
10l: Add a missing const.
libavcodec
|
Fri, 16 Jul 2010 20:02:46 +0000 |
alexc |
aacenc: Template quantize_and_encode_band_cost().
libavcodec
|
Mon, 28 Jun 2010 21:42:57 +0000 |
alexc |
aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS.
libavcodec
|
Fri, 28 May 2010 21:29:56 +0000 |
alexc |
aacenc: Remove an unnecessary division from the TLS.
libavcodec
|
Fri, 28 May 2010 20:45:35 +0000 |
alexc |
Cosmetics: whitespace
libavcodec
|
Fri, 28 May 2010 20:42:01 +0000 |
alexc |
aacenc: Remove unnecessary variables and scopes in the TLS.
libavcodec
|
Tue, 25 May 2010 23:25:29 +0000 |
alexc |
Fix declaration after statement
libavcodec
|
Tue, 25 May 2010 18:35:01 +0000 |
alexc |
aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches.
libavcodec
|
Tue, 25 May 2010 18:32:59 +0000 |
alexc |
Remove useless costly inf checks from the trellis scalefactor search.
libavcodec
|
Tue, 25 May 2010 18:31:55 +0000 |
alexc |
aacenc: Trellis over scalefactors using an estimated codebook rather than every codebook.
libavcodec
|
Tue, 25 May 2010 18:28:18 +0000 |
alexc |
aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).
libavcodec
|
Tue, 25 May 2010 18:24:16 +0000 |
alexc |
aacenc: Factor out find_min_book so it can be used by multiple coefficient coders.
libavcodec
|
Fri, 14 May 2010 19:38:17 +0000 |
alexc |
fmaxf -> FFMAX to fix pre-C99 systems
libavcodec
|
Fri, 14 May 2010 16:49:51 +0000 |
alexc |
aacenc: Add a rate only trellis for codebook selection for the TLS.
libavcodec
|
Fri, 14 May 2010 16:49:40 +0000 |
alexc |
aacenc: Use exact values when quantizing, not fuzzy values.
libavcodec
|
Fri, 14 May 2010 16:49:30 +0000 |
alexc |
aacenc: Use an estimated codebook for the TLS (two loop search).
libavcodec
|
Thu, 06 May 2010 20:38:42 +0000 |
alexc |
10l: store the result of clipping added in r23035
libavcodec
|
Thu, 06 May 2010 20:18:36 +0000 |
alexc |
Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense."
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Wed, 24 Mar 2010 17:09:21 +0000 |
alexc |
aacenc: Merge quantize_band_cost() with quantize_and_encode_band().
libavcodec
|
Mon, 21 Sep 2009 04:32:51 +0000 |
alexc |
aacenc: Use preprocessor constants for trellis states and stages.
libavcodec
|
Mon, 21 Sep 2009 04:15:12 +0000 |
alexc |
aacenc: Split paths in the scalefactor selection trellis into a 2-D array.
libavcodec
|