summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodemb.h
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2011-04-19 11:42:15 -0400
committerScott LaVarnway <slavarnway@google.com>2011-04-20 14:06:40 -0400
commit09c933ea804c37c4aa95c15a67769dcf1a27b5a1 (patch)
treebf2594269d3bb2ef5eef179539eb619c2d22812b /vp8/encoder/encodemb.h
parent4a2b684ef4b361b805be8e0db972cbe9b7e24752 (diff)
downloadlibvpx-09c933ea804c37c4aa95c15a67769dcf1a27b5a1.tar
libvpx-09c933ea804c37c4aa95c15a67769dcf1a27b5a1.tar.gz
libvpx-09c933ea804c37c4aa95c15a67769dcf1a27b5a1.tar.bz2
libvpx-09c933ea804c37c4aa95c15a67769dcf1a27b5a1.zip
Removed redundant checks of the mode_info_context flags
Code cleanup. The build inter predictor functions are redundantly checking the mode_info_context for either INTRA_FRAME or SPLITMV. Change-Id: I4d58c3a5192a4c2cec5c24ab1caf608bf13aebfb
Diffstat (limited to 'vp8/encoder/encodemb.h')
-rw-r--r--vp8/encoder/encodemb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/encoder/encodemb.h b/vp8/encoder/encodemb.h
index 8c93aa180..47fc72dad 100644
--- a/vp8/encoder/encodemb.h
+++ b/vp8/encoder/encodemb.h
@@ -95,8 +95,6 @@ typedef struct
struct VP8_ENCODER_RTCD;
void vp8_encode_inter16x16(const struct VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x);
-extern void vp8_stuff_inter16x16(MACROBLOCK *x);
-
void vp8_build_dcblock(MACROBLOCK *b);
void vp8_transform_mb(MACROBLOCK *mb);
void vp8_transform_mbuv(MACROBLOCK *x);