]> granicus.if.org Git - libvpx/commitdiff
Adjustment to mv cost parameters
authorDeb Mukherjee <debargha@google.com>
Wed, 9 Oct 2013 21:14:34 +0000 (14:14 -0700)
committerDeb Mukherjee <debargha@google.com>
Thu, 10 Oct 2013 06:14:25 +0000 (23:14 -0700)
Increases these parameters.
There is a small efficiency gain.

Change-Id: Ie5f0ddb39c907d335e0dafa5eb112365a81f4542
derfraw300: +0.091%
stdhdraw250: +0.238%

vp9/encoder/vp9_rdopt.c

index 079463c27007255ced9a17844eae214663359123..e18dc29649efeeb3a62968b11ea5e157f4d6ef2f 100644 (file)
@@ -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]) {