#include "./vp9_rtcd.h"
#include "vpx_dsp/x86/inv_txfm_sse2.h"
void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int stride,
int tx_type) { … }
void vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int stride,
int tx_type) { … }
static INLINE void load_buffer_8x16(const tran_low_t *const input,
__m128i *const in) { … }
static INLINE void write_buffer_8x16(uint8_t *const dest, __m128i *const in,
const int stride) { … }
void vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest,
int stride, int tx_type) { … }