Lines Matching defs:linesize
91 uint32_t *p_end = p + (picture->linesize[0] / sizeof(uint32_t)) * picture->height;
99 const int linesize = picture->linesize[0] / sizeof(uint32_t);
100 const uint32_t *py = (uint32_t *)picture->data[0] + t * linesize;
101 const uint32_t *pr, *pb = py + h * linesize;
104 for (; py < pb; py += linesize) {
114 int linesize, int l, int t, int w, int h)
116 const int y_start = t * linesize;
120 const uint32_t *src_pb = src_py + h * linesize;
123 for (; src_py < src_pb; src_py += linesize, dst_py += linesize) {
134 int is_interleaved, has_local_palette, y, pass, y1, linesize, pal_size, lzwed_len;
219 frame->linesize[0] / sizeof(uint32_t), s->gce_l, s->gce_t, s->gce_w, s->gce_h);
234 av_fast_malloc(&s->stored_img, &s->stored_img_size, frame->linesize[0] * frame->height);
239 frame->linesize[0] / sizeof(uint32_t), left, top, pw, height);
256 linesize = frame->linesize[0] / sizeof(uint32_t);
257 ptr1 = (uint32_t *)frame->data[0] + top * linesize + left;
282 ptr += linesize * 8;
286 ptr += linesize * 4;
290 ptr += linesize * 2;
295 ptr = ptr1 + linesize * y1;
299 ptr += linesize;