[x265] [PATCH] TComRom: fix fraction part variation in x265_lambda2_tab for higher QPs

kavitha at multicorewareinc.com kavitha at multicorewareinc.com
Tue Jun 10 10:29:53 CEST 2014


# HG changeset patch
# User Kavitha Sampath <kavitha at multicorewareinc.com>
# Date 1402388910 -19800
#      Tue Jun 10 13:58:30 2014 +0530
# Node ID a89e0703e7245d9298d8359b922f0e7939437b1b
# Parent  0cbc7320c9f2904bb1439dca70fd278ea42ed5aa
TComRom: fix fraction part variation in x265_lambda2_tab for higher QPs

diff -r 0cbc7320c9f2 -r a89e0703e724 source/Lib/TLibCommon/TComRom.cpp
--- a/source/Lib/TLibCommon/TComRom.cpp	Mon Jun 09 11:34:11 2014 +0530
+++ b/source/Lib/TLibCommon/TComRom.cpp	Tue Jun 10 13:58:30 2014 +0530
@@ -149,16 +149,16 @@
     0.1687, 0.2125, 0.2677, 0.3373, 0.4250,
     0.5355, 0.6746, 0.8500, 1.0709, 1.3493,
     1.7000, 2.1419, 2.6986, 3.4000, 4.2837,
-    5.3972, 6.8000, 8.5675, 10.7943, 13.6000,
-    17.1349, 21.5887, 27.2000, 34.2699, 43.1773,
-    54.4000, 68.5397, 86.3546, 108.8000, 137.0794,
-    172.7092, 217.6000, 274.1588, 345.4185, 435.2000,
-    548.3176, 690.8369, 870.4000, 1096.6353, 1381.6739,
-    1740.8000, 2193.2706, 2763.3478, 3481.6000, 4386.5411,
-    5526.6955, 6963.2000, 8773.0823, 11053.3910, 13926.4000,
-    17546.1645, 22106.7820, 27852.8000, 35092.3290, 44213.5640,
-    55705.6000, 70184.6580, 88427.1280, 111411.2000, 140369.3161,
-    176854.2561, 222822.4000, 280738.6321, 353708.5122, 445644.8000
+    5.3970, 6.8000, 8.5675, 10.7943, 13.6000,
+    17.1345, 21.5887, 27.2004, 34.2699, 43.1773,
+    54.4000, 68.5397, 86.3551, 108.7998, 137.0792,
+    172.7097, 217.6000, 274.1590, 345.4172, 435.1993,
+    548.3169, 690.8389, 870.4000, 1096.6362, 1381.6757,
+    1740.7974, 2193.2676, 2763.3460, 3481.6000, 4386.5446,
+    5526.6890, 6963.2049, 8773.0879, 11053.3840, 13926.4000,
+    17546.1542, 22106.7835, 27852.7889, 35092.3170, 44213.5749,
+    55705.6000, 70184.6657, 88427.1342, 111411.2172, 140369.3373,
+    176854.2222, 222822.4000, 280738.6627, 353708.5368, 445644.7459
 };
 
 static int initialized /* = 0 */;


More information about the x265-devel mailing list