vp8_pick_intra_mode: correct returned rate
authorJohn Koleszar <jkoleszar@google.com>
Wed, 8 Jun 2011 17:08:12 +0000 (13:08 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 8 Jun 2011 17:19:12 +0000 (13:19 -0400)
commit91907e0bf445e63e24257296248d96396cdeb731
treedae8fa9b9ea7f5591a8e4d659893ea4e84d5dbd8
parent96a42aaa2d5e14eb16891f14a1364f4e91ed100d
vp8_pick_intra_mode: correct returned rate

The returned rate was always the 4x4 rate, instead of the rate
matching the selected mode.

Change-Id: I51da31f80884f5e37f3bcc77d1047d31e612ded4
vp8/encoder/pickinter.c