OSDN Git Service

altera works, xilinx works with trivial bugs
[fpga-leon-mjpeg/leon-mjpeg.git] / snapgear-2.6-p42 / user / jpeg-6b-host / jidctint.c
index 12943b7..743c9a4 100644 (file)
@@ -875,7 +875,7 @@ jpeg_idct_islow (j_decompress_ptr cinfo, jpeg_component_info * compptr,
       wsptr += DCTSIZE;                /* advance pointer to next row */
 
 
-      /*   fprintf(cinfo->in_upycc,"%02X\n",outptr[0]);
+    fprintf(cinfo->in_upycc,"%02X\n",outptr[0]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[1]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[2]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[3]);
@@ -883,7 +883,7 @@ jpeg_idct_islow (j_decompress_ptr cinfo, jpeg_component_info * compptr,
     fprintf(cinfo->in_upycc,"%02X\n",outptr[5]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[6]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[7]);
-      */
+    
       continue;
     }
 #endif
@@ -967,14 +967,14 @@ jpeg_idct_islow (j_decompress_ptr cinfo, jpeg_component_info * compptr,
     
     wsptr += DCTSIZE;          /* advance pointer to next row */
 
-    /*    fprintf(cinfo->in_upycc,"%02X\n",outptr[0]);
+    fprintf(cinfo->in_upycc,"%02X\n",outptr[0]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[1]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[2]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[3]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[4]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[5]);
     fprintf(cinfo->in_upycc,"%02X\n",outptr[6]);
-    fprintf(cinfo->in_upycc,"%02X\n",outptr[7]);*/
+    fprintf(cinfo->in_upycc,"%02X\n",outptr[7]);
   }
 #endif