Mercurial > libavcodec.hg
comparison libpostproc/postprocess.c @ 2040:5de466b3360e libavcodec
per line lowpass filter in mmx
| author | michael |
|---|---|
| date | Fri, 28 May 2004 13:23:53 +0000 |
| parents | f25e485a7850 |
| children | b996fbe0a7e7 |
comparison
equal
deleted
inserted
replaced
| 2039:f25e485a7850 | 2040:5de466b3360e |
|---|---|
| 115 # define always_inline inline | 115 # define always_inline inline |
| 116 #endif | 116 #endif |
| 117 | 117 |
| 118 #ifdef ARCH_X86 | 118 #ifdef ARCH_X86 |
| 119 static uint64_t __attribute__((aligned(8))) attribute_used w05= 0x0005000500050005LL; | 119 static uint64_t __attribute__((aligned(8))) attribute_used w05= 0x0005000500050005LL; |
| 120 static uint64_t __attribute__((aligned(8))) attribute_used w04= 0x0004000400040004LL; | |
| 120 static uint64_t __attribute__((aligned(8))) attribute_used w20= 0x0020002000200020LL; | 121 static uint64_t __attribute__((aligned(8))) attribute_used w20= 0x0020002000200020LL; |
| 121 static uint64_t __attribute__((aligned(8))) attribute_used b00= 0x0000000000000000LL; | 122 static uint64_t __attribute__((aligned(8))) attribute_used b00= 0x0000000000000000LL; |
| 122 static uint64_t __attribute__((aligned(8))) attribute_used b01= 0x0101010101010101LL; | 123 static uint64_t __attribute__((aligned(8))) attribute_used b01= 0x0101010101010101LL; |
| 123 static uint64_t __attribute__((aligned(8))) attribute_used b02= 0x0202020202020202LL; | 124 static uint64_t __attribute__((aligned(8))) attribute_used b02= 0x0202020202020202LL; |
| 124 static uint64_t __attribute__((aligned(8))) attribute_used b08= 0x0808080808080808LL; | 125 static uint64_t __attribute__((aligned(8))) attribute_used b08= 0x0808080808080808LL; |
