Searched refs:VP8LPredictor12_C (Results 1 – 2 of 2) sorted by relevance
46 uint32_t VP8LPredictor12_C(uint32_t left, const uint32_t* const top);
161 uint32_t VP8LPredictor12_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor12_C() function195 GENERATE_PREDICTOR_ADD(VP8LPredictor12_C, PredictorAdd12_C) in GENERATE_PREDICTOR_ADD()