[cvs] / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /xvidcore/examples/xvid_encraw.c

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

revision 1.11.2.19, Sun Apr 27 19:53:09 2003 UTC revision 1.11.2.20, Sun Apr 27 20:36:13 2003 UTC
# Line 499  Line 499 
499                  totalenctime = -1;                  totalenctime = -1;
500          }          }
501    
502          printf("Avg: enctime(ms) =%7.2f, fps =%7.2f, length(bytes) = %7d, ",          printf("Avg: enctime(ms) =%7.2f, fps =%7.2f, length(bytes) = %7d",
503                     totalenctime, 1000 / totalenctime, (int) totalsize);                     totalenctime, 1000 / totalenctime, (int) totalsize);
504     if (ARG_STATS) {     if (ARG_STATS) {
505         printf("psnr y = %2.2f, psnr u = %2.2f, psnr v = %2.2f",         printf(", psnr y = %2.2f, psnr u = %2.2f, psnr v = %2.2f",
506                    totalPSNR[0],totalPSNR[1],totalPSNR[2]);                    totalPSNR[0],totalPSNR[1],totalPSNR[2]);
507          }          }
508          printf("\n");          printf("\n");

Legend:
Removed from v.1.11.2.19  
changed lines
  Added in v.1.11.2.20

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