]> git.sesse.net Git - ffmpeg/commit
diracdec: simplify golomb parsing and dequantization
authorRostislav Pehlivanov <rpehlivanov@ob-encoder.com>
Thu, 23 Jun 2016 17:06:57 +0000 (18:06 +0100)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Mon, 11 Jul 2016 22:34:25 +0000 (23:34 +0100)
commit17caae72025fd77d8edc07d5b2017b09cf0b1dda
tree4f0fc52976af0b3b256d2d921ac4149ed6b92a5a
parentbd61f3c6bfb83d7691e124a02394ae76737c26f4
diracdec: simplify golomb parsing and dequantization

In preparation for the following commits, this commit simplifies the
coefficient parsing and dequantization function. It was needlessly
inlined without much performance gain.

Signed-off-by: Rostislav Pehlivanov <rpehlivanov@obe.tv>
libavcodec/diracdec.c