Home | History | Annotate | Download | only in libjasper

Lines Matching refs:goodthresh

1637     jpc_flt_t goodthresh;
1723 goodthresh = 0;
1733 goodthresh = -1;
1812 if (!success || thresh < goodthresh) {
1813 goodthresh = thresh;
1836 jas_eprintf("success %d goodthresh %f\n", success, goodthresh);
1864 if (pass->rdslope >= goodthresh) {