Lines Matching defs:lefty
751 int lefty, leftu, leftv, y, cy;
754 put_bits(&s->pb, 8, lefty = p->data[0][1]);
758 lefty = sub_left_prediction(s, s->temp[0], p->data[0], width , 0);
768 lefty = sub_left_prediction(s, s->temp[0], p->data[0] + p->linesize[0], width , lefty);
776 lefty = sub_left_prediction(s, s->temp[0], p->data[0] + fake_ystride, 4, lefty);
785 s->llvidencdsp.sub_median_pred(s->temp[0], p->data[0] + 4, p->data[0] + fake_ystride + 4, width - 4, &lefty, &lefttopy);
797 s->llvidencdsp.sub_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty, &lefttopy);
807 s->llvidencdsp.sub_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty, &lefttopy);
824 lefty = sub_left_prediction(s, s->temp[0], s->temp[1], width , lefty);
826 lefty = sub_left_prediction(s, s->temp[0], ydst, width , lefty);
842 lefty = sub_left_prediction(s, s->temp[0], s->temp[1], width , lefty);
846 lefty = sub_left_prediction(s, s->temp[0], ydst, width , lefty);