Lines Matching defs:buf
27 void FUNC(ff_emulated_edge_mc)(uint8_t *buf, const uint8_t *src,
68 buf += start_x * sizeof(pixel);
72 memcpy(buf, src, w * sizeof(pixel));
73 buf += buf_linesize;
78 memcpy(buf, src, w * sizeof(pixel));
80 buf += buf_linesize;
86 memcpy(buf, src, w * sizeof(pixel));
87 buf += buf_linesize;
90 buf -= block_h * buf_linesize + start_x * (ptrdiff_t)sizeof(pixel);
92 pixel *bufp = (pixel *) buf;
103 buf += buf_linesize;