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
ea5450b2
Commit
ea5450b2
authored
Jul 07, 2015
by
Yaowu Xu
Committed by
Gerrit Code Review
Jul 07, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Allows using optimzed version vp9_fdct8x8"
parents
3caf2bb6
a8f8b83c
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 @
ea5450b2
...
...
@@ -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