[cvs] / xvidcore / src / image / ppc_asm / colorspace_altivec.c Repository:
ViewVC logotype

Diff of /xvidcore/src/image/ppc_asm/colorspace_altivec.c

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

revision 1.1, Mon Apr 5 20:36:36 2004 UTC revision 1.2, Sun Oct 17 10:20:15 2004 UTC
# Line 249  Line 249 
249  static inline unsigned  static inline unsigned
250  build_prefetch(unsigned char block_size, unsigned char block_count, short stride)  build_prefetch(unsigned char block_size, unsigned char block_count, short stride)
251  {  {
     if(block_size > 31)  
         block_size = 0;  
   
252      return ((block_size << 24) | (block_count << 16) | stride);      return ((block_size << 24) | (block_count << 16) | stride);
253  }  }
254    

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