summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_non_greedy_mv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_non_greedy_mv.h')
-rw-r--r--vp9/encoder/vp9_non_greedy_mv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_non_greedy_mv.h b/vp9/encoder/vp9_non_greedy_mv.h
index a6ce502f7..b70470323 100644
--- a/vp9/encoder/vp9_non_greedy_mv.h
+++ b/vp9/encoder/vp9_non_greedy_mv.h
@@ -14,13 +14,16 @@
#ifdef __cplusplus
extern "C" {
#endif
-
#define NB_MVS_NUM 4
#define LOG2_PRECISION 20
int64_t vp9_nb_mvs_inconsistency(const MV *mv, const int_mv *nb_full_mvs,
int mv_num);
+void vp9_get_smooth_motion_field(const MV *search_mf, const int (*M)[4],
+ int rows, int cols, float alpha, int num_iters,
+ MV *smooth_mf);
+
#ifdef __cplusplus
} // extern "C"
#endif