Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp243 uint8_t PathPredictor(int a, int b, int c) { in PathPredictor() function
338 pDestData[byte] = raw_byte + PathPredictor(left, up, upper_left); in PNG_PredictLine()
423 pDestData[byte] = raw_byte + PathPredictor(left, up, upper_left); in PNG_Predictor()