]> granicus.if.org Git - libvpx/commit
Remove Wextra warnings from vp9_sad.c
authorDeb Mukherjee <debargha@google.com>
Tue, 13 May 2014 17:11:42 +0000 (10:11 -0700)
committerDeb Mukherjee <debargha@google.com>
Wed, 14 May 2014 10:17:31 +0000 (03:17 -0700)
commit7ab9a9587b96db4edce6be916c1f02297a9555ff
tree8f014d6eaff3fae057b599a3f8080ab7e2c5cb13
parent38f3cf125efe262f661d4f1e95d6eba0fb349e57
Remove Wextra warnings from vp9_sad.c

As a side-effect, the max_sad check is removed from the
C-implementation of VP8, for consistency with VP9, and to
ensure that the SAD tests common to VP8/VP9 pass.
That will make the VP8 C implementation of sad a little slower
but given that is rarely used in practice, the impact will be
minimal.

Change-Id: I7f43089fdea047fbf1862e40c21e4715c30f07ca
13 files changed:
test/sad_test.cc
vp8/common/rtcd_defs.pl
vp8/common/sad_c.c
vp8/common/variance.h
vp8/encoder/mcomp.c
vp8/encoder/rdopt.c
vp9/common/vp9_rtcd_defs.pl
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_mbgraph.c
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_sad.c
vp9/encoder/vp9_variance.h