CHECK_MV_DIR      588 libavcodec/motion_est_template.c         if(dir!=2 && x>xmin) CHECK_MV_DIR(x-1, y  , 0)
CHECK_MV_DIR      589 libavcodec/motion_est_template.c         if(dir!=3 && y>ymin) CHECK_MV_DIR(x  , y-1, 1)
CHECK_MV_DIR      590 libavcodec/motion_est_template.c         if(dir!=0 && x<xmax) CHECK_MV_DIR(x+1, y  , 2)
CHECK_MV_DIR      591 libavcodec/motion_est_template.c         if(dir!=1 && y<ymax) CHECK_MV_DIR(x  , y+1, 3)