Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:goodthresh

491                 OPJ_FLOAT64 goodthresh = 0;
563 goodthresh = stable_thresh == 0? thresh : stable_thresh;
568 goodthresh = min;
576 cstr_info->tile[tcd->tcd_tileno].thresh[layno] = goodthresh;
579 opj_tcd_makelayer(tcd, layno, goodthresh, 1);