sub_left_prediction 1265 libavcodec/huffyuv.c         lefty= sub_left_prediction(s, s->temp[0], p->data[0]+2, width-2 , lefty);
sub_left_prediction 1266 libavcodec/huffyuv.c         leftu= sub_left_prediction(s, s->temp[1], p->data[1]+1, width2-1, leftu);
sub_left_prediction 1267 libavcodec/huffyuv.c         leftv= sub_left_prediction(s, s->temp[2], p->data[2]+1, width2-1, leftv);
sub_left_prediction 1275 libavcodec/huffyuv.c                 lefty= sub_left_prediction(s, s->temp[0], p->data[0]+p->linesize[0], width , lefty);
sub_left_prediction 1276 libavcodec/huffyuv.c                 leftu= sub_left_prediction(s, s->temp[1], p->data[1]+p->linesize[1], width2, leftu);
sub_left_prediction 1277 libavcodec/huffyuv.c                 leftv= sub_left_prediction(s, s->temp[2], p->data[2]+p->linesize[2], width2, leftv);
sub_left_prediction 1283 libavcodec/huffyuv.c             lefty= sub_left_prediction(s, s->temp[0], p->data[0]+fake_ystride, 4, lefty);
sub_left_prediction 1284 libavcodec/huffyuv.c             leftu= sub_left_prediction(s, s->temp[1], p->data[1]+fake_ustride, 2, leftu);
sub_left_prediction 1285 libavcodec/huffyuv.c             leftv= sub_left_prediction(s, s->temp[2], p->data[2]+fake_vstride, 2, leftv);
sub_left_prediction 1331 libavcodec/huffyuv.c                         lefty= sub_left_prediction(s, s->temp[0], s->temp[1], width , lefty);
sub_left_prediction 1333 libavcodec/huffyuv.c                         lefty= sub_left_prediction(s, s->temp[0], ydst, width , lefty);
sub_left_prediction 1349 libavcodec/huffyuv.c                     lefty= sub_left_prediction(s, s->temp[0], s->temp[1], width , lefty);
sub_left_prediction 1350 libavcodec/huffyuv.c                     leftu= sub_left_prediction(s, s->temp[1], s->temp[2], width2, leftu);
sub_left_prediction 1351 libavcodec/huffyuv.c                     leftv= sub_left_prediction(s, s->temp[2], s->temp[2] + width2, width2, leftv);
sub_left_prediction 1353 libavcodec/huffyuv.c                     lefty= sub_left_prediction(s, s->temp[0], ydst, width , lefty);
sub_left_prediction 1354 libavcodec/huffyuv.c                     leftu= sub_left_prediction(s, s->temp[1], udst, width2, leftu);
sub_left_prediction 1355 libavcodec/huffyuv.c                     leftv= sub_left_prediction(s, s->temp[2], vdst, width2, leftv);