Lines Matching refs:data

89             f->hwaccel_picture_private = f->hwaccel_priv_buf->data;
126 dst->hwaccel_picture_private = dst->hwaccel_priv_buf->data;
491 memcpy(dst->data[j] + i * dst->linesize[j],
492 src->data[j] + i * src->linesize[j], width / 2);
541 fade(dst->data[0], dst->linesize[0],
542 src->data[0], src->linesize[0],
697 /* J. The remaining frame header data occurs ONLY FOR INTERFRAMES */
721 av_log(s->avctx, AV_LOG_ERROR, "Insufficent data (%d) for header\n", buf_size);
745 av_log(s->avctx, AV_LOG_ERROR, "Header size larger than data provided\n");
1800 * @param dst target buffer for block data at block position
1802 * @param mv motion vector (relative to block position) to get pixel data from
1807 * @param width width of src/dst plane data
1808 * @param height height of src/dst plane data
1809 * @param linesize size of a single line of plane data, including padding
1819 uint8_t *src = ref->f->data[0];
1857 * @param dst1 target buffer for block data at block position (U plane)
1858 * @param dst2 target buffer for block data at block position (V plane)
1860 * @param mv motion vector (relative to block position) to get pixel data from
1865 * @param width width of src/dst plane data
1866 * @param height height of src/dst plane data
1867 * @param linesize size of a single line of plane data, including padding
1877 uint8_t *src1 = ref->f->data[1], *src2 = ref->f->data[2];
1967 uint8_t **src = s->framep[ref]->tf.f->data;
2307 decode_mb_mode(s, &s->mv_bounds, mb, mb_x, mb_y, curframe->seg_map->data + mb_xy,
2309 prev_frame->seg_map->data + mb_xy : NULL, 1, is_vp7);
2381 curframe->tf.f->data[0] + 16 * mb_y * s->linesize,
2382 curframe->tf.f->data[1] + 8 * mb_y * s->uvlinesize,
2383 curframe->tf.f->data[2] + 8 * mb_y * s->uvlinesize
2438 decode_mb_mode(s, &td->mv_bounds, mb, mb_x, mb_y, curframe->seg_map->data + mb_xy,
2440 prev_frame->seg_map->data + mb_xy : NULL, 0, is_vp7);
2519 curframe->data[0] + 16 * mb_y * s->linesize,
2520 curframe->data[1] + 8 * mb_y * s->uvlinesize,
2521 curframe->data[2] + 8 * mb_y * s->uvlinesize
2637 ret = vp7_decode_frame_header(s, avpkt->data, avpkt->size);
2639 ret = vp8_decode_frame_header(s, avpkt->data, avpkt->size);
2730 ret = avctx->hwaccel->start_frame(avctx, avpkt->data, avpkt->size);
2734 ret = avctx->hwaccel->decode_slice(avctx, avpkt->data, avpkt->size);