Lines Matching defs:thresh
1183 static void makelayer(Jpeg2000EncoderContext *s, int layno, double thresh, Jpeg2000Tile* tile, int final)
1210 if (thresh < 0) {
1233 if (thresh - (dd / dr) < DBL_EPSILON)
1272 double thresh;
1329 thresh = (lo + hi) / 2;
1330 makelayer(s, layno, thresh, tile, 0);
1334 lo = thresh;
1338 hi = thresh;
1339 stable_thresh = thresh;
1344 good_thresh = stable_thresh == 0.0 ? thresh : stable_thresh;