Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
a8f8b83c
Commit
a8f8b83c
authored
Jul 07, 2015
by
Yaowu Xu
Browse files
Allows using optimzed version vp9_fdct8x8
Change-Id: I59cecb7178a93cdee7ad535fa996ef0caa6e988c
parent
02b3b052
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/encoder/vp9_psnrhvs.c
vp9/encoder/vp9_psnrhvs.c
+1
-1
No files found.
vp9/encoder/vp9_psnrhvs.c
View file @
a8f8b83c
...
...
@@ -25,7 +25,7 @@
void
od_bin_fdct8x8
(
tran_low_t
*
y
,
int
ystride
,
const
int16_t
*
x
,
int
xstride
)
{
(
void
)
xstride
;
vp9_fdct8x8
_c
(
x
,
y
,
ystride
);
vp9_fdct8x8
(
x
,
y
,
ystride
);
}
/* Normalized inverse quantization matrix for 8x8 DCT at the point of
...
...
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