summaryrefslogtreecommitdiff
path: root/vp8/encoder/dct.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2012-08-20 14:43:34 -0700
committerRonald S. Bultje <rbultje@google.com>2012-08-20 14:43:34 -0700
commit5d4cffb35f4bc23462eedc95a4802c65e32d7d5a (patch)
tree6fce23691dfa0c01aeb422f6c6b68c75296e91f2 /vp8/encoder/dct.h
parent319dd1c0f58d3db46713460ca10e920f2b18b605 (diff)
downloadlibvpx-5d4cffb35f4bc23462eedc95a4802c65e32d7d5a.tar
libvpx-5d4cffb35f4bc23462eedc95a4802c65e32d7d5a.tar.gz
libvpx-5d4cffb35f4bc23462eedc95a4802c65e32d7d5a.tar.bz2
libvpx-5d4cffb35f4bc23462eedc95a4802c65e32d7d5a.zip
Superblock coding.
This commit adds a pick_sb_mode() function which selects the best 32x32 superblock coding mode. Then it selects the best per-MB modes, compares the two and encodes that in the bitstream. The bitstream coding is rather simplistic right now. At the SB level, we code a bit to indicate whether this block uses SB-coding (32x32 prediction) or MB-coding (anything else), and then we follow with the actual modes. This could and should be modified in the future, but is omitted from this commit because it will likely involve reorganizing much more code rather than just adding SB coding, so it's better to let that be judged on its own merits. Gains on derf: about even, YT/HD: +0.75%, STD/HD: +1.5%. Change-Id: Iae313a7cbd8f75b3c66d04a68b991cb096eaaba6
Diffstat (limited to 'vp8/encoder/dct.h')
0 files changed, 0 insertions, 0 deletions