Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp460 int col_pre = 0; in TIFF_PredictLine() local
465 ((dest_buf[index_pre] >> (7 - col_pre)) & 1)) { in TIFF_PredictLine()
471 col_pre = col; in TIFF_PredictLine()