HASH             1263 libavcodec/motion_est.c #define HASH8(fx,fy,bx,by) ((uint8_t)HASH(fx,fy,bx,by))
HASH             1264 libavcodec/motion_est.c     int hashidx= HASH(motion_fx,motion_fy, motion_bx, motion_by);
HASH             1315 libavcodec/motion_est.c     if( !map[(hashidx+HASH(fx,fy,bx,by))&255]\
HASH             1319 libavcodec/motion_est.c         map[(hashidx+HASH(fx,fy,bx,by))&255] = 1;\
HASH             1322 libavcodec/motion_est.c             hashidx += HASH(fx,fy,bx,by);\