Home | History | Annotate | Download | only in dsp

Lines Matching refs:Predictor1

409 static uint32_t Predictor1(uint32_t left, const uint32_t* const top) {
466 Predictor0, Predictor1, Predictor2, Predictor3,
677 const uint32_t pred1 = Predictor1(data[x - 1], NULL);