Searched refs:CPredictorDecompress3950toCurrent (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNewPredictor.h77 class CPredictorDecompress3950toCurrent : public IPredictorDecompress class in inherits:IPredictorDecompress
80 CPredictorDecompress3950toCurrent(int nCompressionLevel, int nVersion);
81 virtual ~CPredictorDecompress3950toCurrent();
H A DNewPredictor.cpp254 CPredictorDecompress3950toCurrent
256 CPredictorDecompress3950toCurrent::CPredictorDecompress3950toCurrent(int nCompressionLevel, int nVersion) function in class:CPredictorDecompress3950toCurrent
298 CPredictorDecompress3950toCurrent::~CPredictorDecompress3950toCurrent()
305 int CPredictorDecompress3950toCurrent::Flush()
334 int CPredictorDecompress3950toCurrent::DecompressValue(int nA, int nB)
H A DAPEDecompress.cpp69 m_spNewPredictorX.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION)));
70 m_spNewPredictorY.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION)));

Completed in 198 milliseconds