summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2013-10-09 14:14:34 -0700
committerDeb Mukherjee <debargha@google.com>2013-10-09 23:14:25 -0700
commite4b0fce41cdf8fceda6d80ab747508efecaeb93d (patch)
tree1dd9c2dd7c9402e8252f593d997acd4474b422d9
parentd6aae4d45690a9b6efc7fd7e1dbe1fc80811f850 (diff)
downloadlibvpx-e4b0fce41cdf8fceda6d80ab747508efecaeb93d.tar
libvpx-e4b0fce41cdf8fceda6d80ab747508efecaeb93d.tar.gz
libvpx-e4b0fce41cdf8fceda6d80ab747508efecaeb93d.tar.bz2
libvpx-e4b0fce41cdf8fceda6d80ab747508efecaeb93d.zip
Adjustment to mv cost parameters
Increases these parameters. There is a small efficiency gain. Change-Id: Ie5f0ddb39c907d335e0dafa5eb112365a81f4542 derfraw300: +0.091% stdhdraw250: +0.238%
-rw-r--r--vp9/encoder/vp9_rdopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_rdopt.c b/vp9/encoder/vp9_rdopt.c
index 079463c27..e18dc2964 100644
--- a/vp9/encoder/vp9_rdopt.c
+++ b/vp9/encoder/vp9_rdopt.c
@@ -111,8 +111,8 @@ static int rd_thresh_block_size_factor[BLOCK_SIZES] =
#define RD_THRESH_INC 1
#define RD_THRESH_POW 1.25
-#define MV_COST_WEIGHT 96
-#define MV_COST_WEIGHT_SUB 102
+#define MV_COST_WEIGHT 108
+#define MV_COST_WEIGHT_SUB 120
static void fill_token_costs(vp9_coeff_cost *c,
vp9_coeff_probs_model (*p)[BLOCK_TYPES]) {