Path: blob/master/3rdparty/libwebp/src/dsp/enc_avx2.c
16348 views
// Copyright 2014 Google Inc. All Rights Reserved.1//2// Use of this source code is governed by a BSD-style license3// that can be found in the COPYING file in the root of the source4// tree. An additional intellectual property rights grant can be found5// in the file PATENTS. All contributing project authors may6// be found in the AUTHORS file in the root of the source tree.7// -----------------------------------------------------------------------------8//9// AVX2 version of speed-critical encoding functions.1011#include "src/dsp/dsp.h"1213#if defined(WEBP_USE_AVX2)1415#endif // WEBP_USE_AVX21617//------------------------------------------------------------------------------18// Entry point1920WEBP_DSP_INIT_STUB(VP8EncDspInitAVX2)212223