Lines Matching refs:width2
726 const int width2 = s->width>>1;
759 leftu = sub_left_prediction(s, s->temp[1], p->data[1], width2, 0);
760 leftv = sub_left_prediction(s, s->temp[2], p->data[2], width2, 0);
769 leftu = sub_left_prediction(s, s->temp[1], p->data[1] + p->linesize[1], width2, leftu);
770 leftv = sub_left_prediction(s, s->temp[2], p->data[2] + p->linesize[2], width2, leftv);
786 s->llvidencdsp.sub_median_pred(s->temp[1], p->data[1] + 2, p->data[1] + fake_ustride + 2, width2 - 2, &leftu, &lefttopu);
787 s->llvidencdsp.sub_median_pred(s->temp[2], p->data[2] + 2, p->data[2] + fake_vstride + 2, width2 - 2, &leftv, &lefttopv);
808 s->llvidencdsp.sub_median_pred(s->temp[1], udst - fake_ustride, udst, width2, &leftu, &lefttopu);
809 s->llvidencdsp.sub_median_pred(s->temp[2], vdst - fake_vstride, vdst, width2, &leftv, &lefttopv);
839 s->llvidencdsp.diff_bytes(s->temp[2], udst, udst - fake_ustride, width2);
840 s->llvidencdsp.diff_bytes(s->temp[2] + width2, vdst, vdst - fake_vstride, width2);
843 leftu = sub_left_prediction(s, s->temp[1], s->temp[2], width2, leftu);
844 leftv = sub_left_prediction(s, s->temp[2], s->temp[2] + width2, width2, leftv);
847 leftu = sub_left_prediction(s, s->temp[1], udst, width2, leftu);
848 leftv = sub_left_prediction(s, s->temp[2], vdst, width2, leftv);