Lines Matching refs:pixel
39 av_assert2(block_w * sizeof(pixel) <= FFABS(buf_linesize));
52 src -= (1 + src_x - w) * sizeof(pixel);
55 src += (1 - block_w - src_x) * sizeof(pixel);
67 src += start_y * src_linesize + start_x * (ptrdiff_t)sizeof(pixel);
68 buf += start_x * sizeof(pixel);
72 memcpy(buf, src, w * sizeof(pixel));
78 memcpy(buf, src, w * sizeof(pixel));
86 memcpy(buf, src, w * sizeof(pixel));
90 buf -= block_h * buf_linesize + start_x * (ptrdiff_t)sizeof(pixel);
92 pixel *bufp = (pixel *) buf;