Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
François Cartegnie
dav1d
Commits
fb8078a6
Verified
Commit
fb8078a6
authored
Oct 20, 2018
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: fix redefinition of _WIN32_WINNT in looprestoration
parent
53194dbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/x86/looprestoration_init.c
src/x86/looprestoration_init.c
+2
-4
No files found.
src/x86/looprestoration_init.c
View file @
fb8078a6
...
...
@@ -25,14 +25,12 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <assert.h>
#include "src/cpu.h"
#include "src/looprestoration.h"
#include "common/attributes.h"
#include "common/intops.h"
#include "src/cpu.h"
#include "src/looprestoration.h"
#if BITDEPTH == 8 && ARCH_X86_64
void
dav1d_wiener_filter_h_avx2
(
int16_t
*
dst
,
const
pixel
(
*
left
)[
4
],
const
pixel
*
src
,
ptrdiff_t
stride
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment