/* * Copyright (c) 2018, 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 "av1/encoder/x86/av1_txfm1d_sse4.h" void av1_fdct32_sse4_1(__m128i *input, __m128i *output, int cos_bit, const int stride) { … } void av1_fadst4_sse4_1(const __m128i *input, __m128i *output, const int8_t cos_bit, const int8_t *stage_range) { … } void av1_fdct64_sse4_1(__m128i *input, __m128i *output, int8_t cos_bit, const int instride, const int outstride) { … } void av1_idtx32_sse4_1(__m128i *input, __m128i *output, int cos_bit, const int col_num) { … }