summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorMarco <marpan@google.com>2016-03-11 12:44:36 -0800
committerMarco <marpan@google.com>2016-03-11 12:51:00 -0800
commit26e5014567ffa08a6486da10b0283b88b378cc27 (patch)
tree65cd011c97964226d1f01521e95f1227a53ea294 /vp9/encoder
parentcaa8de547f5860bfbb83626811d631dbf6d2b5d1 (diff)
downloadlibvpx-26e5014567ffa08a6486da10b0283b88b378cc27.tar
libvpx-26e5014567ffa08a6486da10b0283b88b378cc27.tar.gz
libvpx-26e5014567ffa08a6486da10b0283b88b378cc27.tar.bz2
libvpx-26e5014567ffa08a6486da10b0283b88b378cc27.zip
vp9: Switch to model=1 for skin detection.
Very small change in speed (within 0.5%), somewhat better detection over RTC clips. Change-Id: I5bf0a7438fa7ccb60b26887125099e3238e5f298
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/vp9_skin_detection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_skin_detection.c b/vp9/encoder/vp9_skin_detection.c
index 01cc0b442..2b47555b1 100644
--- a/vp9/encoder/vp9_skin_detection.c
+++ b/vp9/encoder/vp9_skin_detection.c
@@ -15,7 +15,7 @@
#include "vp9/encoder/vp9_encoder.h"
#include "vp9/encoder/vp9_skin_detection.h"
-#define MODEL_MODE 0
+#define MODEL_MODE 1
// Fixed-point skin color model parameters.
static const int skin_mean[5][2] = {