Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp513 int col_pre = in TIFF_PredictorEncodeLine() local
518 (dest_buf[index_pre] >> (8 - col_pre - BitsPerComponent)) & mask; in TIFF_PredictorEncodeLine()
570 int col_pre = 0; in TIFF_PredictLine() local
575 ((dest_buf[index_pre] >> (7 - col_pre)) & 1)) { in TIFF_PredictLine()
581 col_pre = col; in TIFF_PredictLine()