Lines Matching defs:size
298 #define HUF_ENCSIZE ((1 << HUF_ENCBITS) + 1) // encoding table size
1248 td->channel_line_size = td->xsize * s->current_channel_offset;/* uncompress size of one line */
1249 uncompressed_size = td->channel_line_size * (uint64_t)td->ysize;/* uncompress size of the block */
1273 td->channel_line_size = td->xsize * s->current_channel_offset;/* uncompress size of one line */
1274 uncompressed_size = td->channel_line_size * (uint64_t)td->ysize;/* uncompress size of the block */
1985 int i = 0, size;
1999 size = bytestream2_get_le32(gb);
2001 bytestream2_get_buffer(gb, value, FFMIN(sizeof(value) - 1, size));
2052 bytestream2_init(gb, avpkt->data, avpkt->size);
2129 /* Verify the xmin, xmax, ymin and ymax before setting the actual image size.
2133 av_log(avctx, AV_LOG_ERROR, "Wrong or missing size information.\n");
2189 s->buf_size = avpkt->size;
2218 return avpkt->size;