HomeSort by relevance Sort by last modified time
    Searched refs:TIFFBitRevTable (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_swab.c 202 * Bit reversal tables. TIFFBitRevTable[<byte>] gives
210 static const unsigned char TIFFBitRevTable[256] = {
282 return (reversed ? TIFFBitRevTable : TIFFNoBitRevTable);
289 cp[0] = TIFFBitRevTable[cp[0]];
290 cp[1] = TIFFBitRevTable[cp[1]];
291 cp[2] = TIFFBitRevTable[cp[2]];
292 cp[3] = TIFFBitRevTable[cp[3]];
293 cp[4] = TIFFBitRevTable[cp[4]];
294 cp[5] = TIFFBitRevTable[cp[5]];
295 cp[6] = TIFFBitRevTable[cp[6]]
    [all...]
  /external/pdfium/third_party/libtiff/
tif_swab.c 202 * Bit reversal tables. TIFFBitRevTable[<byte>] gives
210 static const unsigned char TIFFBitRevTable[256] = {
282 return (reversed ? TIFFBitRevTable : TIFFNoBitRevTable);
289 cp[0] = TIFFBitRevTable[cp[0]];
290 cp[1] = TIFFBitRevTable[cp[1]];
291 cp[2] = TIFFBitRevTable[cp[2]];
292 cp[3] = TIFFBitRevTable[cp[3]];
293 cp[4] = TIFFBitRevTable[cp[4]];
294 cp[5] = TIFFBitRevTable[cp[5]];
295 cp[6] = TIFFBitRevTable[cp[6]]
    [all...]

Completed in 85 milliseconds