HomeSort by relevance Sort by last modified time
    Searched refs:minL (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 617 double minL, maxL, mina, maxa, minb, maxb;
662 minL = -(rl * ol) / (pow(2, prec0) - 1);
663 maxL = minL + rl;
669 Lab.L = minL + (double)(*L) * (maxL - minL) / (pow(2, prec0) - 1);
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]

Completed in 216 milliseconds