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

Diff of /xvidcore/src/image/colorspace.c

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

revision 1.3.2.2, Thu Nov 7 10:28:15 2002 UTC revision 1.8.2.2, Mon Jun 9 01:20:00 2003 UTC
# Line 31  Line 31 
31   *   *
32   **************************************************************************/   **************************************************************************/
33    
34  #include <string.h>                             // memcpy  #include <string.h>                             /* memcpy */
35    
36    #include "../global.h"
37  #include "colorspace.h"  #include "colorspace.h"
 #include "../divx4.h"                   // DEC_PICTURE  
38    
39  // function pointers  /* function pointers */
40    
41  /* input */  /* input */
42  packedFuncPtr rgb555_to_yv12;  packedFuncPtr rgb555_to_yv12;
# Line 88  Line 88 
88  int32_t R_V_tab[256];  int32_t R_V_tab[256];
89    
90    
 #define MIN(A,B)        ((A)<(B)?(A):(B))  
 #define MAX(A,B)        ((A)>(B)?(A):(B))  
   
91    
92  /********** generic colorspace macro **********/  /********** generic colorspace macro **********/
93    

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.8.2.2

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