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

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

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

revision 1569, Thu Dec 9 04:58:12 2004 UTC revision 1570, Thu Dec 9 23:02:54 2004 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: quant_h263_altivec.c,v 1.1 2004-04-05 20:36:37 edgomez Exp $   * $Id: quant_h263_altivec.c,v 1.2 2004-12-09 23:02:54 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.1569  
changed lines
  Added in v.1570

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