Lines Matching defs:depth
38 unsigned int depth;
113 depth = bytestream_get_le16(&buf);
143 switch (depth) {
196 1 << depth);
201 av_log(avctx, AV_LOG_ERROR, "depth %u not supported\n", depth);
219 n = ((avctx->width * depth + 31) / 8) & ~3;
222 n = (avctx->width * depth + 7) / 8;
244 int colors = 1 << depth;
252 if (t < 0 || t > (1 << depth)) {
255 t, depth);
283 ff_msrle_decode(avctx, p, depth, &gb);
289 switch (depth) {