Cleaning up vp9_refining_search_sad() function.

Change-Id: I660b53da8ebf3049832ce8a10721051c4e0ebb00
This commit is contained in:
Dmitry Kovalev
2014-01-17 15:20:28 -08:00
parent 36ddfa9d00
commit d8bfe9e24c
3 changed files with 31 additions and 40 deletions

View File

@@ -108,7 +108,7 @@ typedef int (*vp9_full_search_fn_t)(MACROBLOCK *x,
int *mvjcost, int *mvcost[2],
const MV *center_mv, int n);
typedef int (*vp9_refining_search_fn_t)(MACROBLOCK *x,
typedef int (*vp9_refining_search_fn_t)(const MACROBLOCK *x,
MV *ref_mv, int sad_per_bit,
int distance,
vp9_variance_fn_ptr_t *fn_ptr,