Home
last modified time | relevance | path

Searched refs:XZ_ID_Delta (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DXzEncoder.cpp54 { XZ_ID_Delta, "Delta" },
134 if (id32 == XZ_ID_Delta) in SetCoderProp()
155 id32 = XZ_ID_Delta; in SetCoderProp()
166 if (id32 == XZ_ID_Delta) in SetCoderProp()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp239 { XZ_ID_Delta, "Delta" },
272 else if (f.id == XZ_ID_Delta && f.propsSize == 1) in AddMethodString()
1123 if (_filterId == XZ_ID_Delta) in UpdateItems()
/external/lzma/C/
DXzDec.c101 if (p->methodId == XZ_ID_Delta) in BraState_SetProps()
142 if (p->methodId == XZ_ID_Delta) in BraState_Init()
154 case XZ_ID_Delta: in BraState_Filter()
246 if (id < XZ_ID_Delta || id > XZ_ID_SPARC) in BraState_SetFromMethod()
791 if (f->id == XZ_ID_Delta) in XzBlock_AreSupportedFilters()
796 else if (f->id < XZ_ID_Delta in XzBlock_AreSupportedFilters()
DXz.h12 #define XZ_ID_Delta 3 macro
DXzEnc.c747 if (fp->id == XZ_ID_Delta) in Xz_CompressBlock()