Skip to content
Snippets Groups Projects
Commit 95d35a4a authored by Jingning Han's avatar Jingning Han
Browse files

Enable improved temporal filter in ext-interp experiment

It improves the coding performance by 0.3%.

Change-Id: I9703abd705ceacdf9e7424428e5120253cadcc18
parent d1d11fc6
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment