Searched refs:DeltaRowCompressor (Results 1 – 3 of 3) sorted by relevance
99 class DeltaRowCompressor : public AbstractDeltaRowCompressor102 DeltaRowCompressor(int rowSize, uchar initialSeed) in DeltaRowCompressor() function
108 typedef auto_ptr<DeltaRowCompressor> DeltaRowCompressorPointer; in NextBand()111 typedef shared_ptr<DeltaRowCompressor> DeltaRowCompressorPointer; in NextBand()137 DeltaRowCompressor* deltaRowCompressor = NULL; in NextBand()140 new DeltaRowCompressor(rasterizer->GetOutRowSize(), 0); in NextBand()
167 DeltaRowCompressor compressor(n, 0); in main()