Searched refs:APE_INFO_FILE_VERSION (Results 1 – 6 of 6) sorted by relevance
20 if (GetInfo(APE_INFO_FILE_VERSION) < 3930) in CAPEDecompress()65 … m_spUnBitArray.Assign((CUnBitArrayBase *) CreateUnBitArray(this, GetInfo(APE_INFO_FILE_VERSION))); in InitializeDecompressor()67 if (GetInfo(APE_INFO_FILE_VERSION) >= 3950) in InitializeDecompressor()69 …ictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION))); in InitializeDecompressor()70 …ictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION))); in InitializeDecompressor()74 …orDecompressNormal3930to3950(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION))); in InitializeDecompressor()75 …orDecompressNormal3930to3950(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION))); in InitializeDecompressor()261 if (m_spAPEInfo->GetInfo(APE_INFO_FILE_VERSION) >= 3950) in DecodeBlocksToFrameBuffer()
67 #define GET_FRAMES_START_ON_BYTES_BOUNDARIES(APE_INFO) (((APE_INFO)->GetInfo(APE_INFO_FILE_VERSION)…68 #define GET_USES_SPECIAL_FRAMES(APE_INFO) (((APE_INFO)->GetInfo(APE_INFO_FILE_VERSION) > 3820) ? TR…
25 if (pAPEInfo->GetInfo(APE_INFO_FILE_VERSION) >= 3930) in CreateIAPEDecompressCore()
172 …APE_INFO_FILE_VERSION = 1000, // version of the APE file * 1000 (3.93 = 3930) [ignor… enumerator
138 case APE_INFO_FILE_VERSION: in GetInfo()
317 …if (spAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) == MAC_VERSION_NUMBER && spAPEDecompress->GetI… in DecompressCore()