summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
diff options
context:
space:
mode:
authorHui Su <huisu@google.com>2018-09-24 18:15:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-09-24 18:15:49 +0000
commit4b8cb2e66be17eea579b48fccc3d05f8cad40514 (patch)
tree66b30b11bc877a98174c1c1d87e7fd24251ffcf5 /vp9/encoder/vp9_encoder.c
parent3448987ab20aa05716ffc4aedf6d02e23f75920b (diff)
parent1b14cb4e942189db7401c7e0542280fb96672648 (diff)
downloadlibvpx-4b8cb2e66be17eea579b48fccc3d05f8cad40514.tar
libvpx-4b8cb2e66be17eea579b48fccc3d05f8cad40514.tar.gz
libvpx-4b8cb2e66be17eea579b48fccc3d05f8cad40514.tar.bz2
libvpx-4b8cb2e66be17eea579b48fccc3d05f8cad40514.zip
Merge "Improve subpel MV search for speed 1"
Diffstat (limited to 'vp9/encoder/vp9_encoder.c')
-rw-r--r--vp9/encoder/vp9_encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_encoder.c b/vp9/encoder/vp9_encoder.c
index 2f8e73657..02d595aac 100644
--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -5486,7 +5486,7 @@ uint32_t motion_compensated_prediction(VP9_COMP *cpi, ThreadData *td,
// Ignore mv costing by sending NULL pointer instead of cost array
bestsme = cpi->find_fractional_mv_step(
x, mv, &best_ref_mv1, cpi->common.allow_high_precision_mv, x->errorperbit,
- &cpi->fn_ptr[bsize], 0, mv_sf->subpel_iters_per_step,
+ &cpi->fn_ptr[bsize], 0, mv_sf->subpel_search_level,
cond_cost_list(cpi, cost_list), NULL, NULL, &distortion, &sse, NULL, 0,
0);