[cvs] / xvidcore / src / plugins / plugin_ssim.h Repository:
ViewVC logotype

Diff of /xvidcore/src/plugins/plugin_ssim.h

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

revision 1.2, Mon Oct 30 11:21:42 2006 UTC revision 1.3, Wed Nov 8 06:55:27 2006 UTC
# Line 27  Line 27 
27  #ifndef SSIM_H  #ifndef SSIM_H
28  #define SSIM_H  #define SSIM_H
29    
30    /*Plugin for calculating and dumping the ssim quality metric according to
31    
32    http://www.cns.nyu.edu/~lcv/ssim/
33    
34    there is a accurate (but very slow) implementation, using a 8x8 gaussian
35    weighting window, that is quite close to the paper, and a faster unweighted
36    implementation*/
37    
38  typedef struct{  typedef struct{
39          /*stat output*/          /*stat output*/
40          int b_printstat;          int b_printstat;
# Line 36  Line 44 
44          int b_visualize;          int b_visualize;
45    
46          /*accuracy          /*accuracy
47          0 gaussian weigthed (original, as in paper)          0       gaussian weigthed (original, as in paper, very slow)
48          int use 1/int of all samples without weigthing*/          <=4     unweighted, 1 slow 4 fastest*/
49          int acc;          int acc;
50    
51  } plg_ssim_param_t;  } plg_ssim_param_t;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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