Lines Matching defs:leftv
751 int lefty, leftu, leftv, y, cy;
753 put_bits(&s->pb, 8, leftv = p->data[2][0]);
760 leftv = sub_left_prediction(s, s->temp[2], p->data[2], width2, 0);
770 leftv = sub_left_prediction(s, s->temp[2], p->data[2] + p->linesize[2], width2, leftv);
778 leftv = sub_left_prediction(s, s->temp[2], p->data[2] + fake_vstride, 2, leftv);
787 s->llvidencdsp.sub_median_pred(s->temp[2], p->data[2] + 2, p->data[2] + fake_vstride + 2, width2 - 2, &leftv, &lefttopv);
809 s->llvidencdsp.sub_median_pred(s->temp[2], vdst - fake_vstride, vdst, width2, &leftv, &lefttopv);
844 leftv = sub_left_prediction(s, s->temp[2], s->temp[2] + width2, width2, leftv);
848 leftv = sub_left_prediction(s, s->temp[2], vdst, width2, leftv);