Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless.h43 uint32_t VP8LPredictor9_C(uint32_t left, const uint32_t* const top);
Dlossless.c148 uint32_t VP8LPredictor9_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor9_C() function
192 GENERATE_PREDICTOR_ADD(VP8LPredictor9_C, PredictorAdd9_C) in GENERATE_PREDICTOR_ADD()