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