Searched refs:FindProp (Results 1 – 3 of 3) sorted by relevance
66 int i = FindProp(NCoderPropID::kNumThreads); in Get_NumThreads()76 int i = FindProp(NCoderPropID::kDictionarySize); in Get_DicSize()86 int FindProp(PROPID id) const;90 int i = FindProp(NCoderPropID::kAlgorithm); in Get_Lzma_Algo()99 int i = FindProp(NCoderPropID::kDictionarySize); in Get_Lzma_DicSize()109 int i = FindProp(NCoderPropID::kEndMarker); in Get_Lzma_Eos()121 if (FindProp(NCoderPropID::kPosStateBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()122 if (FindProp(NCoderPropID::kLitContextBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()123 if (FindProp(NCoderPropID::kLitPosBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()150 int i = FindProp(id); in GetProp_BlockSize()[all …]
231 int CMethodProps::FindProp(PROPID id) const in FindProp() function in CMethodProps241 int i = FindProp(NCoderPropID::kLevel); in GetLevel()
93 if (m.FindProp(propID) < 0) in SetMethodProp32()