X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fmotion_est%2Ffilter_motion_est.c;fp=src%2Fmodules%2Fmotion_est%2Ffilter_motion_est.c;h=734f048f33f268a0ce4910bc0152fc4539022f9f;hb=3d366fcfb46c1ae8ae3e38e15012edb6affd9828;hp=15e4be49a69c9537920c33821055e36f74dd2ae2;hpb=c0f5f3212f120b6969bfe699a7632b6dafba788b;p=melted diff --git a/src/modules/motion_est/filter_motion_est.c b/src/modules/motion_est/filter_motion_est.c index 15e4be4..734f048 100644 --- a/src/modules/motion_est/filter_motion_est.c +++ b/src/modules/motion_est/filter_motion_est.c @@ -160,7 +160,7 @@ inline static int constrain( int *x, int *y, int *w, int *h, /** /brief Reference Sum of Absolute Differences comparison function * */ -inline static int sad_reference( uint8_t *block1, uint8_t *block2, const int xstride, const int ystride, const int w, const int h ) +static int sad_reference( uint8_t *block1, uint8_t *block2, const int xstride, const int ystride, const int w, const int h ) { int i, j, score = 0; for ( j = 0; j < h; j++ ){