summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86/inv_txfm_ssse3.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_dsp/x86/inv_txfm_ssse3.h')
-rw-r--r--vpx_dsp/x86/inv_txfm_ssse3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vpx_dsp/x86/inv_txfm_ssse3.h b/vpx_dsp/x86/inv_txfm_ssse3.h
index 3db712a8d..92d4c4e52 100644
--- a/vpx_dsp/x86/inv_txfm_ssse3.h
+++ b/vpx_dsp/x86/inv_txfm_ssse3.h
@@ -92,8 +92,8 @@ static INLINE void idct8x8_12_add_kernel_ssse3(__m128i *const io /* io[8] */) {
step1[1] = _mm_add_epi16(step2[0], step2[2]);
step1[2] = _mm_sub_epi16(step2[0], step2[2]);
step1[3] = _mm_sub_epi16(step2[0], step2[3]);
- multiplication_and_add(step2[6], step2[5], (int)cospi_16_64, (int)cospi_16_64,
- &step1[5], &step1[6]);
+ butterfly(step2[6], step2[5], (int)cospi_16_64, (int)cospi_16_64, &step1[5],
+ &step1[6]);
// stage 4
io[0] = _mm_add_epi16(step1[0], step2[7]);