Lines Matching refs:VT_UI4
114 { NCoderPropID::kBlockSize, VT_UI4, L"C" },
115 { NCoderPropID::kDictionarySize, VT_UI4, L"D" },
116 { NCoderPropID::kUsedMemorySize, VT_UI4, L"MEM" },
118 { NCoderPropID::kOrder, VT_UI4, L"O" },
119 { NCoderPropID::kPosStateBits, VT_UI4, L"PB" },
120 { NCoderPropID::kLitContextBits, VT_UI4, L"LC" },
121 { NCoderPropID::kLitPosBits, VT_UI4, L"LP" },
124 { NCoderPropID::kNumPasses, VT_UI4, L"Pass" },
125 { NCoderPropID::kNumFastBytes, VT_UI4, L"fb" },
126 { NCoderPropID::kMatchFinderCycles, VT_UI4, L"mc" },
127 { NCoderPropID::kAlgorithm, VT_UI4, L"a" },
129 { NCoderPropID::kNumThreads, VT_UI4, L"mt" },
130 { NCoderPropID::kDefaultProp, VT_UI4, L"" }
142 if (srcProp.vt == VT_UI4) in ConvertProperty()