Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp487 int col_pre = (col == 0) ? (8 - BitsPerComponent) : (col - BitsPerComponent); in TIFF_PredictorEncodeLine() local
532 int col_pre = (col == 0) ? 8 : col; in TIFF_PredictLine() local