Lines Matching defs:length
100 int x, y, z, length, tablesize, ret, i;
152 length = SGI_HEADER_SIZE;
154 length += depth * height * width;
156 length += tablesize * 2 + depth * height * (2 * width + 1);
158 if ((ret = ff_alloc_packet(avctx, pkt, bytes_per_channel * length)) < 0)
194 /* Skip RLE length table. */
219 length = sgi_rle_encode(&pbc, encode_buf, width,
221 if (length < 1) {
226 bytestream2_put_be32(&tablen_pcb, length);
251 /* total length */
261 { "rle", "Use run-length compression", OFFSET(rle), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, VE },