commit | 47fc8f2683946c7ba29a300c4528e66349adf704 | [log] [tgz] |
---|---|---|
author | Adrian Grange <agrange@google.com> | Tue Sep 28 16:52:19 2010 +0100 |
committer | Adrian Grange <agrange@google.com> | Tue Sep 28 16:52:19 2010 +0100 |
tree | ef5b5f56a5eefa211dfd28bdd577990b5fbc4e13 | |
parent | 009032816434b803cd5e7613181703b06fe0b158 [diff] |
Enabled AltRef motion map creation Enabled the first-pass encode to output the map of macroblock coding modes required by the AltRef filter.
diff --git a/vp8/encoder/firstpass.c b/vp8/encoder/firstpass.c index 684ad9b..0a6e8c5 100644 --- a/vp8/encoder/firstpass.c +++ b/vp8/encoder/firstpass.c
@@ -30,7 +30,7 @@ #include "encodemv.h" //#define OUTPUT_FPF 1 -//#define FIRSTPASS_MM 1 +#define FIRSTPASS_MM 1 #if CONFIG_RUNTIME_CPU_DETECT #define IF_RTCD(x) (x)