For some avisynth filters and for some codecs this reduces speed because they have to use more generic routines to process the clip. Many of the "fast" routines are optimized for mod8 and/or mod16 resolutions :) It's logical to use mod16 resolutions since macroblocs in h264 can be as big as 16x16 pixels. If you use another resolution, it's up to the implementation to choose wether to truncate the picture, or clone the last column of macroblocs to extend the picture to something at least mod8, etc ... or simply do nothing and produce a misaligned or completely b0rked picture xD