ref: 421f376568b2b07a43a93fb055f7e2c48d111a0a
parent: 66241b95796902e0d86ab934f5fe3d778780c8b6
author: Marco <marpan@google.com>
date: Fri Sep 9 05:03:22 EDT 2016
vp8: Set the skin model to mode 1. 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
--- a/vp8/encoder/pickinter.c
+++ b/vp8/encoder/pickinter.c
@@ -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];