Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
367da993
Commit
367da993
authored
May 11, 2017
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the initializaton of test parameters
BUG=aomedia:533 Change-Id: Iffd43f859f958ce2ccae80e3616c368ffebfc8db
parent
4d26acb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
test/av1_quantize_test.cc
test/av1_quantize_test.cc
+12
-10
No files found.
test/av1_quantize_test.cc
View file @
367da993
...
@@ -196,16 +196,18 @@ TEST_P(AV1QuantizeTest, EobVerify) { RunEobTest(); }
...
@@ -196,16 +196,18 @@ TEST_P(AV1QuantizeTest, EobVerify) { RunEobTest(); }
#if HAVE_SSE4_1
#if HAVE_SSE4_1
#if !CONFIG_AOM_QM
#if !CONFIG_AOM_QM
INSTANTIATE_TEST_CASE_P
(
const
QuantizeFuncParams
qfps
[
4
]
=
{
SSE4_1
,
AV1QuantizeTest
,
QuantizeFuncParams
(
av1_highbd_quantize_fp_sse4_1
,
&
av1_highbd_quantize_fp_c
,
::
testing
::
Values
(
QuantizeFuncParams
(
&
av1_highbd_quantize_fp_sse4_1
,
16
),
&
av1_highbd_quantize_fp_c
,
16
),
QuantizeFuncParams
(
&
av1_highbd_quantize_fp_sse4_1
,
&
av1_highbd_quantize_fp_c
,
QuantizeFuncParams
(
&
av1_highbd_quantize_fp_sse4_1
,
64
),
&
av1_highbd_quantize_fp_c
,
64
),
QuantizeFuncParams
(
&
av1_highbd_quantize_fp_sse4_1
,
&
av1_highbd_quantize_fp_c
,
QuantizeFuncParams
(
&
av1_highbd_quantize_fp_sse4_1
,
256
),
&
av1_highbd_quantize_fp_c
,
256
),
QuantizeFuncParams
(
&
av1_highbd_quantize_fp_sse4_1
,
&
av1_highbd_quantize_fp_c
,
QuantizeFuncParams
(
&
av1_highbd_quantize_fp_sse4_1
,
1024
),
&
av1_highbd_quantize_fp_c
,
1024
)));
};
INSTANTIATE_TEST_CASE_P
(
SSE4_1
,
AV1QuantizeTest
,
::
testing
::
ValuesIn
(
qfps
));
#endif // !CONFIG_AOM_QM
#endif // !CONFIG_AOM_QM
#endif // HAVE_SSE4_1
#endif // HAVE_SSE4_1
}
// namespace
}
// namespace
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment