Originally committed as revision 29978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
int xpos, i;
// create an optimized horizontal scaling routine
+ /* This scaler is made of runtime-generated MMX2 code using specially
+ * tuned pshufw instructions. For every four output pixels, if four
+ * input pixels are enough for the fast bilinear scaling, then a chunk
+ * of fragmentB is used. If five input pixels are needed, then a chunk
+ * of fragmentA is used.
+ */
//code fragment