Home
last modified time | relevance | path

Searched refs:SET_PROP_32 (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp67 #define SET_PROP_32(_id_, _dest_) case NCoderPropID::_id_: ep._dest_ = v; break; macro
96 SET_PROP_32(kLevel, level) in SetLzmaProp()
97 SET_PROP_32(kNumFastBytes, fb) in SetLzmaProp()
98 SET_PROP_32(kMatchFinderCycles, mc) in SetLzmaProp()
99 SET_PROP_32(kAlgorithm, algo) in SetLzmaProp()
100 SET_PROP_32(kDictionarySize, dictSize) in SetLzmaProp()
101 SET_PROP_32(kPosStateBits, pb) in SetLzmaProp()
102 SET_PROP_32(kLitPosBits, lp) in SetLzmaProp()
103 SET_PROP_32(kLitContextBits, lc) in SetLzmaProp()
104 SET_PROP_32(kNumThreads, numThreads) in SetLzmaProp()