commit | ecd34e6494599fb44ccc1f68a7c4ee988bc0307c | [log] [tgz] |
---|---|---|
author | Ronald S. Bultje <rsbultje@gmail.com> | Thu Sep 03 12:08:03 2015 -0400 |
committer | Yaowu Xu <yaowu@google.com> | Thu Sep 03 09:34:55 2015 -0700 |
tree | 3ed76bc4862988ae2320ed05abd36b37c49fdf8f | |
parent | e5732bcf0595ae85c658a7acac46a8230230772e [diff] |
Unify coding order of MC filters between blocks and frame header. In VP9, the order for frame header was: [0] smooth, [1] regular, [2] sharp, [3] bilinear. Per-block, the order was [0] regular, [1] smooth and [2] sharp. For VP10, swap smooth/regular in the frame header so that the block ordering and frame header ordering are interchangeable. See issue #1046. Change-Id: Ic9ec5964874375e40cd59bef50b489a76cbe4365