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

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

Completed in 65 milliseconds