Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zHeader.h115 const UInt32 k_BCJ2 = 0x303011B; variable
133 case k_BCJ2: in IsFilterMethod()
D7zUpdate.cpp364 return (m == k_BCJ || m == k_BCJ2); in Is86Filter()
372 case k_BCJ2: in IsExeFilter()
406 if (m.Id == k_BCJ2) in Get_FilterGroup_for_Folder()
1007 if (id == k_BCJ2) in MakeExeMethod()
1033 GetMethodFull(k_BCJ2, 4, m); in MakeExeMethod()
D7zHandler.cpp465 else if (id == k_BCJ2) name = "BCJ2"; in SetMethodToProp()
/external/lzma/C/
D7zDec.c28 #define k_BCJ2 0x303011B macro
297 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumStreams == 4)
452 else if (coder->MethodID == k_BCJ2) in SzFolder_Decode2()