Home | History | Annotate | Download | only in codec

Lines Matching refs:scan_line

517         FX_LPBYTE scan_line = data_buf + row * row_size;

521 TIFF_PredictorEncodeLine(scan_line, row_size, BitsPerComponent, Colors, Columns);
562 FX_LPBYTE scan_line = data_buf + row * row_size;
566 TIFF_PredictLine(scan_line, row_size, BitsPerComponent, Colors, Columns);