[cvs] / xvidcore / src / quant / ppc_asm / quant_h263_altivec.c Repository:
ViewVC logotype

Diff of /xvidcore/src/quant/ppc_asm/quant_h263_altivec.c

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

revision 1.1, Mon Apr 5 20:36:37 2004 UTC revision 1.2, Thu Dec 9 23:02:54 2004 UTC
# Line 115  Line 115 
115    
116  #ifdef DEBUG  #ifdef DEBUG
117      if(((unsigned)coeff) & 15)      if(((unsigned)coeff) & 15)
118          fprintf(stderr, "quant_h263_intra_altivec_c:incorrect align, coeff: %x\n", coeff);          fprintf(stderr, "quant_h263_intra_altivec_c:incorrect align, coeff: %lx\n", (long)coeff);
119  #endif  #endif
120    
121      zerovec = vec_splat_u8(0);      zerovec = vec_splat_u8(0);
# Line 198  Line 198 
198    
199  #ifdef DEBUG  #ifdef DEBUG
200      if(((unsigned)coeff) & 0x15)      if(((unsigned)coeff) & 0x15)
201          fprintf(stderr, "quant_h263_inter_altivec_c:incorrect align, coeff: %x\n", coeff);          fprintf(stderr, "quant_h263_inter_altivec_c:incorrect align, coeff: %lx\n", (long)coeff);
202  #endif  #endif
203    
204      /* initialisation stuff */      /* initialisation stuff */
# Line 304  Line 304 
304    
305  #ifdef DEBUG  #ifdef DEBUG
306      if(((unsigned)data) & 0x15)      if(((unsigned)data) & 0x15)
307          fprintf(stderr, "dequant_h263_intra_altivec_c:incorrect align, data: %x\n", data);          fprintf(stderr, "dequant_h263_intra_altivec_c:incorrect align, data: %lx\n", (long)data);
308  #endif  #endif
309    
310      /* initialize */      /* initialize */
# Line 407  Line 407 
407  #ifdef DEBUG  #ifdef DEBUG
408      /* print alignment errors if this is on */      /* print alignment errors if this is on */
409      if(((unsigned)data) & 0x15)      if(((unsigned)data) & 0x15)
410          fprintf(stderr, "dequant_h263_inter_altivec_c:incorrect align, data: %x\n", data);          fprintf(stderr, "dequant_h263_inter_altivec_c:incorrect align, data: %lx\n", (long)data);
411  #endif  #endif
412    
413      /* initialize */      /* initialize */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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