left_prediction   960 libavcodec/huffyuvdec.c                 left = left_prediction(s, p->data[plane], s->temp[0], w, 0);
left_prediction   966 libavcodec/huffyuvdec.c                     left = left_prediction(s, dst, s->temp[0], w, left);
left_prediction   977 libavcodec/huffyuvdec.c                 left= left_prediction(s, p->data[plane], s->temp[0], w, 0);
left_prediction   984 libavcodec/huffyuvdec.c                     left = left_prediction(s, p->data[plane] + p->linesize[plane], s->temp[0], w, left);