Searched refs:methodFull (Results 1 – 2 of 2) sorted by relevance
156 const CMethodFull &methodFull = _options.Methods[m]; in CreateMixerCoder() local160 if (methodFull.CodecIndex >= 0) in CreateMixerCoder()164 (unsigned)methodFull.CodecIndex, true, cod)) in CreateMixerCoder()170 methodFull.Id, true, cod)) in CreateMixerCoder()179 if (cod.NumStreams != methodFull.NumStreams) in CreateMixerCoder()185 if (methodFull.Set_NumThreads) in CreateMixerCoder()193 methodFull.NumThreads in CreateMixerCoder()199 RINOK(SetCoderProps2(methodFull, inSizeForReduce, encoderCommon)) in CreateMixerCoder()588 const CMethodFull &methodFull = _options.Methods[i];591 cod.NumStreams = methodFull.NumStreams;
69 CMethodFull &methodFull = headerMethod.Methods.AddNew(); in SetHeaderMethod() local70 return PropsMethod_To_FullMethod(methodFull, m); in SetHeaderMethod()131 CMethodFull &methodFull = methodMode.Methods.AddNew(); in SetMainMethod() local132 RINOK(PropsMethod_To_FullMethod(methodFull, oneMethodInfo)) in SetMainMethod()135 methodFull.Set_NumThreads = true; in SetMainMethod()136 methodFull.NumThreads = methodMode.NumThreads; in SetMainMethod()139 if (methodFull.Id != k_Copy) in SetMainMethod()143 switch (methodFull.Id) in SetMainMethod()196 if (methodFull.Id == k_LZMA2) in SetMainMethod()223 …methodFull.Set_NumThreads = false; // we don't use ICompressSetCoderMt::SetNumberOfThreads() for L… in SetMainMethod()[all …]