Lines Matching refs:ptr1
80 uint8_t *ptr, *ptr1, *ptr2;
85 ptr1 = picture->data[1];
115 dst = ptr1;
125 ptr1 += picture->linesize[1] << 1;
299 uint8_t *ptr, *ptr1, *ptr2;
338 ptr1 = p->data[1];
353 bytestream2_get_buffer(gb, ptr1, avctx->width >> 1);
354 ptr1 += p->linesize[1];
362 ptr1 = p->data[1];
367 interp_lines(ptr1, p->linesize[1], img_info[2].width, img_info[2].height);
371 interp_pixels(ptr1, p->linesize[1], img_info[3].width, img_info[3].height);
372 interp_lines (ptr1, p->linesize[1], img_info[3].width, img_info[3].height);
403 ptr1 = p->data[1];
408 ptr1[x] = av_clip_uint8(ptr1[x] - 28);
412 ptr1 += p->linesize[1];