Lines Matching defs:ibuf
100 uint8_t *ibuf;
460 const type *pbuf = (type *)b->parent->ibuf; \
535 buf = b->ibuf + top * b->stride;
574 type *buf = (type*)b->ibuf; \
735 uint8_t *buf1 = b1->ibuf + top * b1->stride;
736 uint8_t *buf2 = b2 ? b2->ibuf + top * b2->stride: NULL;
898 uint8_t *buf = b1->ibuf + c->top * b1->stride + (c->left << (s->pshift + 1));
1070 b->ibuf = p->idwt.buf;
1078 b->ibuf += w << (1+b->pshift);
1080 b->ibuf += (b->stride>>1);