summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodemb.h
diff options
context:
space:
mode:
authorDaniel Kang <ddkang@google.com>2012-08-06 15:03:04 -0700
committerDaniel Kang <ddkang@google.com>2012-08-07 15:38:12 -0700
commit78d33cad9a23e8678c49f0659fc4b584c072d390 (patch)
tree7b081c44a089e32e139989809a250cb63f418f34 /vp8/encoder/encodemb.h
parent0b17ea6f689a2716f314d13000901c9107eb03af (diff)
downloadlibvpx-78d33cad9a23e8678c49f0659fc4b584c072d390.tar
libvpx-78d33cad9a23e8678c49f0659fc4b584c072d390.tar.gz
libvpx-78d33cad9a23e8678c49f0659fc4b584c072d390.tar.bz2
libvpx-78d33cad9a23e8678c49f0659fc4b584c072d390.zip
Combine vp8_block_error_c and vp8_submb_error_c.
Change-Id: I58792bac6c7e5a524a6dcdb5241ef18bcc0c3a45
Diffstat (limited to 'vp8/encoder/encodemb.h')
-rw-r--r--vp8/encoder/encodemb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/encodemb.h b/vp8/encoder/encodemb.h
index 228451936..13ddcf115 100644
--- a/vp8/encoder/encodemb.h
+++ b/vp8/encoder/encodemb.h
@@ -19,7 +19,7 @@
int (sym)(MACROBLOCK *mb, int dc)
#define prototype_berr(sym) \
- int (sym)(short *coeff, short *dqcoeff)
+ int (sym)(short *coeff, short *dqcoeff, int block_size)
#define prototype_mbuverr(sym) \
int (sym)(MACROBLOCK *mb)