Searched refs:Predictor2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c413 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { function
466 Predictor0, Predictor1, Predictor2, Predictor3,
693 const uint32_t pred2 = Predictor2(data[-1], data - width);
/external/webp/src/dsp/
H A Dlossless.c413 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { function
466 Predictor0, Predictor1, Predictor2, Predictor3,
693 const uint32_t pred2 = Predictor2(data[-1], data - width);

Completed in 102 milliseconds