comparison postprocess.c @ 4:7e8d09893454 libpostproc

CVS --> Subversion
author diego
date Fri, 09 Jun 2006 13:13:08 +0000
parents 7c419ceafa6a
children a4a3c84fe72f
comparison
equal deleted inserted replaced
3:31aa4fc384c4 4:7e8d09893454
67 optimize c versions 67 optimize c versions
68 try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks 68 try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
69 ... 69 ...
70 */ 70 */
71 71
72 //Changelog: use the CVS log 72 //Changelog: use the Subversion log
73 73
74 #include "config.h" 74 #include "config.h"
75 #include <inttypes.h> 75 #include <inttypes.h>
76 #include <stdio.h> 76 #include <stdio.h>
77 #include <stdlib.h> 77 #include <stdlib.h>