HomeSort by relevance Sort by last modified time
    Searched defs:RLBitStream (Results 1 - 2 of 2) sorted by null

  /external/opencv/otherlibs/highgui/
bitstrm.h 119 // class RLBitStream - bit-oriented stream.
121 class RLBitStream : public RBaseStream
124 virtual ~RLBitStream();
141 class RMBitStream : public RLBitStream
bitstrm.cpp 366 ///////////////////////// RLBitStream ////////////////////////////
368 RLBitStream::~RLBitStream()
373 void RLBitStream::ReadBlock()
381 void RLBitStream::SetPos( int pos )
390 int RLBitStream::GetPos()
396 int RLBitStream::Get( int bits )
415 int RLBitStream::Show( int bits )
435 void RLBitStream::Move( int shift )
443 int RLBitStream::GetHuff( const short* table
    [all...]

Completed in 186 milliseconds