Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-02-20 03:07:29 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2011-02-20 16:31:14 +0300
commit70aa916e4630bcec14439a2d703074b6d4c890a8 (patch)
tree99274329bc0120c0baf1e6fcc234861c761e5567 /libavformat/msnwc_tcp.c
parent87f1355f9b4fc11414d0e6a91404203c2745f89f (diff)
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().
Diffstat (limited to 'libavformat/msnwc_tcp.c')
0 files changed, 0 insertions, 0 deletions