changeset 7997:d38acad6d4bb libavcodec

Declare ff_pw_53 and ff_pw_18 as assembler constants. Patch by Diego 'Flameeyes' Petten
author gpoirier
date Sat, 04 Oct 2008 16:48:07 +0000
parents b3ce73df10bb
children 2dbed1c6a963
files i386/vc1dsp_mmx.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/i386/vc1dsp_mmx.c	Sat Oct 04 11:20:02 2008 +0000
+++ b/i386/vc1dsp_mmx.c	Sat Oct 04 16:48:07 2008 +0000
@@ -203,8 +203,8 @@
  * Filter coefficients made global to allow access by all 1 or 3 quarter shift
  * interpolation functions.
  */
-DECLARE_ALIGNED_16(const uint64_t, ff_pw_53) = 0x0035003500350035ULL;
-DECLARE_ALIGNED_16(const uint64_t, ff_pw_18) = 0x0012001200120012ULL;
+DECLARE_ASM_CONST(16, uint64_t, ff_pw_53) = 0x0035003500350035ULL;
+DECLARE_ASM_CONST(16, uint64_t, ff_pw_18) = 0x0012001200120012ULL;
 
 /**
  * Core of the 1/4 and 3/4 shift bicubic interpolation.