Do in-place UV intra mode selection.
authorRonald S. Bultje <rbultje@google.com>
Thu, 18 Jul 2013 20:09:38 +0000 (13:09 -0700)
committerRonald S. Bultje <rbultje@google.com>
Thu, 18 Jul 2013 21:10:56 +0000 (14:10 -0700)
commitdf4b4fab261da4e0067ac9f219d2d44bc1d88c4c
tree94e81d725338d0d130acc5c8e6192f71162e9f23
parente54a5782b947c9840d5a6bedbd357f2886d299c0
Do in-place UV intra mode selection.

This means we only do UV intra mode selection if we find any intra
mode to actually be useful at all; in addition, we only do UV intra
mode selection for the transform sizes that were selected, rather
than all sizes available in this partition.

First 50 frames of bus @ 1500kbps (speed 0) gains about 5% with this
change.

Change-Id: I7b461eb8b803247f57896c5a9505f745b55502b3
vp9/encoder/vp9_rdopt.c