Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp508 int row_bits = Colors * BitsPerComponent * Columns; in TIFF_PredictorEncodeLine() local
509 for (int i = row_bits - BitsPerComponent; i >= BitsPerComponent; in TIFF_PredictorEncodeLine()
568 int row_bits = FX_MIN(BitsPerComponent * Colors * Columns, row_size * 8); in TIFF_PredictLine() local
571 for (int i = 1; i < row_bits; i++) { in TIFF_PredictLine()