lib: move some functions from vfs5011.c into img.c

This commit is contained in:
Vasily Khoruzhick
2016-02-09 17:19:39 -08:00
parent 49a46668ad
commit 5e29695969
3 changed files with 40 additions and 35 deletions

View File

@@ -489,5 +489,9 @@ void fpi_imgdev_image_captured(struct fp_img_dev *imgdev, struct fp_img *img);
void fpi_imgdev_abort_scan(struct fp_img_dev *imgdev, int result);
void fpi_imgdev_session_error(struct fp_img_dev *imgdev, int error);
/* utils */
int fpi_std_sq_dev(const unsigned char *buf, int size);
int fpi_mean_sq_diff_norm(unsigned char *buf1, unsigned char *buf2, int size);
#endif