Lines Matching refs:ptr2
80 uint8_t *ptr, *ptr1, *ptr2;
86 ptr2 = picture->data[2];
127 dst = ptr2;
137 ptr2 += picture->linesize[2] << 1;
299 uint8_t *ptr, *ptr1, *ptr2;
339 ptr2 = p->data[2];
356 bytestream2_get_buffer(gb, ptr2, avctx->width >> 1);
357 ptr2 += p->linesize[2];
363 ptr2 = p->data[2];
368 interp_lines(ptr2, p->linesize[2], img_info[2].width, img_info[2].height);
373 interp_pixels(ptr2, p->linesize[2], img_info[3].width, img_info[3].height);
374 interp_lines (ptr2, p->linesize[2], img_info[3].width, img_info[3].height);
404 ptr2 = p->data[2];
409 ptr2[x] = av_clip_uint8(ptr2[x] - 9);
413 ptr2 += p->linesize[2];