comparison dsputil.c @ 8496:19e2f1a50aa7 libavcodec

consistency cosmetics: Rename POWERPC identifiers to PPC.
author diego
date Sat, 27 Dec 2008 11:33:26 +0000
parents b0ec9768b39b
children 7a463923ecd1
comparison
equal deleted inserted replaced
8495:3e0b4e4b7074 8496:19e2f1a50aa7
167 167
168 for(i=0; i<64; i++){ 168 for(i=0; i<64; i++){
169 int j; 169 int j;
170 j = src_scantable[i]; 170 j = src_scantable[i];
171 st->permutated[i] = permutation[j]; 171 st->permutated[i] = permutation[j];
172 #ifdef ARCH_POWERPC 172 #ifdef ARCH_PPC
173 st->inverse[j] = i; 173 st->inverse[j] = i;
174 #endif 174 #endif
175 } 175 }
176 176
177 end=-1; 177 end=-1;
4626 if (ENABLE_MMX) dsputil_init_mmx (c, avctx); 4626 if (ENABLE_MMX) dsputil_init_mmx (c, avctx);
4627 if (ENABLE_ARM) dsputil_init_arm (c, avctx); 4627 if (ENABLE_ARM) dsputil_init_arm (c, avctx);
4628 if (ENABLE_MLIB) dsputil_init_mlib (c, avctx); 4628 if (ENABLE_MLIB) dsputil_init_mlib (c, avctx);
4629 if (ENABLE_VIS) dsputil_init_vis (c, avctx); 4629 if (ENABLE_VIS) dsputil_init_vis (c, avctx);
4630 if (ENABLE_ALPHA) dsputil_init_alpha (c, avctx); 4630 if (ENABLE_ALPHA) dsputil_init_alpha (c, avctx);
4631 if (ENABLE_POWERPC) dsputil_init_ppc (c, avctx); 4631 if (ENABLE_PPC) dsputil_init_ppc (c, avctx);
4632 if (ENABLE_MMI) dsputil_init_mmi (c, avctx); 4632 if (ENABLE_MMI) dsputil_init_mmi (c, avctx);
4633 if (ENABLE_SH4) dsputil_init_sh4 (c, avctx); 4633 if (ENABLE_SH4) dsputil_init_sh4 (c, avctx);
4634 if (ENABLE_BFIN) dsputil_init_bfin (c, avctx); 4634 if (ENABLE_BFIN) dsputil_init_bfin (c, avctx);
4635 4635
4636 for(i=0; i<64; i++){ 4636 for(i=0; i<64; i++){