Searched defs:Lc (Results 1 - 4 of 4) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/
H A DLzma.java40 public int Lc = 3; field in class:Lzma.CommandLine
70 if (!encoder.SetLcLpPb(params.Lc, params.Lp, params.Pb)) throw new RuntimeException("Incorrect -lc or -lp or -pb value");
/external/lzma/Java/SevenZip/
H A DLzmaAlone.java17 public int Lc = 3; field in class:LzmaAlone.CommandLine
47 Lc = Integer.parseInt(s.substring(2));
212 if (!encoder.SetLcLpPb(params.Lc, params.Lp, params.Pb))
/external/opencv3/modules/cudalegacy/include/opencv2/
H A Dcudalegacy.hpp156 int Lc; //!< Quantized levels per 'color' component. Power of two, typically 32, 64 or 128. member in struct:cv::cuda::FGDParams
/external/opencv/cvaux/include/
H A Dcvaux.h1250 int Lc; /* Quantized levels per 'color' component. Power of two, typically 32, 64 or 128. */ member in struct:CvFGDStatModelParams

Completed in 353 milliseconds