Merge "Port alt reference frame filter improvement to VP9"
This commit is contained in:
commit
dbaf5f64e2
@ -45,8 +45,7 @@ static void temporal_filter_predictors_mb_c(MACROBLOCKD *xd,
|
|||||||
int x, int y) {
|
int x, int y) {
|
||||||
const int which_mv = 0;
|
const int which_mv = 0;
|
||||||
const MV mv = { mv_row, mv_col };
|
const MV mv = { mv_row, mv_col };
|
||||||
const InterpKernel *const kernel =
|
const InterpKernel *const kernel = vp9_filter_kernels[EIGHTTAP_SHARP];
|
||||||
vp9_filter_kernels[xd->mi[0]->interp_filter];
|
|
||||||
|
|
||||||
enum mv_precision mv_precision_uv;
|
enum mv_precision mv_precision_uv;
|
||||||
int uv_stride;
|
int uv_stride;
|
||||||
@ -86,6 +85,7 @@ static void temporal_filter_predictors_mb_c(MACROBLOCKD *xd,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif // CONFIG_VP9_HIGHBITDEPTH
|
#endif // CONFIG_VP9_HIGHBITDEPTH
|
||||||
|
(void)xd;
|
||||||
vp9_build_inter_predictor(y_mb_ptr, stride,
|
vp9_build_inter_predictor(y_mb_ptr, stride,
|
||||||
&pred[0], 16,
|
&pred[0], 16,
|
||||||
&mv,
|
&mv,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user