vp9_mcomp: don't mark setup_center_error() inline
authorJames Zern <jzern@google.com>
Sat, 13 Jun 2015 00:56:33 +0000 (17:56 -0700)
committerJames Zern <jzern@google.com>
Sat, 13 Jun 2015 00:56:33 +0000 (17:56 -0700)
commit7ea431df98c018e5b1a9ad68a92837cb3375f6ca
tree3451107d027a3cc014ad97e6ca796e4fa5d51231
parent471302a07b8bf92b345a5ea032d219d418b870da
vp9_mcomp: don't mark setup_center_error() inline

this function is a bit too involved for the hint; avoids a -Winline
warning

Change-Id: Ib82e424764aa78b37ddb94116e2b009a6de31d35
vp9/encoder/vp9_mcomp.c