Fix compile errors in quantize_func_test.cc on macos targets.
Change-Id: Ibb3a2c8c855fffe6fd75a94da09425d784709431
diff --git a/test/quantize_func_test.cc b/test/quantize_func_test.cc
index 2d17163..94dd056 100644
--- a/test/quantize_func_test.cc
+++ b/test/quantize_func_test.cc
@@ -379,7 +379,7 @@
// TODO(any):
// The following test does not pass yet
const QuantizeParam kQ32x32ParamArraySSSE3[] = { make_tuple(
- av1_quantize_fp_32x32_c, av1_quantize_fp_32x32_ssse3, TX_32X32, TYPE_FP,
+ &av1_quantize_fp_32x32_c, &av1_quantize_fp_32x32_ssse3, TX_32X32, TYPE_FP,
AOM_BITS_8) };
INSTANTIATE_TEST_CASE_P(DISABLED_SSSE3, QuantizeTest,
::testing::ValuesIn(kQ32x32ParamArraySSSE3));