Lines Matching refs:y1dst
604 uint8_t *y1dst = *y1;
612 y1dst[2*x+0] += fill[2];
613 y1dst[2*x+1] += fill[3];
625 y1dst -= 2*ylinesize;
633 y1dst[2*x+0] += fill[0];
634 y1dst[2*x+1] += fill[1];
644 y1dst -= 2*ylinesize;
652 *y1 = y1dst;
718 uint8_t *y1dst = y0dst - frame->linesize[0];
738 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst,
751 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst,
768 uint8_t *y1dst = y0dst - frame->linesize[0];
779 y1dst[x*2+0] = bytestream2_get_byte(gbyte) + ly2;
780 ly2 = y1dst[x*2+0];
781 y1dst[x*2+1] = bytestream2_get_byte(gbyte) + ly3;
782 ly3 = y1dst[x*2+1];
790 y1dst -= 2*frame->linesize[0];