Home
last modified time | relevance | path

Searched refs:threebitdeltas (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_thunder.c57 static const int threebitdeltas[8] = { 0, 1, 2, 3, 0, -3, -2, -1 }; variable
135 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()
137 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()