[svn] / trunk / xvidcore / examples / xvid_stat.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/examples/xvid_stat.c

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

revision 484, Sun Sep 15 20:22:01 2002 UTC revision 485, Sun Sep 15 20:43:52 2002 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_stat.c,v 1.7 2002-09-15 20:22:01 edgomez Exp $   * $Id: xvid_stat.c,v 1.8 2002-09-15 20:43:52 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 422  Line 422 
422   *             Analyse the decoded frame and compare to original   *             Analyse the decoded frame and compare to original
423   ****************************************************************************/   ****************************************************************************/
424    
425                  framepsnr[filenr] = PSNR(XDIM,YDIM, in_buffer, XDIM, out_buffer, XDIM);                  framepsnr[filenr] = PSNR(XDIM,YDIM*3/2, in_buffer, XDIM, out_buffer, XDIM);
426    
427                  printf("dectime =%6.1f ms PSNR %5.2f\n",dectime, framepsnr[filenr]);                  printf("dectime =%6.1f ms PSNR %5.2f\n",dectime, framepsnr[filenr]);
428    

Legend:
Removed from v.484  
changed lines
  Added in v.485

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