Searched refs:FindProp (Results 1 – 4 of 4) sorted by relevance
93 const int i = FindProp(NCoderPropID::kNumThreads); in Get_NumThreads()106 const int i = FindProp(NCoderPropID::kDictionarySize); in Get_DicSize()124 int FindProp(PROPID id) const;128 int i = FindProp(NCoderPropID::kAlgorithm); in Get_Lzma_Algo()154 const int i = FindProp(NCoderPropID::kMatchFinder); in Get_Lzma_MatchFinder_IsBt()166 const int i = FindProp(NCoderPropID::kEndMarker); in Get_Lzma_Eos()178 if (FindProp(NCoderPropID::kPosStateBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()179 if (FindProp(NCoderPropID::kLitContextBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()180 if (FindProp(NCoderPropID::kLitPosBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()210 const int i = FindProp(id); in GetProp_BlockSize()[all …]
355 int CMethodProps::FindProp(PROPID id) const in FindProp() function in CMethodProps365 int i = FindProp(NCoderPropID::kLevel); in GetLevel()
119 if (m.FindProp(propID) < 0) in SetMethodProp32()134 const int i = m.FindProp(propID); in SetMethodProp32_Replace()
4146 const int index = method.FindProp(NCoderPropID::kDictionarySize);