Home
last modified time | relevance | path

Searched refs:APE_INFO_FILE_VERSION (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPEDecompress.cpp20 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()
H A DAPEInfo.h67 #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…
H A DMACLib.cpp25 if (pAPEInfo->GetInfo(APE_INFO_FILE_VERSION) >= 3930) in CreateIAPEDecompressCore()
H A DMACLib.h172APE_INFO_FILE_VERSION = 1000, // version of the APE file * 1000 (3.93 = 3930) [ignor… enumerator
H A DAPEInfo.cpp138 case APE_INFO_FILE_VERSION: in GetInfo()
H A DAPESimple.cpp317 …if (spAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) == MAC_VERSION_NUMBER && spAPEDecompress->GetI… in DecompressCore()