Lines Matching defs:byte
121 the 3 byte drops from f4 f4 f4 to 17 10 08 etc.
128 the 1 byte drops from f4 to 02
1265 unsigned char byte = buf[ HEADER_SIZE + i + j ];
1269 byte = (byte <= bcal)?0:(byte-bcal);
1270 byte = (byte >= wcal)?255:(byte*255/wcal);
1271 s->buffer[i+j] = byte;
1332 unsigned char byte = buf[ HEADER_SIZE + i + offset ];
1336 byte = (byte <= bcal)?0:(byte-bcal);
1337 byte = (byte >= wcal)?255:(byte*255/wcal);
1338 s->buffer[i+j*3+k] = byte;