Remove mode_rdopt from MB_MODE_INFO.
authorRonald S. Bultje <rbultje@google.com>
Mon, 15 Oct 2012 20:49:45 +0000 (13:49 -0700)
committerRonald S. Bultje <rbultje@google.com>
Mon, 15 Oct 2012 20:49:45 +0000 (13:49 -0700)
commit66180f228c9b369f920013f93c64b9bd54d88e69
tree73644d04604e98d9d753656b0cbdcea67f50eb91
parent1d87f9c14286cf47388d95670cf8355af50e6e6f
Remove mode_rdopt from MB_MODE_INFO.

The variable is essentially a duplicate of mode for RD-only purposes.
Removing it gives identical results, and saves 4 bytes per macroblock
(i.e. 32.5kB for a 1080p HD video encode).

Change-Id: I22d5058fdb80ab0b69862caee825e9d86bb148b3
vp8/common/blockd.h
vp8/encoder/rdopt.c