--- config.h 2002/12/14 06:09:33 1.14.2.3 +++ config.h 2003/02/15 06:33:05 1.14.2.6 @@ -62,6 +62,13 @@ #define CREDITS_MODE_QUANT 1 #define CREDITS_MODE_SIZE 2 +/* vhq modes */ +#define VHQ_OFF 0 +#define VHQ_MODE_DECISION 1 +#define VHQ_LIMITED_SEARCH 2 +#define VHQ_MEDIUM_SEARCH 3 +#define VHQ_WIDE_SEARCH 4 + #define CREDITS_START 1 #define CREDITS_END 2 @@ -86,6 +93,7 @@ int motion_search; int quant_type; int fourcc_used; + int vhq_mode; int max_key_interval; int min_key_interval; int lum_masking; @@ -158,6 +166,8 @@ #ifdef _SMP int num_threads; #endif + int chroma_opt; + int frame_drop_ratio; /* decoder */