summaryrefslogtreecommitdiffstats
path: root/libavcodec/opus_pvq.c
Commit message (Expand)AuthorAgeFilesLines
* celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabledLynne2019-03-311-1/+1
* x86/opus_dsp: rename to celt_pvqLynne2019-03-311-1/+1
* opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis...Rostislav Pehlivanov2017-12-041-51/+8
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-041-31/+27
* opus: add an option to toggle intensity stereo phase inversionRostislav Pehlivanov2017-12-041-0/+1
* opus_pvq: fix crashing on analysis of monoRostislav Pehlivanov2017-11-231-1/+2
* opus_pvq: make max_den a floatRostislav Pehlivanov2017-09-281-1/+2
* SIMD opus pvq_search implementationIvan Kalvachev2017-08-181-0/+3
* opus_pvq: port to allow for SIMD functionsRostislav Pehlivanov2017-05-161-53/+65
* opus_pvq: use function pointers for recursionRostislav Pehlivanov2017-04-271-37/+25
* avcodec/opus_pvq: fix recursive inlining compilation failuresJames Almer2017-04-271-16/+32
* opus_pvq: merge band encoding and decoding into one functionRostislav Pehlivanov2017-04-271-411/+112
* opus_pvq: remove outdated/incorrect comments and redundant variablesRostislav Pehlivanov2017-04-261-18/+7
* opus_pvq: minor cleanupsRostislav Pehlivanov2017-04-261-141/+108
* lavc/opus_pvq: Add missing copyright notices from libopus.Carl Eugen Hoyos2017-04-151-0/+3
* opus_pvq: add resynth support and band encoding cost functionRostislav Pehlivanov2017-04-141-16/+138
* opus_pvq: prevent division by 0Rostislav Pehlivanov2017-02-241-1/+1
* opus_pvq: remove unneeded assertRostislav Pehlivanov2017-02-241-1/+0
* opus_pvq: improve PVQ search for low KsRostislav Pehlivanov2017-02-241-2/+5
* opus_pvq: fix PVQ search for K < 5 and low NsRostislav Pehlivanov2017-02-191-3/+5
* opus_pvq: fix uninitialized variable usageRostislav Pehlivanov2017-02-151-3/+2
* opus: add a native Opus encoderRostislav Pehlivanov2017-02-141-8/+436
* opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov2017-02-141-25/+25
* opus_celt: move quantization and band decoding to opus_pvq.cRostislav Pehlivanov2017-02-141-0/+729
OpenPOWER on IntegriCloud