Lines Matching refs:bytebuff2

2955   uint8  bytebuff1 = 0, bytebuff2 = 0;  in extractContigSamples24bits()  local
3007 bytebuff1 = bytebuff2 = 0; in extractContigSamples24bits()
3014 bytebuff2 = (buff2 >> 16); in extractContigSamples24bits()
3015 *dst++ = bytebuff2; in extractContigSamples24bits()
3032 bytebuff2 = bytebuff1; in extractContigSamples24bits()
3049 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in extractContigSamples32bits() local
3114 bytebuff2 = (buff2 >> 48); in extractContigSamples32bits()
3115 *dst++ = bytebuff2; in extractContigSamples32bits()
3127 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in extractContigSamples32bits()
3324 uint8 bytebuff1 = 0, bytebuff2 = 0; in extractContigSamplesShifted24bits() local
3380 bytebuff1 = bytebuff2 = 0; in extractContigSamplesShifted24bits()
3387 bytebuff2 = (buff2 >> 16); in extractContigSamplesShifted24bits()
3388 *dst++ = bytebuff2; in extractContigSamplesShifted24bits()
3405 bytebuff2 = bytebuff1; in extractContigSamplesShifted24bits()
3423 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in extractContigSamplesShifted32bits() local
3488 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in extractContigSamplesShifted32bits()
3495 bytebuff2 = (buff2 >> 48); in extractContigSamplesShifted32bits()
3496 *dst++ = bytebuff2; in extractContigSamplesShifted32bits()
3986 uint8 bytebuff1 = 0, bytebuff2 = 0; in combineSeparateSamples24bits() local
4031 bytebuff2 = (buff2 >> 16); in combineSeparateSamples24bits()
4032 *dst++ = bytebuff2; in combineSeparateSamples24bits()
4041 bytebuff1 = bytebuff2 = 0; in combineSeparateSamples24bits()
4057 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateSamples24bits()
4070 bytebuff2 = bytebuff1; in combineSeparateSamples24bits()
4085 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateSamples24bits()
4111 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in combineSeparateSamples32bits() local
4164 bytebuff2 = (buff2 >> 48); in combineSeparateSamples32bits()
4165 *dst++ = bytebuff2; in combineSeparateSamples32bits()
4178 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in combineSeparateSamples32bits()
4216 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateSamples32bits()
4511 uint8 bytebuff1 = 0, bytebuff2 = 0; in combineSeparateTileSamples24bits() local
4555 bytebuff2 = (buff2 >> 16); in combineSeparateTileSamples24bits()
4556 *dst++ = bytebuff2; in combineSeparateTileSamples24bits()
4565 bytebuff1 = bytebuff2 = 0; in combineSeparateTileSamples24bits()
4581 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateTileSamples24bits()
4594 bytebuff2 = bytebuff1; in combineSeparateTileSamples24bits()
4609 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateTileSamples24bits()
4636 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in combineSeparateTileSamples32bits() local
4689 bytebuff2 = (buff2 >> 48); in combineSeparateTileSamples32bits()
4690 *dst++ = bytebuff2; in combineSeparateTileSamples32bits()
4703 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in combineSeparateTileSamples32bits()
4741 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateTileSamples32bits()
6648 unsigned char bytebuff1, bytebuff2; in extractImageSection() local
6766 bytebuff1 = bytebuff2 = 0; in extractImageSection()
6787 bytebuff2 = src_buff[offset2] & ((unsigned char)255 << (7 - shift2)); in extractImageSection()
6788 sect_buff[dst_offset] = bytebuff2; in extractImageSection()
6811 bytebuff2 = src_buff[offset1 + j + 1] & ((unsigned char)255 << (7 - shift1)); in extractImageSection()
6812 sect_buff[dst_offset + j] = (bytebuff1 << shift1) | (bytebuff2 >> (8 - shift1)); in extractImageSection()
6835 bytebuff2 = bytebuff1 & ((unsigned char)255 << shift1); in extractImageSection()
6836 sect_buff[dst_offset] = bytebuff2; in extractImageSection()
6845 bytebuff2 = ((unsigned char)255 << (shift1 - shift2 - 1)); in extractImageSection()
6846 sect_buff[dst_offset] &= bytebuff2; in extractImageSection()
8164 uint8 bytebuff1 = 0, bytebuff2 = 0; in rotateContigSamples24bits() local
8216 bytebuff2 = (buff2 >> 16); in rotateContigSamples24bits()
8217 *dst++ = bytebuff2; in rotateContigSamples24bits()
8225 bytebuff1 = bytebuff2 = 0; in rotateContigSamples24bits()
8239 bytebuff2 = bytebuff1; in rotateContigSamples24bits()
8257 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in rotateContigSamples32bits() local
8321 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in rotateContigSamples32bits()
8328 bytebuff2 = (buff2 >> 48); in rotateContigSamples32bits()
8329 *dst++ = bytebuff2; in rotateContigSamples32bits()
8787 uint8 bytebuff1 = 0, bytebuff2 = 0; in reverseSamples24bits() local
8828 bytebuff1 = bytebuff2 = 0; in reverseSamples24bits()
8835 bytebuff2 = (buff2 >> 16); in reverseSamples24bits()
8836 *dst++ = bytebuff2; in reverseSamples24bits()
8853 bytebuff2 = bytebuff1; in reverseSamples24bits()
8873 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in reverseSamples32bits() local
8929 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in reverseSamples32bits()
8936 bytebuff2 = (buff2 >> 48); in reverseSamples32bits()
8937 *dst++ = bytebuff2; in reverseSamples32bits()
9132 unsigned char bytebuff1, bytebuff2, bytebuff3, bytebuff4; in invertImage() local
9185 bytebuff2 = 16 - (*src & 15); in invertImage()
9186 *src = bytebuff1 << 4 & bytebuff2; in invertImage()
9194 bytebuff2 = 4 - (uint8)(*src & 48 >> 4); in invertImage()
9197 *src = (bytebuff1 << 6) || (bytebuff2 << 4) || (bytebuff3 << 2) || bytebuff4; in invertImage()