[x265] [PATCH] xIDST4 renamed to idst4

praveen at multicorewareinc.com praveen at multicorewareinc.com
Mon Jul 8 14:32:35 CEST 2013


# HG changeset patch
# User praveentiwari
# Date 1373286745 -19800
# Node ID efddb61b24be1992f50af17e2ba24cfb8386ca92
# Parent  3b1d07683c7d5119c76ca3534f221eb483511e76
xIDST4 renamed to idst4

diff -r 3b1d07683c7d -r efddb61b24be source/common/vec/dct.inc
--- a/source/common/vec/dct.inc	Mon Jul 08 17:56:33 2013 +0530
+++ b/source/common/vec/dct.inc	Mon Jul 08 18:02:25 2013 +0530
@@ -2188,7 +2188,7 @@
     blend8s<2, 6, 10, 14, 3, 7, 11, 15>(half0, half1).store_a(block + 8);
 }
 
-void xIDST4(int *src, short *dst, intptr_t stride)
+void idst4(int *src, short *dst, intptr_t stride)
 {
     const int shift_1st = 7;
     const int shift_2nd = 12;
@@ -2228,7 +2228,7 @@
     {  -74, -29, -74, -29, -74, -29, -74, -29 }
 };
 
-void xIDST4(int *src, short *dst, intptr_t stride)
+void idst4(int *src, short *dst, intptr_t stride)
 {
     __m128i m128iAdd, S0, S8, m128iTmp1, m128iTmp2, m128iAC, m128iBD, m128iA, m128iD;
 
@@ -4093,7 +4093,7 @@
     p.dct[DCT_32x32] = dct32;
 #endif
     // TODO: I am not sure the IDCT works on 16bpp mode
-    p.idct[IDST_4x4] = xIDST4;
+    p.idct[IDST_4x4] = idst4;
     p.idct[IDCT_4x4] = xIDCT4;
     p.idct[IDCT_8x8] = xIDCT8;
     p.idct[IDCT_16x16] = xIDCT16;


More information about the x265-devel mailing list