Files
FFmpeg/libavcodec
Claudio Freire b629c67ddf AAC encoder: memoize quantize_band_cost
The bulk of calls to quantize_band_cost are replaced
by a call to a version that memoizes, greatly improving
performance, since during coefficient search there is
a great deal of repeat work.

Memoization cannot always be applied, so do this in a
different function, and leave the original as-is.
2015-10-12 03:56:22 -03:00
..
2015-10-11 17:29:50 -03:00
2015-10-11 17:29:50 -03:00
2015-09-12 22:09:35 +02:00
2015-10-08 23:29:18 +02:00
2015-10-10 09:52:18 +02:00
2015-10-10 09:52:18 +02:00
2015-09-10 16:36:47 +02:00
2015-10-07 23:16:52 +02:00
2015-10-11 18:03:10 -04:00
2015-10-09 22:09:08 +02:00
2015-10-10 09:52:18 +02:00
2015-10-10 09:52:18 +02:00
2015-10-07 08:55:18 -04:00
2015-09-16 11:38:20 +02:00
2015-10-11 17:29:50 -03:00
2015-10-11 16:39:41 +02:00
2015-10-11 17:29:50 -03:00
2015-09-06 14:06:44 +02:00
2015-10-09 22:09:08 +02:00
2015-09-07 15:32:08 +02:00