Atmega328p Power Saving Techniques

fungus:
The "power_all_disable()" does that.

Are you sure? The datasheet makes a point of saying that the ADC must be disabled (ADCSRA) before being shutdown (PRR). You commented that disabling the ADC doesn't seem to do anything, but it should make a noticeable difference.