~siretart/x264/trunk

« back to all changes in this revision

Viewing changes to x264.h

  • Committer: Loren Merritt
  • Date: 2006-03-05 07:01:58 UTC
  • Revision ID: git-v1:9773268370492490235dee06d46e091f563626d7
--direct auto
selects direct mode per frame. works best in 2pass (enable in both passes).



git-svn-id: svn://svn.videolan.org/x264/trunk@457 df754926-b1dd-0310-bc7b-ec298dee348c

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
#include <stdarg.h>
37
37
 
38
 
#define X264_BUILD 44
 
38
#define X264_BUILD 45
39
39
 
40
40
/* x264_t:
41
41
 *      opaque handler for decoder and encoder */
64
64
#define X264_DIRECT_PRED_NONE        0
65
65
#define X264_DIRECT_PRED_SPATIAL     1
66
66
#define X264_DIRECT_PRED_TEMPORAL    2
 
67
#define X264_DIRECT_PRED_AUTO        3
67
68
#define X264_ME_DIA                  0
68
69
#define X264_ME_HEX                  1
69
70
#define X264_ME_UMH                  2
72
73
#define X264_CQM_JVT                 1
73
74
#define X264_CQM_CUSTOM              2
74
75
 
75
 
static const char * const x264_direct_pred_names[] = { "none", "spatial", "temporal", 0 };
 
76
static const char * const x264_direct_pred_names[] = { "none", "spatial", "temporal", "auto", 0 };
76
77
static const char * const x264_motion_est_names[] = { "dia", "hex", "umh", "esa", 0 };
77
78
 
78
79
/* Colorspace type