Lines Matching defs:y0dst
603 uint8_t *y0dst = *y0;
610 y0dst[2*x+0] += fill[0];
611 y0dst[2*x+1] += fill[1];
624 y0dst -= 2*ylinesize;
629 y0dst[2*x+0] += fill[2];
630 y0dst[2*x+1] += fill[3];
643 y0dst -= 2*ylinesize;
651 *y0 = y0dst;
717 uint8_t *y0dst = frame->data[0] + (avctx->height - 1) * frame->linesize[0];
718 uint8_t *y1dst = y0dst - frame->linesize[0];
738 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst,
751 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst,
767 uint8_t *y0dst = frame->data[0] + (avctx->height - 1) * frame->linesize[0];
768 uint8_t *y1dst = y0dst - frame->linesize[0];
775 y0dst[x*2+0] = bytestream2_get_byte(gbyte) + ly0;
776 ly0 = y0dst[x*2+0];
777 y0dst[x*2+1] = bytestream2_get_byte(gbyte) + ly1;
778 ly1 = y0dst[x*2+1];
789 y0dst -= 2*frame->linesize[0];