[x265] [PATCH] asm: correct wrong index name

Min Chen chenm003 at 163.com
Thu Oct 30 00:36:45 CET 2014


# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1414625797 25200
# Node ID 7120297a0071ddf772681c483865cb441b7b3bf7
# Parent  fe3b88e11f444e314c14d908e96ca9cfd1913074
asm: correct wrong index name

diff -r fe3b88e11f44 -r 7120297a0071 source/common/x86/asm-primitives.cpp
--- a/source/common/x86/asm-primitives.cpp	Wed Oct 29 11:07:44 2014 -0500
+++ b/source/common/x86/asm-primitives.cpp	Wed Oct 29 16:36:37 2014 -0700
@@ -1798,7 +1798,7 @@
         p.transpose[BLOCK_32x32] = x265_transpose32_avx2;
         p.transpose[BLOCK_64x64] = x265_transpose64_avx2;
 #endif
-        p.luma_hpp[BLOCK_4x4] = x265_interp_8tap_horiz_pp_4x4_avx2;
+        p.luma_hpp[LUMA_4x4] = x265_interp_8tap_horiz_pp_4x4_avx2;
     }
 #endif // if HIGH_BIT_DEPTH
 }



More information about the x265-devel mailing list