Lines Matching refs:data
25 * This file contains functions and data shared by both Indeo4 and
450 * Decode size of the tile data.
454 * where X1-X3 is size of the tile data
457 * @return size of the tile data in bytes
560 return AVERROR_INVALIDDATA; /* corrupt block data */
586 * Decode block data:
594 * @return result code: 0 - OK, -1 = error (corrupted blocks data)
740 * Handle empty tiles by performing data copying and motion
859 /* copy data from the reference tile into the current one */
949 av_log(avctx, AV_LOG_ERROR, "Band buffer points to no data!\n");
1011 av_log(avctx, AV_LOG_ERROR, "Tile data size is zero!\n");
1023 "Corrupted tile data encountered!\n");
1072 const uint8_t *buf = avpkt->data;
1151 ff_ivi_recompose_haar(&ctx->planes[0], frame->data[0], frame->linesize[0]);
1153 ff_ivi_recompose53 (&ctx->planes[0], frame->data[0], frame->linesize[0]);
1155 ivi_output_plane(&ctx->planes[0], frame->data[0], frame->linesize[0]);
1158 ivi_output_plane(&ctx->planes[2], frame->data[1], frame->linesize[1]);
1159 ivi_output_plane(&ctx->planes[1], frame->data[2], frame->linesize[2]);
1181 pkt.data = avpkt->data + (get_bits_count(&ctx->gb) >> 3);