Lines Matching defs:width
305 ls_encode_line(&state, &pb2, last, in, t, avctx->width, 1, 0, 8);
314 ls_encode_line(&state, &pb2, last, in, t, avctx->width, 1, 0, 16);
319 int j, width;
322 width = avctx->width * 3;
327 width, 3, j, 8);
333 int j, width;
336 width = avctx->width * 3;
341 width, 3, j, 8);
379 bytestream2_put_be16u(&pb, avctx->width);
428 if ((avctx->width | avctx->height) > UINT16_MAX) {
439 if (avctx->width * (unsigned)avctx->height > (INT_MAX - size) / 4 / ctx->comps)
441 size += 4 * ctx->comps * avctx->width * avctx->height;