]> granicus.if.org Git - libx264/commitdiff
Fix another 10L in QPRD
authorFiona Glaser <fiona@x264.com>
Wed, 29 Jul 2009 03:41:27 +0000 (20:41 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 29 Jul 2009 03:41:27 +0000 (20:41 -0700)
An entry in subpel_iterations was missing.
I have no idea how QPRD was working at all without this change.

encoder/me.c

index ff82227118b31728934acfb7c906ecd3d94ba679..969e1a9ecffc7cebbb42d83abd290b5260540830 100644 (file)
@@ -42,6 +42,7 @@ static const int subpel_iterations[][4] =
     {0,0,2,2},
     {0,0,2,2},
     {0,0,4,10},
+    {0,0,4,10},
     {0,0,4,10}};
 
 /* (x-1)%6 */