]> granicus.if.org Git - libx264/commitdiff
update i_mb_b16x8_cost_table[] for I8x8 mb type (r278 only fixed a symptom).
authorLoren Merritt <pengvado@videolan.org>
Tue, 26 Jul 2005 16:07:17 +0000 (16:07 +0000)
committerLoren Merritt <pengvado@videolan.org>
Tue, 26 Jul 2005 16:07:17 +0000 (16:07 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@281 df754926-b1dd-0310-bc7b-ec298dee348c

common/sparc/pixel.asm [changed mode: 0755->0644]
common/sparc/pixel.h [changed mode: 0755->0644]
encoder/analyse.c
matroska.c [changed mode: 0755->0644]
matroska.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 4740759a60794866ce833ea5ef5567378e33c4b4..0c59c550f8eec398ba8880d04eb1f0b3548d43a8 100644 (file)
@@ -153,7 +153,7 @@ static const int i_mb_b_cost_table[19] = {
     9, 9, 9, 9, 0, 0, 0, 1, 3, 7, 7, 7, 3, 7, 7, 7, 5, 9, 0
 };
 static const int i_mb_b16x8_cost_table[17] = {
-    0, 0, 0, 0, 0, 0, 0, 5, 7, 7, 7, 5, 7, 9, 9, 9, 9
+    0, 0, 0, 0, 0, 0, 0, 0, 5, 7, 7, 7, 5, 7, 9, 9, 9
 };
 static const int i_sub_mb_b_cost_table[13] = {
     7, 5, 5, 3, 7, 5, 7, 3, 7, 7, 7, 5, 1
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)