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
157 if (methodFull.CodecIndex >= 0) in CreateMixerCoder()
161 methodFull.CodecIndex, true, cod)); in CreateMixerCoder()
167 methodFull.Id, true, cod)); in CreateMixerCoder()
170 if (cod.NumStreams != methodFull.NumStreams) in CreateMixerCoder()
188 RINOK(SetCoderProps2(methodFull, inSizeForReduce, encoderCommon)); in CreateMixerCoder()
541 const CMethodFull &methodFull = _options.Methods[i]; in EncoderConstr() local
544 cod.NumStreams = methodFull.NumStreams; in EncoderConstr()
D7zHandlerOut.cpp68 CMethodFull &methodFull = headerMethod.Methods.AddNew(); in SetHeaderMethod() local
69 return PropsMethod_To_FullMethod(methodFull, m); in SetHeaderMethod()
127 CMethodFull &methodFull = methodMode.Methods.AddNew(); in SetMainMethod() local
128 RINOK(PropsMethod_To_FullMethod(methodFull, oneMethodInfo)); in SetMainMethod()
130 if (methodFull.Id != k_Copy) in SetMainMethod()
137 switch (methodFull.Id) in SetMainMethod()