Home
last modified time | relevance | path

Searched refs:filterProps (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
DXzEncoder.cpp136 xzProps.filterProps.id = prop.ulVal; in SetCoderProp()
175 xzProps.filterProps.delta = delta; in SetCoderProp()
178 xzProps.filterProps.id = id32; in SetCoderProp()
/third_party/lzma/C/
DXzEnc.h32 CXzFilterProps filterProps; member
DXzEnc.c484 XzFilterProps_Init(&p->filterProps); in XzProps_Init()
728 const CXzFilterProps *fp = &props->filterProps; in Xz_CompressBlock()
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp1233 CXzFilterProps &filter = xzProps.filterProps; in UpdateItems()