Cleaning up vp9_refining_search_sad() function.
Change-Id: I660b53da8ebf3049832ce8a10721051c4e0ebb00
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user