Lines Matching refs:fill
600 uint8_t *fill,
610 y0dst[2*x+0] += fill[0];
611 y0dst[2*x+1] += fill[1];
612 y1dst[2*x+0] += fill[2];
613 y1dst[2*x+1] += fill[3];
616 udst[x] += fill[0];
617 vdst[x] += fill[1];
629 y0dst[2*x+0] += fill[2];
630 y0dst[2*x+1] += fill[3];
633 y1dst[2*x+0] += fill[0];
634 y1dst[2*x+1] += fill[1];
635 udst[x] += fill[2];
636 vdst[x] += fill[3];
666 uint8_t fill[4];
677 fill[i] = bytestream2_get_byte(gbyte);
683 dst[x] += fill[i];
696 fill[i] = bytestream2_get_byte(gbyte);
699 dst[x] += fill[i];
722 uint8_t fill[4];
733 fill[i] = bytestream2_get_byte(gbyte);
742 fill, &x, &y, &pos,
749 fill[i] = bytestream2_get_byte(gbyte);
755 fill, &x, &y, &pos,