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

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

Completed in 446 milliseconds