Lines Matching defs:ibuf
1497 IDWTELEM *buf= b->ibuf;
1547 IDWTELEM *ibuf= b->ibuf;
1550 ibuf[b->width/2 + b->height/2*b->stride]= 256*16;
1790 quantize(s, b, b->ibuf, b->buf, b->stride, s->qbias);
1792 decorrelate(s, b, b->ibuf, b->stride, pic->pict_type == AV_PICTURE_TYPE_P, 0);
1794 encode_subband(s, b, b->ibuf, b->parent ? b->parent->ibuf : NULL, b->stride, orientation);
1797 correlate(s, b, b->ibuf, b->stride, 1, 0);
1805 dequantize(s, b, b->ibuf, b->stride);