Lines Matching defs:width
42 if (avctx->width > 65535 || avctx->height > 65535) {
45 avctx->width, avctx->height);
101 unsigned int width, height, depth, dimension;
104 width = avctx->width;
154 length += depth * height * width;
156 length += tablesize * 2 + depth * height * (2 * width + 1);
168 bytestream2_put_be16(&pbc, width);
199 if (!(encode_buf = av_malloc(width * bytes_per_channel)))
208 for (x = 0; x < width * bytes_per_channel; x += bytes_per_channel)
219 length = sgi_rle_encode(&pbc, encode_buf, width,
237 for (x = 0; x < width * depth; x += depth)