Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp280 uint8_t PathPredictor(int a, int b, int c) { in PathPredictor() function
349 pDestData[byte] = raw_byte + PathPredictor(left, up, upper_left); in PNG_PredictLine()
437 pDestData[byte] = raw_byte + PathPredictor(left, up, upper_left); in PNG_Predictor()