]> granicus.if.org Git - libvpx/commit
Fix use of scaling in joint motion search
authorAdrian Grange <agrange@google.com>
Tue, 24 Mar 2015 15:55:35 +0000 (08:55 -0700)
committerJohann <johannkoenig@google.com>
Thu, 2 Apr 2015 22:19:23 +0000 (15:19 -0700)
commit5ef2d1ddaedcf5201cad57d0cccd5e33fcbeeedf
treebbde64b29a1012e7f12ae69db0ef537c4c93adcd
parentbb5a39c1a7ff4544c55a29c2ad34c5d391acb713
Fix use of scaling in joint motion search

To enable us to the scale-invariant motion estimation
code during mode selection, each of the reference
buffers is scaled to match the size of the frame
being encoded.

This fix ensures that a unit scaling factor is used in
this case rather than the one calculated assuming that
the reference frame is not scaled.

(cherry picked from commit 8d8d7bfde5d311bb7d4ff4e921a9dbaa8f389af5)

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