Home
last modified time | relevance | path

Searched refs:m_spNewPredictorY (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPEDecompress.cpp70m_spNewPredictorY.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL)… in InitializeDecompressor()
75m_spNewPredictorY.Assign(new CPredictorDecompressNormal3930to3950(GetInfo(APE_INFO_COMPRESSION_LEV… in InitializeDecompressor()
267 int Y = m_spNewPredictorY->DecompressValue(nY, m_nLastX); in DecodeBlocksToFrameBuffer()
280 … int Y = m_spNewPredictorY->DecompressValue(m_spUnBitArray->DecodeValueRange(m_BitArrayStateY)); in DecodeBlocksToFrameBuffer()
337 m_spNewPredictorY->Flush(); in StartFrame()
H A DAPEDecompress.h59 CSmartPtr<IPredictorDecompress> m_spNewPredictorY; variable