Searched refs:TIFFBitRevTable (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_swab.c118 * Bit reversal tables. TIFFBitRevTable[<byte>] gives
126 static const unsigned char TIFFBitRevTable[256] = { variable
198 return (reversed ? TIFFBitRevTable : TIFFNoBitRevTable);
205 cp[0] = TIFFBitRevTable[cp[0]];
206 cp[1] = TIFFBitRevTable[cp[1]];
207 cp[2] = TIFFBitRevTable[cp[2]];
208 cp[3] = TIFFBitRevTable[cp[3]];
209 cp[4] = TIFFBitRevTable[cp[4]];
210 cp[5] = TIFFBitRevTable[cp[5]];
211 cp[6] = TIFFBitRevTable[c
[all...]

Completed in 55 milliseconds