Home
last modified time | relevance | path

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

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