[svn] / branches / dev-api-4 / xvidcore / src / xvid.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/xvid.h

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

revision 1267, Wed Dec 17 15:16:16 2003 UTC revision 1275, Thu Dec 18 13:26:48 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.h,v 1.27.2.53 2003-12-17 15:16:16 edgomez Exp $   * $Id: xvid.h,v 1.27.2.57 2003-12-18 13:26:40 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 248  Line 248 
248  #define XVID_DISCONTINUITY (1<<1) /* indicates break in stream */  #define XVID_DISCONTINUITY (1<<1) /* indicates break in stream */
249  #define XVID_DEBLOCKY      (1<<2) /* perform luma deblocking */  #define XVID_DEBLOCKY      (1<<2) /* perform luma deblocking */
250  #define XVID_DEBLOCKUV     (1<<3) /* perform chroma deblocking */  #define XVID_DEBLOCKUV     (1<<3) /* perform chroma deblocking */
251    #define XVID_FILMEFFECT    (1<<4) /* adds film grain */
252    
253  typedef struct {  typedef struct {
254          int version;          int version;
# Line 656  Line 657 
657    
658  /* Other */  /* Other */
659  #define XVID_ME_DETECT_STATIC_MOTION  (1<<24) /* speed-up ME by detecting stationary scenes */  #define XVID_ME_DETECT_STATIC_MOTION  (1<<24) /* speed-up ME by detecting stationary scenes */
660    #define XVID_ME_SKIP_DELTASEARCH          (1<<26) /* speed-up by skipping b-frame delta search */
661    #define XVID_ME_FAST_MODEINTERPOLATE  (1<<27) /* speed-up by partly skipping interpolate mode */
662    #define XVID_ME_BFRAME_EARLYSTOP          (1<<28) /* speed-up by early exiting b-search */
663    
664  /* Unused */  /* Unused */
665  #define XVID_ME_UNRESTRICTED16        (1<<20) /* unrestricted ME, not implemented */  #define XVID_ME_UNRESTRICTED16        (1<<20) /* unrestricted ME, not implemented */

Legend:
Removed from v.1267  
changed lines
  Added in v.1275

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