Explicitly assign interp_kernel value in non-RD coding mode
Assign interp_kernel value in MACROBLOCKD. This will be used to select prediction filter coefficient sets and generate motion compensated prediction. Change-Id: I28c8dfb2dae6566f6939bb328aca5875c94bee65
This commit is contained in:
parent
c909b43e3c
commit
4e9b0d6cef
@ -264,6 +264,7 @@ int64_t vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
|
||||
EIGHTTAP : cpi->common.interp_filter;
|
||||
mbmi->skip = 0;
|
||||
mbmi->segment_id = 0;
|
||||
xd->interp_kernel = vp9_get_interp_kernel(mbmi->interp_filter);
|
||||
|
||||
for (ref_frame = LAST_FRAME; ref_frame <= LAST_FRAME ; ++ref_frame) {
|
||||
x->pred_mv_sad[ref_frame] = INT_MAX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user