Home
last modified time | relevance | path

Searched refs:kReduceMin (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/C/
H A DLzmaEnc.c84 const UInt32 kReduceMin = ((UInt32)1 << 12); in LzmaEncProps_Normalize() local
85 if (v < kReduceMin) in LzmaEncProps_Normalize()
86 v = kReduceMin; in LzmaEncProps_Normalize()

Completed in 5 milliseconds