Home | History | Annotate | Download | only in Compress

Lines Matching refs:NCoderPropID

78   if (propID == NCoderPropID::kMatchFinder)

89 case NCoderPropID::kNumFastBytes: ep.fb = v; break;
90 case NCoderPropID::kMatchFinderCycles: ep.mc = v; break;
91 case NCoderPropID::kAlgorithm: ep.algo = v; break;
92 case NCoderPropID::kDictionarySize: ep.dictSize = v; break;
93 case NCoderPropID::kPosStateBits: ep.pb = v; break;
94 case NCoderPropID::kLitPosBits: ep.lp = v; break;
95 case NCoderPropID::kLitContextBits: ep.lc = v; break;
113 case NCoderPropID::kEndMarker:
115 case NCoderPropID::kNumThreads: