summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc_utils.h
Commit message (Expand)AuthorAgeFilesLines
* aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov2016-10-181-1/+1
* aacenc: use the decoder's lcg PRNGRostislav Pehlivanov2016-10-121-0/+13
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-1/+1
* lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde2016-03-181-1/+5
* aacenc_utils: Use temporary variable.Reimar Döffinger2016-03-081-2/+3
* aacenc: avoid double in quantize_bands.Reimar Döffinger2016-03-061-3/+2
* lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed valueGanesh Ajjanagadde2016-03-011-2/+1
* avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))Claudio Freire2016-01-141-0/+5
* aacenc: switch to using the RNG from libavutilRostislav Pehlivanov2015-12-141-10/+0
* AAC encoder: improve SF range utilizationClaudio Freire2015-12-021-0/+63
* avcodec/aac_tablegen: get rid of hardcoded tables entirelyGanesh Ajjanagadde2015-11-281-1/+1
* aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov2015-10-171-39/+0
* aacenc_utils: fit find_form_factor() below 80 chars per lineRostislav Pehlivanov2015-10-121-1/+2
* aacenc: add support for changing options based on a profileRostislav Pehlivanov2015-10-121-0/+38
* aacenc_utils: add 'inline' flag to find_form_factor, silence warningRostislav Pehlivanov2015-10-121-1/+1
* AAC encoder: Extensive improvementsClaudio Freire2015-10-111-0/+56
* AAC encoder: simplify and speed up find_min_bookClaudio Freire2015-09-231-7/+4
* aacenc: copy PRNG from the decoderRostislav Pehlivanov2015-09-061-0/+9
* aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov2015-08-111-0/+143
OpenPOWER on IntegriCloud