Fix a problem of using an uninitialized parameter
authorYaowu Xu <yaowu@google.com>
Fri, 30 May 2014 17:15:30 +0000 (10:15 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 30 May 2014 17:18:54 +0000 (10:18 -0700)
commit538af7db5ffe2ab560511a3bc0ae74dae9316c14
tree8f892bfb87713868f6de175e1590d2d121da9cf9
parentd009c2360e899c13690dae679787243481d56379
Fix a problem of using an uninitialized parameter

This commit added a call to set speed feature before initializing
motion search, fixed the problem where unintialized search method
is used before its value being set.

Change-Id: I537e4612bf0d00fd6f51396fd222d4b3bd6fde58
vp9/encoder/vp9_encoder.c