HomeSort by relevance Sort by last modified time
    Searched refs:IsSimpleCoder (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 19 bool IsSimpleCoder() const { return (NumInStreams == 1) && (NumOutStreams == 1); }
7zItem.h 28 bool IsSimpleCoder() const { return (NumInStreams == 1) && (NumOutStreams == 1); }
7zDecode.cpp 175 if (coderInfo.IsSimpleCoder())
7zOut.cpp 291 bool isComplex = !coder.IsSimpleCoder();

Completed in 39 milliseconds