FFmpeg/libavcodec
Rostislav Pehlivanov e538108c21 opus_celt: move quantization and band decoding to opus_pvq.c
A huge amount can be reused by the encoder, as the only thing
which needs to be done would be to add a 10 line celt_icwrsi,
a wrapper around it (celt_alg_quant) and templating the
ff_celt_decode_band to replace entropy decoding functions
with entropy encoding.

There is no performance loss but in fact a performance gain of
around 6% which is caused by the compiler being able to optimize
the decoding more efficiently.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2017-02-14 06:15:36 +00:00
..
2017-01-31 10:49:40 +01:00
2017-01-11 16:02:10 +01:00
2017-02-03 20:36:23 +01:00
2016-11-27 14:34:57 +01:00
2017-02-03 20:16:30 +01:00
2017-02-03 20:01:07 +01:00
2017-01-11 16:02:10 +01:00
2017-01-11 16:02:10 +01:00
2017-02-07 21:32:08 +01:00
2017-01-09 18:43:19 +01:00
2017-02-10 17:04:56 +01:00
2017-01-13 21:19:17 +01:00
2016-12-06 13:21:08 -08:00
2016-11-29 11:23:20 +01:00
2017-01-16 10:24:01 +01:00
2017-02-02 01:12:07 +01:00
2017-02-02 01:12:07 +01:00
2017-01-03 00:52:55 +01:00
2017-01-20 13:58:41 +01:00