Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
2b8dc065
Commit
2b8dc065
authored
Nov 29, 2012
by
Jim Bankoski
Committed by
Gerrit Code Review
Nov 30, 2012
Browse files
google style guide include guards
Change-Id: I2c252f3ddcc99e96c1f5d3dab8bcb25a2a3637ea
parent
eebc0b49
Changes
80
Hide whitespace changes
Inline
Side-by-side
vp9/common/arm/vp9_bilinearfilter_arm.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef BILINEARFILTER_ARM_H
#define BILINEARFILTER_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_
BILINEARFILTER_ARM_H
_
#define
VP9_COMMON_ARM_VP9_
BILINEARFILTER_ARM_H
_
extern
void
vp9_filter_block2d_bil_first_pass_armv6
(
...
...
vp9/common/arm/vp9_idct_arm.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef IDCT_ARM_H
#define IDCT_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_
IDCT_ARM_H
_
#define
VP9_COMMON_ARM_VP9_
IDCT_ARM_H
_
#if HAVE_ARMV6
extern
prototype_idct
(
vp9_short_idct4x4llm_1_v6
);
...
...
vp9/common/arm/vp9_loopfilter_arm.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef LOOPFILTER_ARM_H
#define LOOPFILTER_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_
LOOPFILTER_ARM_H
_
#define
VP9_COMMON_ARM_VP9_
LOOPFILTER_ARM_H
_
#include
"vpx_config.h"
...
...
vp9/common/arm/vp9_recon_arm.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef RECON_ARM_H
#define RECON_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_
RECON_ARM_H
_
#define
VP9_COMMON_ARM_VP9_
RECON_ARM_H
_
#if HAVE_ARMV6
extern
prototype_recon_block
(
vp9_recon_b_armv6
);
...
...
vp9/common/arm/vp9_subpixel_arm.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef SUBPIXEL_ARM_H
#define SUBPIXEL_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_
SUBPIXEL_ARM_H
_
#define
VP9_COMMON_ARM_VP9_
SUBPIXEL_ARM_H
_
#if HAVE_ARMV6
extern
prototype_subpixel_predict
(
vp9_sixtap_predict16x16_armv6
);
...
...
vp9/common/vp9_alloccommon.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_ALLOCCOMMON_H
#define
__INC
_ALLOCCOMMON_H
#ifndef
VP9_COMMON_VP9
_ALLOCCOMMON_H
_
#define
VP9_COMMON_VP9
_ALLOCCOMMON_H
_
#include
"vp9/common/vp9_onyxc_int.h"
...
...
vp9/common/vp9_blockd.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_BLOCKD_H
#define
__INC
_BLOCKD_H
#ifndef
VP9_COMMON_VP9
_BLOCKD_H
_
#define
VP9_COMMON_VP9
_BLOCKD_H
_
void
vpx_log
(
const
char
*
format
,
...);
...
...
vp9/common/vp9_common.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
common_h
#define
common_h 1
#ifndef
VP9_COMMON_VP9_COMMON_H_
#define
VP9_COMMON_VP9_COMMON_H_
#include
<assert.h>
#include
"vpx_config.h"
...
...
vp9/common/vp9_common_types.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_COMMON_TYPES
#define
__INC
_COMMON_TYPES
#ifndef
VP9_COMMON_VP9
_COMMON_TYPES
_H_
#define
VP9_COMMON_VP9
_COMMON_TYPES
_H_
#define TRUE 1
#define FALSE 0
...
...
vp9/common/vp9_entropy.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_ENTROPY_H
#define
__INC
_ENTROPY_H
#ifndef
VP9_COMMON_VP9
_ENTROPY_H
_
#define
VP9_COMMON_VP9
_ENTROPY_H
_
#include
"vp9/common/vp9_treecoder.h"
#include
"vp9/common/vp9_blockd.h"
...
...
vp9/common/vp9_entropymode.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_ENTROPYMODE_H
#define
__INC
_ENTROPYMODE_H
#ifndef
VP9_COMMON_VP9
_ENTROPYMODE_H
_
#define
VP9_COMMON_VP9
_ENTROPYMODE_H
_
#include
"vp9/common/vp9_blockd.h"
#include
"vp9/common/vp9_treecoder.h"
...
...
vp9/common/vp9_entropymv.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_ENTROPYMV_H
#define
__INC
_ENTROPYMV_H
#ifndef
VP9_COMMON_VP9
_ENTROPYMV_H
_
#define
VP9_COMMON_VP9
_ENTROPYMV_H
_
#include
"vp9/common/vp9_treecoder.h"
#include
"vpx_config.h"
...
...
vp9/common/vp9_extend.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef
__INC
_EXTEND_H
#define
__INC
_EXTEND_H
#ifndef
VP9_COMMON_VP9
_EXTEND_H
_
#define
VP9_COMMON_VP9
_EXTEND_H
_
#include
"vpx_scale/yv12config.h"
...
...
vp9/common/vp9_filter.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef FILTER_H
#define FILTER_H
#ifndef
VP9_COMMON_VP9_
FILTER_H
_
#define
VP9_COMMON_VP9_
FILTER_H
_
#include
"vpx_config.h"
#include
"vpx_scale/yv12config.h"
...
...
vp9/common/vp9_findnearmv.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_FINDNEARMV_H
#define
__INC
_FINDNEARMV_H
#ifndef
VP9_COMMON_VP9
_FINDNEARMV_H
_
#define
VP9_COMMON_VP9
_FINDNEARMV_H
_
#include
"vp9/common/vp9_mv.h"
#include
"vp9/common/vp9_blockd.h"
...
...
vp9/common/vp9_header.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_HEADER_H
#define
__INC
_HEADER_H
#ifndef
VP9_COMMON_VP9
_HEADER_H
_
#define
VP9_COMMON_VP9
_HEADER_H
_
/* 24 bits total */
typedef
struct
{
...
...
vp9/common/vp9_invtrans.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef
__INC
_INVTRANS_H
#define
__INC
_INVTRANS_H
#ifndef
VP9_COMMON_VP9
_INVTRANS_H
_
#define
VP9_COMMON_VP9
_INVTRANS_H
_
#include
"vpx_ports/config.h"
#include
"vp9/common/vp9_blockd.h"
...
...
vp9/common/vp9_loopfilter.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef
loopfilter_h
#define
loopfilter_h
#ifndef
VP9_COMMON_VP9_LOOPFILTER_H_
#define
VP9_COMMON_VP9_LOOPFILTER_H_
#include
"vpx_ports/mem.h"
#include
"vpx_config.h"
...
...
vp9/common/vp9_modecont.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_MODECONT_H
#define
__INC
_MODECONT_H
#ifndef
VP9_COMMON_VP9
_MODECONT_H
_
#define
VP9_COMMON_VP9
_MODECONT_H
_
extern
const
int
vp9_default_mode_contexts
[
INTER_MODE_CONTEXTS
][
4
];
#endif
vp9/common/vp9_mv.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_MV_H
#define
__INC
_MV_H
#ifndef
VP9_COMMON_VP9
_MV_H
_
#define
VP9_COMMON_VP9
_MV_H
_
#include
"vpx/vpx_integer.h"
typedef
struct
{
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
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