summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/encodemv.h')
-rw-r--r--vp8/encoder/encodemv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/encoder/encodemv.h b/vp8/encoder/encodemv.h
index 09b0935cb..7e33007d7 100644
--- a/vp8/encoder/encodemv.h
+++ b/vp8/encoder/encodemv.h
@@ -17,10 +17,8 @@
void vp8_write_mvprobs(VP8_COMP *);
void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
-#if CONFIG_HIGH_PRECISION_MV
void vp8_write_mvprobs_hp(VP8_COMP *);
void vp8_encode_motion_vector_hp(vp8_writer *, const MV *, const MV_CONTEXT_HP *);
void vp8_build_component_cost_table_hp(int *mvcost[2], const MV_CONTEXT_HP *mvc, int mvc_flag[2]);
-#endif /* CONFIG_HIGH_PRECISION_MV */
#endif