diff options
Diffstat (limited to 'third_party/aom/av1/common/x86/highbd_inv_txfm_avx2.c')
-rw-r--r-- | third_party/aom/av1/common/x86/highbd_inv_txfm_avx2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/av1/common/x86/highbd_inv_txfm_avx2.c b/third_party/aom/av1/common/x86/highbd_inv_txfm_avx2.c index dd2a681bc4..0e833e6d95 100644 --- a/third_party/aom/av1/common/x86/highbd_inv_txfm_avx2.c +++ b/third_party/aom/av1/common/x86/highbd_inv_txfm_avx2.c @@ -599,7 +599,7 @@ static void idct32_avx2(__m256i *in, __m256i *out, int bit) { } void av1_inv_txfm2d_add_32x32_avx2(const int32_t *coeff, uint16_t *output, - int stride, int tx_type, int bd) { + int stride, TX_TYPE tx_type, int bd) { __m256i in[128], out[128]; const TXFM_1D_CFG *row_cfg = NULL; const TXFM_1D_CFG *col_cfg = NULL; |