chromium/third_party/libaom/source/libaom/aom_dsp/x86/variance_ssse3.c

/*
 * Copyright (c) 2016, Alliance for Open Media. All rights reserved.
 *
 * This source code is subject to the terms of the BSD 2 Clause License and
 * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
 * was not distributed with this source code in the LICENSE file, you can
 * obtain it at www.aomedia.org/license/software. If the Alliance for Open
 * Media Patent License 1.0 was not distributed with this source code in the
 * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
 */

#include <stddef.h>
#include <stdint.h>

#include "config/aom_config.h"
#include "config/aom_dsp_rtcd.h"

#include "aom_dsp/aom_dsp_common.h"

// The 2 unused parameters are place holders for PIC enabled build.
// These definitions are for functions defined in subpel_variance.asm
#define DECL
#define DECLS

DECLS(ssse3);
#undef DECLS
#undef DECL

#define FN

#if !CONFIG_REALTIME_ONLY
#define FNS
#else
#define FNS
#endif

FNS

#undef FNS
#undef FN

// The 2 unused parameters are place holders for PIC enabled build.
#define DECL
#define DECLS

DECLS(ssse3);
#undef DECL
#undef DECLS

#define FN

#if !CONFIG_REALTIME_ONLY
#define FNS
#else
#define FNS
#endif

FNS

#undef FNS
#undef FN