Commit b25e4061 authored by Jingning Han's avatar Jingning Han Committed by Gerrit Code Review
Browse files

Merge "Explicitly assign interp_kernel value in non-RD coding mode"

parents 5d185d10 4e9b0d6c
Branches
Tags
No related merge requests found
Showing with 1 addition and 0 deletions
......@@ -263,6 +263,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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment