Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp463 int col_pre = 0; in TIFF_PredictLine() local
468 ((dest_buf[index_pre] >> (7 - col_pre)) & 1)) { in TIFF_PredictLine()
474 col_pre = col; in TIFF_PredictLine()