Lines Matching defs:height
42 if (avctx->width > 65535 || avctx->height > 65535) {
45 avctx->width, avctx->height);
101 unsigned int width, height, depth, dimension;
105 height = avctx->height;
151 tablesize = depth * height * 4;
154 length += depth * height * width;
156 length += tablesize * 2 + depth * height * (2 * width + 1);
169 bytestream2_put_be16(&pbc, height);
203 in_buf = p->data[0] + p->linesize[0] * (height - 1) + z * bytes_per_channel;
205 for (y = 0; y < height; y++) {
234 in_buf = p->data[0] + p->linesize[0] * (height - 1) + z * bytes_per_channel;
236 for (y = 0; y < height; y++) {