summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_mcomp.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2013-12-11 13:59:10 -0800
committerJingning Han <jingning@google.com>2013-12-11 14:00:08 -0800
commit9d6e7ce12d3168dcadf94d15669c93afe6ad4300 (patch)
treec4651fc0c743f35afbb8bed27d741c89f5d1e114 /vp9/encoder/vp9_mcomp.h
parentcf83dfb2834dad57700ff35c407c86066456a056 (diff)
downloadlibvpx-9d6e7ce12d3168dcadf94d15669c93afe6ad4300.tar
libvpx-9d6e7ce12d3168dcadf94d15669c93afe6ad4300.tar.gz
libvpx-9d6e7ce12d3168dcadf94d15669c93afe6ad4300.tar.bz2
libvpx-9d6e7ce12d3168dcadf94d15669c93afe6ad4300.zip
Rename clamp_mv_min_max to set_mv_search_range
This function sets the motion search range limit. Rename it to be more informative. Change-Id: I2e8e01073dcb99c9bea9c9acd0a61d672d615444
Diffstat (limited to 'vp9/encoder/vp9_mcomp.h')
-rw-r--r--vp9/encoder/vp9_mcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_mcomp.h b/vp9/encoder/vp9_mcomp.h
index 10c2e4fca..68e667509 100644
--- a/vp9/encoder/vp9_mcomp.h
+++ b/vp9/encoder/vp9_mcomp.h
@@ -28,7 +28,7 @@
#define BORDER_MV_PIXELS_B16 (16 + VP9_INTERP_EXTEND)
-void vp9_clamp_mv_min_max(MACROBLOCK *x, MV *mv);
+void vp9_set_mv_search_range(MACROBLOCK *x, MV *mv);
int vp9_mv_bit_cost(const MV *mv, const MV *ref,
const int *mvjcost, int *mvcost[2], int weight);
void vp9_init_dsmotion_compensation(MACROBLOCK *x, int stride);