Lines Matching defs:data
341 uint8_t *dst = s->frames[VP56_FRAME_CURRENT]->data[plane] + s->block_offset[b];
437 if (mb_type != VP56_MB_INTRA && !frame_ref->data[0])
447 vp56_idct_put(s, frame_current->data[plane] + s->block_offset[b],
457 s->hdsp.put_pixels_tab[1][0](frame_current->data[plane] + off,
458 frame_ref->data[plane] + off,
460 vp56_idct_add(s, frame_current->data[plane] + off,
476 vp56_mc(s, b, plane, frame_ref->data[plane], s->stride[plane],
478 vp56_idct_add(s, frame_current->data[plane] + s->block_offset[b],
571 const uint8_t *buf = avpkt->data;
659 static int ff_vp56_decode_mbs(AVCodecContext *avctx, void *data,