]> granicus.if.org Git - libvpx/commit
max_sad check is not always implemented
authorJohann <johannkoenig@google.com>
Fri, 10 Feb 2012 00:19:10 +0000 (16:19 -0800)
committerJohann <johannkoenig@google.com>
Fri, 10 Feb 2012 00:19:10 +0000 (16:19 -0800)
commit8c50a70a9505c3771762d3e4c29d3dca908e34e0
treeb2f38a213a2ca95320ebd6b18b2e4f4ef2689710
parent2e0d55314c28c546d98595e4b3799ca451a5a777
max_sad check is not always implemented

As an optimization some architectures use the max_sad argument to break
out early from the SAD. Pass in INT_MAX instead of 0 to prevent this.

Change-Id: I653c476834b97771578d63f231233d445388629d
vp8/common/postproc.c