]> granicus.if.org Git - libvpx/commit
Remove duplicate or unused code in encoder/encodemb.c.
authorRonald S. Bultje <rbultje@google.com>
Sat, 13 Oct 2012 15:15:51 +0000 (08:15 -0700)
committerRonald S. Bultje <rbultje@google.com>
Mon, 15 Oct 2012 00:09:02 +0000 (17:09 -0700)
commit238ed517fdec0e375967e644c36199a21ac5170d
tree7ca22afb2d511eb680f3c13771b88b27ba76fd4d
parentf41adbb468dfa42166af51ce6735144fdbcd2d1b
Remove duplicate or unused code in encoder/encodemb.c.

Also make some minor stylistic changes to bring the code closer to
the style guide. Remove distinction between inter and intra transform
functions, since both do exactly the same thing except for the check
against SPLITMV for the second-order transform. Remove some commented
out debug code. Remove 8x8/16x16 transform code in encode_inter16x16y(),
since the first-pass only uses 4x4 anyway.

Change-Id: Ife54816ff759825b9141f95dc2ba43c253c14dba
vp8/encoder/encodeframe.c
vp8/encoder/encodeintra.c
vp8/encoder/encodemb.c
vp8/encoder/encodemb.h
vp8/encoder/firstpass.c