Home | History | Annotate | Download | only in src

Lines Matching defs:FILTERED

193     short FILTERED = (short)((mindisp - 1) << DISPARITY_SHIFT);
244 dptr[y*dstep + x] = FILTERED;
246 dptr[y*dstep + x] = FILTERED;
346 dptr[y*dstep] = FILTERED;
368 dptr[y*dstep] = FILTERED;
401 short FILTERED = (short)((mindisp - 1) << DISPARITY_SHIFT);
450 dptr[y*dstep + x] = FILTERED;
452 dptr[y*dstep + x] = FILTERED;
517 dptr[y*dstep] = FILTERED;
531 dptr[y*dstep] = FILTERED;
619 int FILTERED = (short)((state->minDisparity - 1) << DISPARITY_SHIFT);
620 cvSet( disp, cvScalarAll(FILTERED) );