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

  /external/opencv/otherlibs/highgui/
bitstrm.h 108 // class RMBitStream - uchar-oriented stream.
139 // class RMBitStream - bit-oriented stream.
141 class RMBitStream : public RLBitStream
144 virtual ~RMBitStream();
bitstrm.cpp 475 ///////////////////////// RMBitStream ////////////////////////////
478 RMBitStream::~RMBitStream()
483 void RMBitStream::ReadBlock()
491 void RMBitStream::SetPos( int pos )
500 int RMBitStream::GetPos()
506 int RMBitStream::Get( int bits )
525 int RMBitStream::Show( int bits )
545 int RMBitStream::GetHuff( const short* table )
573 void RMBitStream::Move( int shift
    [all...]

Completed in 172 milliseconds