Lines Matching refs:vdst
606 uint8_t *vdst = *v;
617 vdst[x] += fill[1];
627 vdst -= vlinesize;
636 vdst[x] += fill[3];
646 vdst -= vlinesize;
654 *v = vdst;
720 uint8_t *vdst = frame->data[2] + ((avctx->height >> 1) - 1) * frame->linesize[2];
738 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst,
751 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst,
770 uint8_t *vdst = frame->data[2] + ((avctx->height >> 1) - 1) * frame->linesize[2];
785 vdst[x] = bytestream2_get_byte(gbyte) + lv;
786 lv = vdst[x];
792 vdst -= frame->linesize[2];