]> granicus.if.org Git - libvpx/commitdiff
vp8: Set the skin model to mode 1.
authorMarco <marpan@google.com>
Fri, 9 Sep 2016 16:03:22 +0000 (09:03 -0700)
committerMarco <marpan@google.com>
Fri, 9 Sep 2016 16:09:43 +0000 (09:09 -0700)
This change was reverted before due to a hangouts encode-time
regression investigation. But since then this change has been
cleared of causing any noticeable regression.

This mode reduces some false detection, and uses the
same model as in vp9.

Change-Id: I9c82a748c5f601d0aca9f61ee218abfbd58c62bd

vp8/encoder/pickinter.c

index b6e8dbfa5b7cc4faedcb65e200be799136d18b8f..7948657fc7492e7e91e40296280ce26ba0cc2d4a 100644 (file)
@@ -35,7 +35,7 @@
 extern unsigned int cnt_pm;
 #endif
 
-#define MODEL_MODE 0
+#define MODEL_MODE 1
 
 extern const int vp8_ref_frame_order[MAX_MODES];
 extern const MB_PREDICTION_MODE vp8_mode_order[MAX_MODES];