Ronald S. Bultje a8858ee11c VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
Advanced profile never uses "range reduction", so vc1_put_block() quite
literally just calls put_pixels_clamped() from vc1_decode_i_blocks_adv().
By inlining the function, we can prevent calling IDCT8x8 if
CODEC_FLAG_GRAY is set, and we don't have to scale the coeffs in the
[0,256] range, but can instead use put_signed_pixels_clamped().
(cherry picked from commit 70aa916e4630bcec14439a2d703074b6d4c890a8)
2011-02-20 19:05:47 +01:00
2011-02-20 19:05:47 +01:00
2011-02-16 23:00:30 +01:00
2011-02-16 23:00:30 +01:00
2011-02-20 19:05:47 +01:00
2011-01-18 11:20:17 -08:00
2011-02-19 17:31:10 +01:00
2011-02-18 19:52:28 +01:00
2011-02-16 23:00:30 +01:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 209 MiB
Languages
C 90.4%
Assembly 7.7%
Makefile 1.3%
C++ 0.2%
Objective-C 0.2%
Other 0.1%