Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_thunder.c54 static const int twobitdeltas[4] = { 0, 1, 0, -1 }; variable
125 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
127 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()
129 SETPIXEL(op, (unsigned)((int)lastpixel + twobitdeltas[delta])); in ThunderDecode()