threshold         227 core/modules.c  int columns, int rows, int pixel_measure_mode, int detection_timeout, int measure_interval, int threshold, int draw_grid, 
threshold         234 core/modules.c                     columns, rows, pixel_measure_mode, detection_timeout, measure_interval, threshold, draw_grid, 
threshold        2171 lib/ubasic/ubasic.c     int threshold;
threshold        2194 lib/ubasic/ubasic.c     threshold=expr();tokenizer_next();
threshold        2248 lib/ubasic/ubasic.c         measure_interval, threshold, draw_grid,
threshold         328 modules/histogram.c     register int i, v, threshold;
threshold         353 modules/histogram.c             threshold = (histogram[hist][i<<1]+histogram[hist][(i<<1)+1])>>2;
threshold         356 modules/histogram.c                 draw_pixel(x+1+i, y+h-v, (v<=threshold)?cl:cl_bg);
threshold         357 modules/histogram.c             cl_over = (threshold==h && conf.show_overexp)?BG_COLOR(hc2):cl;
threshold         359 modules/histogram.c                 draw_pixel(x+1+i, y+h-v, (v<=threshold)?cl_over:cl_bg);
threshold         363 modules/histogram.c             threshold = histogram[hist][i];
threshold         366 modules/histogram.c                 draw_pixel(x+1+i, y+h-v, (v<=threshold)?cl:cl_bg);
threshold         367 modules/histogram.c             cl_over = (threshold==h && conf.show_overexp)?BG_COLOR(hc2):cl;
threshold         369 modules/histogram.c                 draw_pixel(x+1+i, y+h-v, (v<=threshold)?cl_over:cl_bg);
threshold        1205 modules/luascript.c     int threshold = (luaL_optnumber(L,6,10));
threshold        1220 modules/luascript.c         measure_interval, threshold, draw_grid,
threshold          87 modules/motion_detector.c     int threshold;
threshold         219 modules/motion_detector.c  int threshold,
threshold         282 modules/motion_detector.c     if(threshold<0)
threshold         284 modules/motion_detector.c         threshold=0;
threshold         297 modules/motion_detector.c     motion_detector.threshold = threshold;
threshold         373 modules/motion_detector.c                 motion_detector.columns, motion_detector.rows, motion_detector.threshold, motion_detector.measure_interval, motion_detector.pixels_step,
threshold         730 modules/motion_detector.c                 if ((diff > motion_detector.threshold) &&
threshold         842 modules/motion_detector.c                 if (diff > motion_detector.threshold)
threshold         103 modules/motion_detector.h          int threshold,                 // input parameter. difference value for which procedure will trigger detection of changes