summaryrefslogtreecommitdiffstats
path: root/libavcodec/atrac3plusdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-201-2/+2
| | | | | | | | | | This commit uses smaller types for some static const arrays to reduce their size in case the entries can be represented in the smaller type. The biggest savings came from inv_map_table in vp9.c. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/atrac3p: use float_dsp in ff_atrac3p_power_compensationJames Almer2017-08-011-5/+5
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* lavc/atrac3plusdsp: change pow(2,x) to exp2f(x)Ganesh Ajjanagadde2016-01-221-1/+2
| | | | | | | | Much faster generation possible; but array is small so don't want to bloat the binary. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* atrac3plus: give the phase_shift flag a better name.Max Poliakovski2015-06-081-6/+6
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* atrac3plus: add support for GHA phase inversion.Max Poliakovski2015-06-081-2/+8
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/atrac3plusdsp: fix on stack alignmentMichael Niedermayer2015-04-171-2/+2
| | | | Fixes fate failure on ARM
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-091-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ATRAC3+ decoder Conflicts: Changelog configure libavcodec/atrac3plus.c libavcodec/atrac3plus.h libavcodec/atrac3plus_data.h libavcodec/atrac3plusdec.c libavcodec/atrac3plusdsp.c libavcodec/version.h See: 2e1fb96af36348479e14aa85f445915ea09e70fa Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ATRAC3+ decoderMaxim Polijakowski2014-01-091-0/+638
| | | | | | Cleanup by Diego Biurrun. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* ATRAC+ decoderMaxim Poliakovski2013-12-291-0/+637
Cleanup by Diego Biurrun. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud