Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
feffd11f
Commit
feffd11f
authored
Nov 28, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove un-referenced functions
Change-Id: I22aaaa78be22b133d2d0c28da10220cf4d4ab64e
parent
46f0f299
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
158 deletions
+0
-158
av1/common/av1_rtcd_defs.pl
av1/common/av1_rtcd_defs.pl
+0
-158
No files found.
av1/common/av1_rtcd_defs.pl
View file @
feffd11f
...
...
@@ -642,109 +642,6 @@ if (aom_config("CONFIG_AOM_HIGHBITDEPTH") eq "yes") {
add_proto
qw/void av1_fwht4x4/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fwht4x4 sse2/
;
if
(
aom_config
("
CONFIG_EMULATE_HARDWARE
")
eq
"
yes
")
{
add_proto
qw/void av1_fdct4x4/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct4x4/
;
add_proto
qw/void av1_fdct4x4_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct4x4_1/
;
add_proto
qw/void av1_fdct8x8/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct8x8/
;
add_proto
qw/void av1_fdct8x8_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct8x8_1/
;
add_proto
qw/void av1_fdct16x16/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct16x16/
;
add_proto
qw/void av1_fdct16x16_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct16x16_1/
;
add_proto
qw/void av1_fdct32x32/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32/
;
add_proto
qw/void av1_fdct32x32_rd/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32_rd/
;
add_proto
qw/void av1_fdct32x32_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32_1/
;
add_proto
qw/void av1_highbd_fdct4x4/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct4x4/
;
add_proto
qw/void av1_highbd_fdct8x8/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct8x8/
;
add_proto
qw/void av1_highbd_fdct8x8_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct8x8_1/
;
add_proto
qw/void av1_highbd_fdct16x16/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct16x16/
;
add_proto
qw/void av1_highbd_fdct16x16_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct16x16_1/
;
add_proto
qw/void av1_highbd_fdct32x32/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct32x32/
;
add_proto
qw/void av1_highbd_fdct32x32_rd/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct32x32_rd/
;
add_proto
qw/void av1_highbd_fdct32x32_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct32x32_1/
;
}
else
{
add_proto
qw/void av1_fdct4x4/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct4x4 sse2/
;
add_proto
qw/void av1_fdct4x4_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct4x4_1 sse2/
;
add_proto
qw/void av1_fdct8x8/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct8x8 sse2/
;
add_proto
qw/void av1_fdct8x8_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct8x8_1 sse2/
;
add_proto
qw/void av1_fdct16x16/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct16x16 sse2/
;
add_proto
qw/void av1_fdct16x16_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct16x16_1 sse2/
;
add_proto
qw/void av1_fdct32x32/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32 sse2/
;
add_proto
qw/void av1_fdct32x32_rd/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32_rd sse2/
;
add_proto
qw/void av1_fdct32x32_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32_1 sse2/
;
add_proto
qw/void av1_highbd_fdct4x4/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct4x4 sse2/
;
add_proto
qw/void av1_highbd_fdct8x8/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct8x8 sse2/
;
add_proto
qw/void av1_highbd_fdct8x8_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct8x8_1/
;
add_proto
qw/void av1_highbd_fdct16x16/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct16x16 sse2/
;
add_proto
qw/void av1_highbd_fdct16x16_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct16x16_1/
;
add_proto
qw/void av1_highbd_fdct32x32/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct32x32 sse2/
;
add_proto
qw/void av1_highbd_fdct32x32_rd/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct32x32_rd sse2/
;
add_proto
qw/void av1_highbd_fdct32x32_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_highbd_fdct32x32_1/
;
}
}
else
{
add_proto
qw/void av1_fht4x4/
,
"
const int16_t *input, tran_low_t *output, int stride, int tx_type
";
specialize
qw/av1_fht4x4 sse2 msa/
;
...
...
@@ -757,61 +654,6 @@ if (aom_config("CONFIG_AOM_HIGHBITDEPTH") eq "yes") {
add_proto
qw/void av1_fwht4x4/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fwht4x4 msa sse2/
;
if
(
aom_config
("
CONFIG_EMULATE_HARDWARE
")
eq
"
yes
")
{
add_proto
qw/void av1_fdct4x4/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct4x4/
;
add_proto
qw/void av1_fdct4x4_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct4x4_1/
;
add_proto
qw/void av1_fdct8x8/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct8x8/
;
add_proto
qw/void av1_fdct8x8_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct8x8_1/
;
add_proto
qw/void av1_fdct16x16/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct16x16/
;
add_proto
qw/void av1_fdct16x16_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct16x16_1/
;
add_proto
qw/void av1_fdct32x32/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32/
;
add_proto
qw/void av1_fdct32x32_rd/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32_rd/
;
add_proto
qw/void av1_fdct32x32_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32_1/
;
}
else
{
add_proto
qw/void av1_fdct4x4/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct4x4 sse2/
;
add_proto
qw/void av1_fdct4x4_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct4x4_1 sse2/
;
add_proto
qw/void av1_fdct8x8/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct8x8 sse2/
;
add_proto
qw/void av1_fdct8x8_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct8x8_1 sse2/
;
add_proto
qw/void av1_fdct16x16/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct16x16 sse2/
;
add_proto
qw/void av1_fdct16x16_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct16x16_1 sse2/
;
add_proto
qw/void av1_fdct32x32/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32 sse2/
;
add_proto
qw/void av1_fdct32x32_rd/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32_rd sse2/
;
add_proto
qw/void av1_fdct32x32_1/
,
"
const int16_t *input, tran_low_t *output, int stride
";
specialize
qw/av1_fdct32x32_1 sse2/
;
}
}
}
...
...
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