Searched refs:VP8LPredictor3_C (Results 1 – 2 of 2) sorted by relevance
37 uint32_t VP8LPredictor3_C(uint32_t left, const uint32_t* const top);
123 uint32_t VP8LPredictor3_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor3_C() function186 GENERATE_PREDICTOR_ADD(VP8LPredictor3_C, PredictorAdd3_C) in GENERATE_PREDICTOR_ADD()