#ifndef AOM_AV1_ENCODER_X86_AV1_FWD_TXFM_AVX2_H_
#define AOM_AV1_ENCODER_X86_AV1_FWD_TXFM_AVX2_H_
#include <immintrin.h>
static inline void btf_32_avx2_type0(const int32_t w0, const int32_t w1,
__m256i *in0, __m256i *in1,
const __m256i _r, const int32_t cos_bit) { … }
static inline void btf_32_avx2_type1(const int32_t w0, const int32_t w1,
__m256i *in0, __m256i *in1,
const __m256i _r, const int32_t cos_bit) { … }
static inline void btf_32_avx2_type0_new(const __m256i ww0, const __m256i ww1,
__m256i *in0, __m256i *in1,
const __m256i _r,
const int32_t cos_bit) { … }
static inline void btf_32_avx2_type1_new(const __m256i ww0, const __m256i ww1,
__m256i *in0, __m256i *in1,
const __m256i _r,
const int32_t cos_bit) { … }
#endif