OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RMBitStream
(Results
1 - 3
of
3
) 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
...]
grfmt_jpeg.h
86
class RJpegBitStream : public
RMBitStream
Completed in 817 milliseconds