doom3 doesn't blur anything. in doom3 the borders are much less noticeable because it does additive multipass light rendering * and not simply multiply all shadows over the already completely rendered scene.
(* so the borders are exactly where the model starts to get dark because of the lighting equation. only with a method like this lights and shadows really work together correctly.)
stencil shadows are outdated anyway though. nowadays almost everyone goes with shadow mapping.