Searched defs:col_pre (Results 1 – 1 of 1) sorted by relevance
487 int col_pre = (col == 0) ? (8 - BitsPerComponent) : (col - BitsPerComponent); in TIFF_PredictorEncodeLine() local532 int col_pre = (col == 0) ? 8 : col; in TIFF_PredictLine() local