Searched defs:GetByte (Results 1 - 5 of 5) sorted by relevance

/external/opencv/
H A DWLNonFileByteStream.cpp141 uchar* WLNonFileByteStream::GetByte() function in class:WLNonFileByteStream
/external/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs102 public byte GetByte(uint distance) method in class:SevenZip.Compression.LZ.OutWindow
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java78 public byte GetByte(int distance) method in class:OutWindow
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp233 int RLByteStream::GetByte() function in class:RLByteStream
296 val = GetByte();
297 val|= GetByte() << 8;
316 val = GetByte();
317 val |= GetByte() << 8;
318 val |= GetByte() << 16;
319 val |= GetByte() << 24;
337 val = GetByte() << 8;
338 val|= GetByte();
357 val = GetByte() << 2
[all...]
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp99 Byte GetByte(UInt32 dist) const function in class:COutWindow
107 PutByte(GetByte(dist));
376 prevByte = OutWindow.GetByte(1);
384 unsigned matchByte = OutWindow.GetByte(rep0 + 1);
508 OutWindow.PutByte(OutWindow.GetByte(rep0 + 1));

Completed in 149 milliseconds