Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp304 uint8_t raw_byte = pSrcData[byte + 1]; in PNG_PredictLine() local
311 pDestData[byte] = raw_byte + left; in PNG_PredictLine()
319 pDestData[byte] = raw_byte + up; in PNG_PredictLine()
331 pDestData[byte] = raw_byte + (up + left) / 2; in PNG_PredictLine()
347 pDestData[byte] = raw_byte + PathPredictor(left, up, upper_left); in PNG_PredictLine()
351 pDestData[byte] = raw_byte; in PNG_PredictLine()
389 uint8_t raw_byte = pSrcData[byte + 1]; in PNG_Predictor() local
396 pDestData[byte] = raw_byte + left; in PNG_Predictor()
404 pDestData[byte] = raw_byte + up; in PNG_Predictor()
416 pDestData[byte] = raw_byte + (up + left) / 2; in PNG_Predictor()
[all …]