Lines Matching refs:udst
605 uint8_t *udst = *u;
616 udst[x] += fill[0];
626 udst -= ulinesize;
635 udst[x] += fill[2];
645 udst -= ulinesize;
653 *u = udst;
719 uint8_t *udst = frame->data[1] + ((avctx->height >> 1) - 1) * frame->linesize[1];
738 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst,
751 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst,
769 uint8_t *udst = frame->data[1] + ((avctx->height >> 1) - 1) * frame->linesize[1];
783 udst[x] = bytestream2_get_byte(gbyte) + lu;
784 lu = udst[x];
791 udst -= frame->linesize[1];