comparison postproc/postprocess_template.c @ 6949:81f6cbfc33ce

1000l
author michael
date Thu, 08 Aug 2002 10:46:16 +0000
parents 3b078401d610
children e3ecccc7e505
comparison
equal deleted inserted replaced
6948:ab51ddbec0e1 6949:81f6cbfc33ce
120 "paddb %%mm1, %%mm0 \n\t" 120 "paddb %%mm1, %%mm0 \n\t"
121 #endif 121 #endif
122 "movd %%mm0, %0 \n\t" 122 "movd %%mm0, %0 \n\t"
123 : "=r" (numEq) 123 : "=r" (numEq)
124 : "r" (src), "r" (stride) 124 : "r" (src), "r" (stride)
125 : "%ebx" 125 : "%eax", "%ebx"
126 ); 126 );
127 numEq= (-numEq) &0xFF; 127 numEq= (-numEq) &0xFF;
128 128
129 #else 129 #else
130 for(y=0; y<BLOCK_SIZE-1; y++) 130 for(y=0; y<BLOCK_SIZE-1; y++)