Lines Matching defs:linesize
64 uint8_t *dst_start, int width, int height, int linesize)
96 dst = dst_start + (y + row) * linesize + x * 2; \
111 static void set_4x4_block(uint8_t *dst, int linesize, uint32_t pixel)
116 AV_WN32A(dst + j * linesize + i * 4, pixel);
124 dst = dst_start + (y + row) * linesize + x * 4; \
138 int linesize, int vflip)
166 dst_start += (height - 1) * linesize;
167 linesize = -linesize;
176 set_4x4_block(dst_start + y * linesize + x * 4, linesize,
186 set_4x4_block(dst_start + y * linesize + x * 4, linesize,
195 set_4x4_block(dst_start + y * linesize + x * 4, linesize,
241 avctx->width, avctx->height, frame->linesize[0]);
244 avctx->width, avctx->height, frame->linesize[0],