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
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
fa454ade
Commit
fa454ade
authored
Nov 09, 2011
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed building issues
Change-Id: I027f41db4bd46e2350fd0e4b8e6e9239f897b256
parent
4d1c5aa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vp8/common/idctllm.c
vp8/common/idctllm.c
+1
-1
vp8/encoder/dct.c
vp8/encoder/dct.c
+1
-1
No files found.
vp8/common/idctllm.c
View file @
fa454ade
...
...
@@ -22,7 +22,7 @@
* so
* x * sqrt(2) * cos (pi/8) = x + x * (sqrt(2) *cos(pi/8)-1).
**************************************************************************/
#include "vpx_
ports/
config.h"
#include "vpx_config.h"
static
const
int
cospi8sqrt2minus1
=
20091
;
static
const
int
sinpi8sqrt2
=
35468
;
...
...
vp8/encoder/dct.c
View file @
fa454ade
...
...
@@ -10,7 +10,7 @@
#include <math.h>
#include "vpx_
ports/
config.h"
#include "vpx_config.h"
void
vp8_short_fdct4x4_c
(
short
*
input
,
short
*
output
,
int
pitch
)
{
int
i
;
...
...
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