Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp153 const CMethodFull &methodFull = _options.Methods[m]; in CreateMixerCoder() local
159 methodFull.Id, true, cod)); in CreateMixerCoder()
161 if (cod.NumStreams != methodFull.NumStreams) in CreateMixerCoder()
179 RINOK(SetCoderProps2(methodFull, inSizeForReduce, encoderCommon)); in CreateMixerCoder()
519 const CMethodFull &methodFull = _options.Methods[i]; in EncoderConstr() local
522 cod.NumStreams = methodFull.NumStreams; in EncoderConstr()
D7zHandlerOut.cpp63 CMethodFull &methodFull = headerMethod.Methods.AddNew(); in SetHeaderMethod() local
64 return PropsMethod_To_FullMethod(methodFull, m); in SetHeaderMethod()
122 CMethodFull &methodFull = methodMode.Methods.AddNew(); in SetMainMethod() local
123 RINOK(PropsMethod_To_FullMethod(methodFull, oneMethodInfo)); in SetMainMethod()
125 if (methodFull.Id != k_Copy) in SetMainMethod()
132 switch (methodFull.Id) in SetMainMethod()