Home
last modified time | relevance | path

Searched defs:coderProps (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp65 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
79 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
DXzEncoder.cpp187 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
202 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
DLzmaEncoder.cpp168 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
193 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
DPpmdEncoder.cpp55 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in Z7_COM7F_IMF()
/third_party/lzma/CPP/7zip/Common/
DMethodProps.cpp334 CCoderProps coderProps(Props.Size() + (dataSizeReduce ? 1 : 0) + (affinity ? 1 : 0) ); in SetCoderProps_DSReduce_Aff() local