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
This commit is contained in:
Родитель
caa8de547f
Коммит
26e5014567
|
@ -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] = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче