Home | History | Annotate | Download | only in libjasper

Lines Matching defs:thresh

1636     jpc_flt_t thresh;
1738 thresh = (lo + hi) / 2;
1769 if (pass->rdslope >= thresh) {
1808 lo = thresh;
1811 hi = thresh;
1812 if (!success || thresh < goodthresh) {
1813 goodthresh = thresh;
1825 jas_eprintf("maxlen=%08ld actuallen=%08ld thresh=%f\n", cumlen, pos, thresh);