Lines Matching refs:dst
62 * @param dst pointer to destination image buffer
76 static inline int op(uint8_t **dst, const uint8_t *dst_end,
87 bytestream2_get_bufferu(gb, *dst, striplen);
89 memset(*dst, pixel, striplen);
90 *dst += striplen;
94 *dst += linesize - width;
98 if (*dst >= dst_end) goto exhausted;
100 if (*dst <= dst_end) goto exhausted;
116 uint8_t *dst, *dst_end;
125 dst = s->frame->data[0];
143 op(&dst, dst_end, (gb), (pixel), (count), &x, avctx->width, s->frame->linesize[0])