comparison msmpeg4.c @ 4174:8535fcac43c1 libavcodec

rename inverse -> ff_inverse
author mru
date Sun, 12 Nov 2006 18:49:36 +0000
parents 7a08ccdc8550
children 1f1a0e67b961
comparison
equal deleted inserted replaced
4173:af40e7d99b8c 4174:8535fcac43c1
673 "movl %%edx, %1 \n\t" 673 "movl %%edx, %1 \n\t"
674 "movl %2, %%eax \n\t" 674 "movl %2, %%eax \n\t"
675 "mull %4 \n\t" 675 "mull %4 \n\t"
676 "movl %%edx, %2 \n\t" 676 "movl %%edx, %2 \n\t"
677 : "+b" (a), "+c" (b), "+D" (c) 677 : "+b" (a), "+c" (b), "+D" (c)
678 : "g" (scale), "S" (inverse[scale]) 678 : "g" (scale), "S" (ff_inverse[scale])
679 : "%eax", "%edx" 679 : "%eax", "%edx"
680 ); 680 );
681 #else 681 #else
682 /* #elif defined (ARCH_ALPHA) */ 682 /* #elif defined (ARCH_ALPHA) */
683 /* Divisions are extremely costly on Alpha; optimize the most 683 /* Divisions are extremely costly on Alpha; optimize the most