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
This commit is contained in:
parent
66241b9579
commit
421f376568
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user