Lines Matching refs:threshold
4487 "__constant float * threshold, int max_corners)\n"
4501 "if (val > threshold[0])\n"
4793 "int linesMax, int threshold, float rho, float theta)\n"
4806 "if (curVote > threshold && curVote > ACCUM(accum - sizeof(int)) && curVote >= ACCUM(accum + sizeof(int)) &&\n"
4825 "int linesMax, int threshold, int lineLength, int lineGap, float rho, float theta)\n"
4835 "if (curVote >= threshold &&\n"
7323 const struct ProgramEntry threshold={"threshold",
7331 "__kernel void threshold(__global const uchar * srcptr, int src_step, int src_offset,\n"
7367 ProgramSource threshold_oclsrc(threshold.programStr);