in_clipping_region  676 modules/motion_detector.c             int in_clipping_region=0;
in_clipping_region  683 modules/motion_detector.c                 in_clipping_region=1;
in_clipping_region  691 modules/motion_detector.c                 (motion_detector.clipping_region_mode==MD_REGION_EXCLUDE && in_clipping_region==0) ||
in_clipping_region  692 modules/motion_detector.c                 (motion_detector.clipping_region_mode==MD_REGION_INCLUDE && in_clipping_region==1)
in_clipping_region  825 modules/motion_detector.c             int in_clipping_region = 0;
in_clipping_region  832 modules/motion_detector.c                 in_clipping_region = 1;
in_clipping_region  835 modules/motion_detector.c             if ((motion_detector.clipping_region_mode==MD_REGION_EXCLUDE && in_clipping_region==0) ||
in_clipping_region  836 modules/motion_detector.c                 (motion_detector.clipping_region_mode==MD_REGION_INCLUDE && in_clipping_region==1) ||