summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc_quantization_misc.h
Commit message (Collapse)AuthorAgeFilesLines
* AAC encoder: memoize quantize_band_costClaudio Freire2015-10-121-0/+52
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.
OpenPOWER on IntegriCloud