Searched refs:VP8LPredictor13_C (Results 1 – 2 of 2) sorted by relevance
47 uint32_t VP8LPredictor13_C(uint32_t left, const uint32_t* const top);
165 uint32_t VP8LPredictor13_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor13_C() function196 GENERATE_PREDICTOR_ADD(VP8LPredictor13_C, PredictorAdd13_C) in GENERATE_PREDICTOR_ADD()