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
Xiph.Org
aom-rav1e
Commits
bd9a388a
Commit
bd9a388a
authored
Dec 15, 2013
by
James Zern
Browse files
vp9: normalize include guards
Change-Id: If4ddbdcfb3ab387cbca6910b42cf4df8111e6879
parent
ccffac2b
Changes
8
Hide whitespace changes
Inline
Side-by-side
vp9/common/mips/dspr2/vp9_common_dspr2.h
View file @
bd9a388a
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_COMMON_DSPR2_H_
#define VP9_COMMON_VP9_COMMON_DSPR2_H_
#ifndef VP9_COMMON_
MIPS_DSPR2_
VP9_COMMON_DSPR2_H_
#define VP9_COMMON_
MIPS_DSPR2_
VP9_COMMON_DSPR2_H_
#include
<assert.h>
...
...
@@ -114,4 +114,4 @@ void vp9_convolve2_vert_dspr2(const uint8_t *src, ptrdiff_t src_stride,
int
w
,
int
h
);
#endif // #if HAVE_DSPR2
#endif // VP9_COMMON_VP9_COMMON_DSPR2_H_
#endif // VP9_COMMON_
MIPS_DSPR2_
VP9_COMMON_DSPR2_H_
vp9/common/vp9_common_data.h
View file @
bd9a388a
...
...
@@ -29,4 +29,4 @@ extern const TX_SIZE max_txsize_lookup[BLOCK_SIZES];
extern
const
TX_SIZE
tx_mode_to_biggest_tx_size
[
TX_MODES
];
extern
const
BLOCK_SIZE
ss_size_lookup
[
BLOCK_SIZES
][
2
][
2
];
#endif // VP9_COMMON_VP9_COMMON_DATA_H
#endif // VP9_COMMON_VP9_COMMON_DATA_H
_
vp9/encoder/vp9_extend.h
View file @
bd9a388a
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_
COMMON
_VP9_EXTEND_H_
#define VP9_
COMMON
_VP9_EXTEND_H_
#ifndef VP9_
ENCODER
_VP9_EXTEND_H_
#define VP9_
ENCODER
_VP9_EXTEND_H_
#include
"vpx_scale/yv12config.h"
#include
"vpx/vpx_integer.h"
...
...
@@ -22,4 +22,4 @@ void vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src,
YV12_BUFFER_CONFIG
*
dst
,
int
srcy
,
int
srcx
,
int
srch
,
int
srcw
);
#endif // VP9_
COMMON
_VP9_EXTEND_H_
#endif // VP9_
ENCODER
_VP9_EXTEND_H_
vp9/encoder/vp9_sadmxn.h
View file @
bd9a388a
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_
COMMON
_VP9_SADMXN_H_
#define VP9_
COMMON
_VP9_SADMXN_H_
#ifndef VP9_
ENCODER
_VP9_SADMXN_H_
#define VP9_
ENCODER
_VP9_SADMXN_H_
#include
"./vpx_config.h"
#include
"vpx/vpx_integer.h"
...
...
@@ -35,4 +35,4 @@ static INLINE unsigned int sad_mx_n_c(const uint8_t *src_ptr,
return
sad
;
}
#endif // VP9_
COMMON
_VP9_SADMXN_H_
#endif // VP9_
ENCODER
_VP9_SADMXN_H_
vp9/encoder/vp9_subexp.h
View file @
bd9a388a
...
...
@@ -9,8 +9,8 @@
*/
#ifndef VP9_
D
ECODER_VP9_SUBEXP_H_
#define VP9_
D
ECODER_VP9_SUBEXP_H_
#ifndef VP9_E
N
CODER_VP9_SUBEXP_H_
#define VP9_E
N
CODER_VP9_SUBEXP_H_
void
vp9_compute_update_table
();
...
...
@@ -32,4 +32,4 @@ int vp9_prob_diff_update_savings_search_model(const unsigned int *ct,
vp9_prob
upd
,
int
b
,
int
r
);
#endif // VP9_
D
ECODER_VP9_SUBEXP_H_
#endif // VP9_E
N
CODER_VP9_SUBEXP_H_
vp9/encoder/vp9_vaq.h
View file @
bd9a388a
...
...
@@ -9,8 +9,8 @@
*/
#ifndef VP9_ENCODER_VP9_
CONFIG_
VAQ_H_
#define VP9_ENCODER_VP9_
CONFIG_
VAQ_H_
#ifndef VP9_ENCODER_VP9_VAQ_H_
#define VP9_ENCODER_VP9_VAQ_H_
#include
"vp9/encoder/vp9_onyx_int.h"
...
...
@@ -23,4 +23,4 @@ void vp9_vaq_frame_setup(VP9_COMP *cpi);
int
vp9_block_energy
(
VP9_COMP
*
cpi
,
MACROBLOCK
*
x
,
BLOCK_SIZE
bs
);
#endif // VP9_ENCODER_VP9_
CONFIG_
VAQ_H_
#endif // VP9_ENCODER_VP9_VAQ_H_
vp9/encoder/vp9_write_bit_buffer.h
View file @
bd9a388a
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_
BIT
_WRITE_BUFFER_H_
#define VP9_
BIT
_WRITE_BUFFER_H_
#ifndef VP9_
ENCODER_VP9
_WRITE_
BIT_
BUFFER_H_
#define VP9_
ENCODER_VP9
_WRITE_
BIT_
BUFFER_H_
#include
<limits.h>
...
...
@@ -45,4 +45,4 @@ static void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb,
}
#endif // VP9_
BIT
_WRITE_BUFFER_H_
#endif // VP9_
ENCODER_VP9
_WRITE_
BIT_
BUFFER_H_
vp9/encoder/x86/vp9_mcomp_x86.h
View file @
bd9a388a
...
...
@@ -36,5 +36,5 @@
#endif
#endif
#endif
#endif
// VP9_ENCODER_X86_VP9_MCOMP_X86_H_
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