Searched refs:MAC_VERSION_NUMBER (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/ |
H A D | NewPredictor.cpp | 19 m_pNNFilter = new CNNFilter(16, 11, MAC_VERSION_NUMBER); in CPredictorCompressNormal() 25 m_pNNFilter = new CNNFilter(64, 11, MAC_VERSION_NUMBER); in CPredictorCompressNormal() 31 m_pNNFilter = new CNNFilter(256, 13, MAC_VERSION_NUMBER); in CPredictorCompressNormal() 32 m_pNNFilter1 = new CNNFilter(32, 10, MAC_VERSION_NUMBER); in CPredictorCompressNormal() 37 m_pNNFilter = new CNNFilter(1024 + 256, 15, MAC_VERSION_NUMBER); in CPredictorCompressNormal() 38 m_pNNFilter1 = new CNNFilter(256, 13, MAC_VERSION_NUMBER); in CPredictorCompressNormal() 39 m_pNNFilter2 = new CNNFilter(16, 11, MAC_VERSION_NUMBER); in CPredictorCompressNormal() 287 m_pNNFilter = new CNNFilter(1024 + 256, 15, MAC_VERSION_NUMBER); in CPredictorDecompress3950toCurrent() 288 m_pNNFilter1 = new CNNFilter(256, 13, MAC_VERSION_NUMBER); in CPredictorDecompress3950toCurrent() 289 m_pNNFilter2 = new CNNFilter(16, 11, MAC_VERSION_NUMBER); in CPredictorDecompress3950toCurrent()
|
H A D | APECompressCreate.cpp | 127 APEDescriptor.nVersion = MAC_VERSION_NUMBER; in InitializeFile()
|
H A D | APESimple.cpp | 317 …if (spAPEDecompress->GetInfo(APE_INFO_FILE_VERSION) == MAC_VERSION_NUMBER && spAPEDecompress->GetI… in DecompressCore()
|
H A D | All.h | 104 #define MAC_VERSION_NUMBER 3990 macro
|