HomeSort by relevance Sort by last modified time
    Searched refs:Predictor2 (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
lossless.c 125 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) {
204 const uint32_t pred2 = Predictor2(data[-1], data - width);
586 VP8LPredictors[2] = Predictor2;
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.c 413 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) {
466 Predictor0, Predictor1, Predictor2, Predictor3,
693 const uint32_t pred2 = Predictor2(data[-1], data - width);
    [all...]

Completed in 79 milliseconds