left_prediction 911 libavcodec/huffyuvdec.c left = left_prediction(s, p->data[plane], s->temp[0], w, 0); left_prediction 917 libavcodec/huffyuvdec.c left = left_prediction(s, dst, s->temp[0], w, left); left_prediction 928 libavcodec/huffyuvdec.c left= left_prediction(s, p->data[plane], s->temp[0], w, 0); left_prediction 937 libavcodec/huffyuvdec.c left = left_prediction(s, p->data[plane] + p->linesize[plane], s->temp[0], w, left);