Changeset 2968bedf in ffmpeg

Timestamp:
Jul 27, 2011, 1:39:56 PM (13 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
cbd58a87
Parents:
001e600c
git-author:
Kostya Shishkov <kostya.shishkov@gmail.com> (07/23/11 13:46:35)
git-committer:
Mans Rullgard <mans@mansr.com> (07/27/11 13:39:56)
Message:

bink: make IDCT take 32-bit input

Since IDCT transforming 32-bit input to 8-bit output is unusual and unpractical
for most codecs, move Bink IDCT into separate context. Get rid of an additional
permutation table while at it since SIMD support for Bink IDCT is unlikely to
be implemented in foreseeable future.
Quantisation tables also have to change type to signed for proper
dequantisation of DCT coefficients.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.