predict          1905 libavcodec/aacdec.c                 predict(&sce->predictor_state[k], &sce->coeffs[k],
predict           175 libavcodec/ffv1dec.c         sample[1][x] = (predict(sample[1] + x, sample[0] + x) + diff) &
predict           305 libavcodec/ffv1enc.c         diff    = sample[0][x] - predict(sample[0] + x, sample[1] + x);