summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc_is.c
Commit message (Expand)AuthorAge
* avcodec/aacenc_quantization: Remove always-zero function parameterAndreas Rheinhardt2022-08-05
* aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov2016-10-18
* AAC encoder: use signed coeffs when measuring IS energyClaudio Freire2016-01-17
* avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))Claudio Freire2016-01-14
* AAC encoder: encode out-of-phase I/S efficientlyClaudio Freire2016-01-13
* AAC encoder: fix I/S relative error evaluationClaudio Freire2016-01-13
* AAC encoder: in IS, fix index of sf_idx, band_typeClaudio Freire2016-01-13
* aacenc_is: rename variableRostislav Pehlivanov2015-12-21
* AAC encoder: improve SF range utilizationClaudio Freire2015-12-02
* AAC encoder: Extensive improvementsClaudio Freire2015-10-11
* aacenc_is: take absolute coefficient value upon energy calculationsRostislav Pehlivanov2015-09-06
* aacenc_is: ignore PNS band typesRostislav Pehlivanov2015-09-06
* aacenc_is: add a flag to use pure coefficients insteadRostislav Pehlivanov2015-09-05
* aacenc_is: rename struct to follow guidelinesRostislav Pehlivanov2015-08-22
* aacenc: Add missing ff_ prefixesTimothy Gu2015-08-22
* aaccoder: move the Intensity Stereo implementation outRostislav Pehlivanov2015-08-21