Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zHeader.h116 const UInt32 k_BCJ2 = 0x303011B; variable
134 case k_BCJ2: in IsFilterMethod()
D7zUpdate.cpp363 return (m == k_BCJ || m == k_BCJ2); in Is86Filter()
371 case k_BCJ2: in IsExeFilter()
405 if (m.Id == k_BCJ2) in Get_FilterGroup_for_Folder()
1028 if (id == k_BCJ2) in MakeExeMethod()
1054 GetMethodFull(k_BCJ2, 4, m); in MakeExeMethod()
D7zHandler.cpp480 else if (id == k_BCJ2) name = "BCJ2"; in SetMethodToProp()
/third_party/lzma/C/
D7zDec.c28 #define k_BCJ2 0x303011B macro
304 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumStreams == 4)
461 else if (coder->MethodID == k_BCJ2) in SzFolder_Decode2()