[svn] / branches / dev-api-4 / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/examples/xvid_encraw.c

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

revision 996, Sun Apr 27 19:53:09 2003 UTC revision 997, Sun Apr 27 20:36:13 2003 UTC
# Line 19  Line 19 
19   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: xvid_encraw.c,v 1.11.2.19 2003-04-27 19:53:09 chl Exp $   * $Id: xvid_encraw.c,v 1.11.2.20 2003-04-27 20:36:13 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.996  
changed lines
  Added in v.997

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