Home | History | Annotate | Download | only in highgui

Lines Matching refs:uchar

56 typedef unsigned char uchar;
79 uchar* m_start;
80 uchar* m_end;
81 uchar* m_current;
95 // class RLByteStream - uchar-oriented stream.
96 // l in prefix means that the least significant uchar of a multi-uchar value goes first
108 // class RMBitStream - uchar-oriented stream.
109 // m in prefix means that the most significant uchar of a multi-uchar value go first
175 uchar* m_start;
176 uchar* m_end;
177 uchar* m_current;
189 // class WLByteStream - uchar-oriented stream.
190 // l in prefix means that the least significant uchar of a multi-byte value goes first
203 // class WLByteStream - uchar-oriented stream.
204 // m in prefix means that the least significant uchar of a multi-byte value goes last
262 int* bsCreateSourceHuffmanTable( const uchar* src, int* dst,
267 void bsBSwapBlock( uchar *start, uchar *end );