Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h39 uint32_t VP8LPredictor5_C(uint32_t left, const uint32_t* const top);
Dlossless.c131 uint32_t VP8LPredictor5_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor5_C() function
188 GENERATE_PREDICTOR_ADD(VP8LPredictor5_C, PredictorAdd5_C) in GENERATE_PREDICTOR_ADD()