Lines Matching defs:buf
75 typedef void (*ivi_mc_func) (int16_t *buf, const int16_t *ref_buf,
77 typedef void (*ivi_mc_avg_func) (int16_t *buf, const int16_t *ref_buf1,
97 mc(band->buf + offs, band->ref_buf + ref_offs, band->pitch, mc_type);
107 mc(band->buf + offs, band->b_ref_buf + ref_offs2,
110 mc_avg(band->buf + offs, band->ref_buf + ref_offs,
479 band->dc_transform(prev_dc, band->buf + buf_offs,
575 band->inv_transform(trvec, band->buf + offs,
861 dst = band->buf + tile->ypos * pitch + tile->xpos;
863 memcpy(dst, src, tile->width*sizeof(band->buf[0]));
879 src = band->buf;
902 const int16_t *src = plane->bands[0].buf;
947 band->buf = prepare_buf(ctx, band, ctx->dst_buf);
948 if (!band->buf) {
1072 const uint8_t *buf = avpkt->data;
1076 result = init_get_bits8(&ctx->gb, buf, buf_size);
1079 ctx->frame_data = buf;
1132 if (!ctx->planes[p].bands[0].buf)