From 3709e5d740bc7c9d3f35e62888e9465d4666330e Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Fri, 9 Dec 2016 09:24:05 -1000 Subject: [PATCH] odintrin: drop duplicate define Change-Id: I846cd0c4f5e3d60c76b969183d17ce11e6ba2999 --- av1/common/odintrin.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/av1/common/odintrin.h b/av1/common/odintrin.h index 96131f051..f94a3cdbe 100644 --- a/av1/common/odintrin.h +++ b/av1/common/odintrin.h @@ -250,9 +250,6 @@ typedef int32_t od_val32; # define OD_MULT16_16_Q15(a, b) \ (((int16_t)(a)*((int32_t)(int16_t)(b))) >> 15) -/* Multiplies 16-bit a by 32-bit b and keeps bits [16:47]. */ -# define OD_MULT16_32_Q16(a, b) ((int16_t)(a)*(int64_t)(int32_t)(b) >> 16) - #ifdef __cplusplus } // extern "C" #endif