Lines Matching refs:bytebuff1

2955   uint8  bytebuff1 = 0, bytebuff2 = 0;  in extractContigSamples24bits()  local
3007 bytebuff1 = bytebuff2 = 0; in extractContigSamples24bits()
3012 bytebuff1 = (buff2 >> 24); in extractContigSamples24bits()
3013 *dst++ = bytebuff1; in extractContigSamples24bits()
3028 bytebuff1 = (buff2 >> 24); in extractContigSamples24bits()
3029 *dst++ = bytebuff1; in extractContigSamples24bits()
3032 bytebuff2 = bytebuff1; in extractContigSamples24bits()
3049 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in extractContigSamples32bits() local
3112 bytebuff1 = (buff2 >> 56); in extractContigSamples32bits()
3113 *dst++ = bytebuff1; in extractContigSamples32bits()
3127 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in extractContigSamples32bits()
3135 bytebuff1 = (buff2 >> 56); in extractContigSamples32bits()
3136 *dst++ = bytebuff1; in extractContigSamples32bits()
3324 uint8 bytebuff1 = 0, bytebuff2 = 0; in extractContigSamplesShifted24bits() local
3380 bytebuff1 = bytebuff2 = 0; in extractContigSamplesShifted24bits()
3385 bytebuff1 = (buff2 >> 24); in extractContigSamplesShifted24bits()
3386 *dst++ = bytebuff1; in extractContigSamplesShifted24bits()
3401 bytebuff1 = (buff2 >> 24); in extractContigSamplesShifted24bits()
3402 *dst++ = bytebuff1; 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()
3493 bytebuff1 = (buff2 >> 56); in extractContigSamplesShifted32bits()
3494 *dst++ = bytebuff1; in extractContigSamplesShifted32bits()
3511 bytebuff1 = (buff2 >> 56); in extractContigSamplesShifted32bits()
3512 *dst++ = bytebuff1; in extractContigSamplesShifted32bits()
3986 uint8 bytebuff1 = 0, bytebuff2 = 0; in combineSeparateSamples24bits() local
4029 bytebuff1 = (buff2 >> 24); in combineSeparateSamples24bits()
4030 *dst++ = bytebuff1; in combineSeparateSamples24bits()
4041 bytebuff1 = bytebuff2 = 0; in combineSeparateSamples24bits()
4056 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateSamples24bits()
4066 bytebuff1 = (buff2 >> 24); in combineSeparateSamples24bits()
4067 *dst++ = bytebuff1; in combineSeparateSamples24bits()
4070 bytebuff2 = bytebuff1; in combineSeparateSamples24bits()
4084 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateSamples24bits()
4111 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in combineSeparateSamples32bits() local
4162 bytebuff1 = (buff2 >> 56); in combineSeparateSamples32bits()
4163 *dst++ = bytebuff1; in combineSeparateSamples32bits()
4178 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in combineSeparateSamples32bits()
4199 bytebuff1 = (buff2 >> 56); in combineSeparateSamples32bits()
4200 *dst++ = bytebuff1; in combineSeparateSamples32bits()
4215 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateSamples32bits()
4511 uint8 bytebuff1 = 0, bytebuff2 = 0; in combineSeparateTileSamples24bits() local
4553 bytebuff1 = (buff2 >> 24); in combineSeparateTileSamples24bits()
4554 *dst++ = bytebuff1; in combineSeparateTileSamples24bits()
4565 bytebuff1 = bytebuff2 = 0; in combineSeparateTileSamples24bits()
4580 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateTileSamples24bits()
4590 bytebuff1 = (buff2 >> 24); in combineSeparateTileSamples24bits()
4591 *dst++ = bytebuff1; in combineSeparateTileSamples24bits()
4594 bytebuff2 = bytebuff1; in combineSeparateTileSamples24bits()
4608 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateTileSamples24bits()
4636 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in combineSeparateTileSamples32bits() local
4687 bytebuff1 = (buff2 >> 56); in combineSeparateTileSamples32bits()
4688 *dst++ = bytebuff1; in combineSeparateTileSamples32bits()
4703 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in combineSeparateTileSamples32bits()
4724 bytebuff1 = (buff2 >> 56); in combineSeparateTileSamples32bits()
4725 *dst++ = bytebuff1; in combineSeparateTileSamples32bits()
4740 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateTileSamples32bits()
6648 unsigned char bytebuff1, bytebuff2; in extractImageSection() local
6766 bytebuff1 = bytebuff2 = 0; in extractImageSection()
6810 bytebuff1 = src_buff[offset1 + j] & ((unsigned char)255 >> shift1); in extractImageSection()
6812 sect_buff[dst_offset + j] = (bytebuff1 << shift1) | (bytebuff2 >> (8 - shift1)); in extractImageSection()
6834 bytebuff1 = src_buff[offset1 + full_bytes] & ((unsigned char)255 << (7 - shift2)); in extractImageSection()
6835 bytebuff2 = bytebuff1 & ((unsigned char)255 << shift1); in extractImageSection()
8164 uint8 bytebuff1 = 0, bytebuff2 = 0; in rotateContigSamples24bits() local
8214 bytebuff1 = (buff2 >> 24); in rotateContigSamples24bits()
8215 *dst++ = bytebuff1; in rotateContigSamples24bits()
8225 bytebuff1 = bytebuff2 = 0; in rotateContigSamples24bits()
8235 bytebuff1 = (buff2 >> 24); in rotateContigSamples24bits()
8236 *dst++ = bytebuff1; 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()
8326 bytebuff1 = (buff2 >> 56); in rotateContigSamples32bits()
8327 *dst++ = bytebuff1; in rotateContigSamples32bits()
8344 bytebuff1 = (buff2 >> 56); in rotateContigSamples32bits()
8345 *dst++ = bytebuff1; in rotateContigSamples32bits()
8787 uint8 bytebuff1 = 0, bytebuff2 = 0; in reverseSamples24bits() local
8828 bytebuff1 = bytebuff2 = 0; in reverseSamples24bits()
8833 bytebuff1 = (buff2 >> 24); in reverseSamples24bits()
8834 *dst++ = bytebuff1; in reverseSamples24bits()
8849 bytebuff1 = (buff2 >> 24); in reverseSamples24bits()
8850 *dst++ = bytebuff1; 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()
8934 bytebuff1 = (buff2 >> 56); in reverseSamples32bits()
8935 *dst++ = bytebuff1; in reverseSamples32bits()
8952 bytebuff1 = (buff2 >> 56); in reverseSamples32bits()
8953 *dst++ = bytebuff1; in reverseSamples32bits()
8967 uint8 bytebuff1; in reverseSamplesBytes() local
9000 bytebuff1 = *src; in reverseSamplesBytes()
9002 *(dst - spp + i) = bytebuff1; in reverseSamplesBytes()
9132 unsigned char bytebuff1, bytebuff2, bytebuff3, bytebuff4; in invertImage() local
9184 bytebuff1 = 16 - (uint8)(*src & 240 >> 4); in invertImage()
9186 *src = bytebuff1 << 4 & bytebuff2; in invertImage()
9193 bytebuff1 = 4 - (uint8)(*src & 192 >> 6); in invertImage()
9197 *src = (bytebuff1 << 6) || (bytebuff2 << 4) || (bytebuff3 << 2) || bytebuff4; in invertImage()