Combined non-rd motion searchs into a single function
authorYaowu Xu <yaowu@google.com>
Wed, 2 Jul 2014 23:54:53 +0000 (16:54 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 9 Jul 2014 19:07:52 +0000 (12:07 -0700)
commitc788bceb553c2d15e964160752a3afd80522b70b
treeac2fad958083f3892f3ec48039f7485542f28ff6
parentfe4b663559eb244b69faa8dbc7c9e75de06845ff
Combined non-rd motion searchs into a single function

This commit combined the full pel and sub pel motion search into a
single function to avoid code duplication. The commit does not change
encoder outputs.

Change-Id: Ibe18342c4f64073bef20f9cf6c6ca0a20d01bf0d
vp9/encoder/vp9_pickmode.c