chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c

/*
 *  Copyright (c) 2012 The WebM project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree. An additional intellectual property rights grant can be found
 *  in the file PATENTS.  All contributing project authors may
 *  be found in the AUTHORS file in the root of the source tree.
 */
#include <immintrin.h>
#include "./vpx_dsp_rtcd.h"
#include "vpx_ports/mem.h"

static INLINE unsigned int sad64xh_avx2(const uint8_t *src_ptr, int src_stride,
                                        const uint8_t *ref_ptr, int ref_stride,
                                        int h) {}

static INLINE unsigned int sad32xh_avx2(const uint8_t *src_ptr, int src_stride,
                                        const uint8_t *ref_ptr, int ref_stride,
                                        int h) {}

#define FSAD64_H

#define FSADS64_H

#define FSAD32_H

#define FSADS32_H

#define FSAD64

#define FSAD32

FSAD64
FSAD32

#undef FSAD64
#undef FSAD32
#undef FSAD64_H
#undef FSAD32_H
#undef FSADS64_H
#undef FSADS32_H

#define FSADAVG64_H

#define FSADAVG32_H

#define FSADAVG64

#define FSADAVG32

FSADAVG64
FSADAVG32

#undef FSADAVG64
#undef FSADAVG32
#undef FSADAVG64_H
#undef FSADAVG32_H