Fix VP9_mode_order[]
authorPaul Wilkins <paulwilkins@google.com>
Fri, 13 Sep 2013 12:14:38 +0000 (13:14 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 13 Sep 2013 12:33:26 +0000 (13:33 +0100)
commit1407cf8588a7514be9829a8470ad23d5b97b2153
tree213e7a70cc286b6b319629ad58d8fb56b529302c
parent9c9a3b277568a58c8fcefa2c4031590a39b08e49
Fix VP9_mode_order[]

Mis-merge of the following change managed to break mode order
and delete two mode options (new alt ref and near alt ref)
It also created a situation where we could test two undefined
modes off the end of the VP9_mode_order[] data structure.
  "clang warnings : remove split and i4x4_pred fake modes"
  "Change Id: I8ef3c*"

Initial testing on Akiyo at speed 2.
101.35  44.567  44.447 improves to
96.82  44.915  44.815

Approx 0.3-0.4db gain and 2.5% size reduction

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