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
af7b7ffb
Commit
af7b7ffb
authored
Dec 09, 2013
by
Johann
Committed by
Gerrit Code Review
Dec 09, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Add include guards to setupintrarecon.h and vpx_once.h"
parents
d70a8c09
45bac0c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
vp8/common/setupintrarecon.h
vp8/common/setupintrarecon.h
+4
-0
vpx_ports/vpx_once.h
vpx_ports/vpx_once.h
+6
-0
No files found.
vp8/common/setupintrarecon.h
View file @
af7b7ffb
...
...
@@ -8,6 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef SETUPINTRARECON_H
#define SETUPINTRARECON_H
#include "vpx_scale/yv12config.h"
extern
void
vp8_setup_intra_recon
(
YV12_BUFFER_CONFIG
*
ybf
);
...
...
@@ -31,3 +33,5 @@ void setup_intra_recon_left(unsigned char *y_buffer,
for
(
i
=
0
;
i
<
8
;
i
++
)
v_buffer
[
uv_stride
*
i
]
=
(
unsigned
char
)
129
;
}
#endif
vpx_ports/vpx_once.h
View file @
af7b7ffb
...
...
@@ -7,6 +7,10 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VPX_ONCE_H
#define VPX_ONCE_H
#include "vpx_config.h"
#if CONFIG_MULTITHREAD && defined(_WIN32)
...
...
@@ -95,3 +99,5 @@ static void once(void (*func)(void))
}
}
#endif
#endif
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