[svn] / branches / dev-api-4 / xvidcore / src / image / qpel.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/image/qpel.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1173, Sun Oct 5 00:11:18 2003 UTC revision 1174, Tue Oct 7 13:02:35 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: qpel.c,v 1.1.4.4 2003-10-01 23:23:01 edgomez Exp $   * $Id: qpel.c,v 1.1.4.5 2003-10-07 13:02:35 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 253  Line 253 
253    
254  void xvid_Init_QP()  void xvid_Init_QP()
255  {  {
256    #ifdef ARCH_IS_IA32
257          int i;          int i;
258    
 #ifdef ARCH_IS_IA32  
259          for(i=0; i<256; ++i) {          for(i=0; i<256; ++i) {
260                  xvid_Expand_mmx[i][0] = i;                  xvid_Expand_mmx[i][0] = i;
261                  xvid_Expand_mmx[i][1] = i;                  xvid_Expand_mmx[i][1] = i;

Legend:
Removed from v.1173  
changed lines
  Added in v.1174

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4