Nope. If you're sending 625 lines, you're sending 625 lines no matter whether you send odd then even lines or send them all in order. The reason is that originally, TV's couldn't refresh very well. At only 25 frames per second (normal PAL, say) if you drew the whole frame in order, then you'd see a visible refresh because by the time you'd drawn the bottom of the screen, the top part would've lost the glow and faded somewhat, so the start of the next frame would be very noticable - a sudden brightening. By alternating lines, then you aren't updating a large "block" at once, so it doesn't seem to flicker so much.