Enable improved temporal filter in ext-interp experiment
It improves the coding performance by 0.3%. Change-Id: I9703abd705ceacdf9e7424428e5120253cadcc18
This commit is contained in:
parent
d1d11fc6dd
commit
95d35a4a0b
@ -51,6 +51,9 @@ static void temporal_filter_predictors_mb_c(MACROBLOCKD *xd,
|
||||
#if FILTER_12TAP
|
||||
const INTERP_FILTER interp_filter = SHARP_FILTER_12TAP;
|
||||
(void)xd;
|
||||
#elif SWITCHABLE_FILTERS == 5
|
||||
const INTERP_FILTER interp_filter = EIGHTTAP_SHARP2;
|
||||
(void)xd;
|
||||
#else
|
||||
const INTERP_FILTER interp_filter = xd->mi[0]->mbmi.interp_filter;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user