Home | History | Annotate | Download | only in coders

Lines Matching defs:byte

146 %    o pixels:  The address of a byte (8 bits) array of pixel data created by
179 byte;
188 byte=0;
205 byte=(unsigned char) ReadBlobByte(image);
209 *p++=(unsigned char) byte;
215 ((i & 0x01) != 0 ? (byte & 0x0f) : ((byte >> 4) & 0x0f));
262 byte=(unsigned char) ReadBlobByte(image);
264 ((i & 0x01) != 0 ? (byte & 0x0f) : ((byte >> 4) & 0x0f));
268 Read pad byte.
316 % o pixels: The address of a byte (8 bits) array of pixel data created by
319 % o compressed_pixels: The address of a byte (8 bits) array of compressed
1116 byte;
1128 byte=0;
1131 byte<<=1;
1132 byte|=GetPixelIndex(image,p) != 0 ? 0x01 : 0x00;
1136 *q++=byte;
1138 byte=0;
1144 *q++=(unsigned char) (byte << (8-bit));