Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
bd9a388a
Commit
bd9a388a
authored
11 years ago
by
James Zern
Browse files
Options
Download
Patches
Plain Diff
vp9: normalize include guards
Change-Id: If4ddbdcfb3ab387cbca6910b42cf4df8111e6879
parent
ccffac2b
v1.14.0-linphone
1.4.X
feature/update_to_v1.9.0-linphone
feature/uwp_nuget
frame_parallel
highbitdepth
indianrunnerduck
javanwhistlingduck
khakicampbell
linphone
linphone-android
linphone-old
longtailedduck
m49-2623
m52-2743
m54-2840
m56-2924
m66-3359
m68-3440
mandarinduck
mcw
mcw2
nextgen
nextgenv2
playground
sandbox/Jingning/experimental
sandbox/Jingning/transcode
sandbox/Jingning/vpx
sandbox/aconverse@google.com/ansbench
sandbox/debargha/playground
sandbox/hkuang/frame_parallel
sandbox/hkuang@google.com/decode
sandbox/jimbankoski@google.com/proposed-aom
sandbox/jingning@google.com/decoder_test_suite
sandbox/jingning@google.com/experimental
sandbox/jzern@google.com/test
sandbox/wangch@google.com/vp9
sandbox/yaowu@google.com/mergeaom
v1.12.0-linphone
v1.6.1_linphone
v1.7.0-linphone
v1.9.0-linphone
v1.9.0
v1.9.0-rc1
v1.8.2
v1.8.1
v1.8.0
v1.7.0
v1.6.1
v1.6.0
v1.5.0
v1.4.0
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
vp9/common/mips/dspr2/vp9_common_dspr2.h
+3
-3
vp9/common/mips/dspr2/vp9_common_dspr2.h
vp9/common/vp9_common_data.h
+1
-1
vp9/common/vp9_common_data.h
vp9/encoder/vp9_extend.h
+3
-3
vp9/encoder/vp9_extend.h
vp9/encoder/vp9_sadmxn.h
+3
-3
vp9/encoder/vp9_sadmxn.h
vp9/encoder/vp9_subexp.h
+3
-3
vp9/encoder/vp9_subexp.h
vp9/encoder/vp9_vaq.h
+3
-3
vp9/encoder/vp9_vaq.h
vp9/encoder/vp9_write_bit_buffer.h
+3
-3
vp9/encoder/vp9_write_bit_buffer.h
vp9/encoder/x86/vp9_mcomp_x86.h
+1
-1
vp9/encoder/x86/vp9_mcomp_x86.h
with
20 additions
and
20 deletions
vp9/common/mips/dspr2/vp9_common_dspr2.h
+
3
−
3
View file @
bd9a388a
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
* be found in the AUTHORS file in the root of the source tree.
*/
*/
#ifndef VP9_COMMON_VP9_COMMON_DSPR2_H_
#ifndef VP9_COMMON_
MIPS_DSPR2_
VP9_COMMON_DSPR2_H_
#define VP9_COMMON_VP9_COMMON_DSPR2_H_
#define VP9_COMMON_
MIPS_DSPR2_
VP9_COMMON_DSPR2_H_
#include
<assert.h>
#include
<assert.h>
...
@@ -114,4 +114,4 @@ void vp9_convolve2_vert_dspr2(const uint8_t *src, ptrdiff_t src_stride,
...
@@ -114,4 +114,4 @@ void vp9_convolve2_vert_dspr2(const uint8_t *src, ptrdiff_t src_stride,
int
w
,
int
h
);
int
w
,
int
h
);
#endif // #if HAVE_DSPR2
#endif // #if HAVE_DSPR2
#endif // VP9_COMMON_VP9_COMMON_DSPR2_H_
#endif // VP9_COMMON_
MIPS_DSPR2_
VP9_COMMON_DSPR2_H_
This diff is collapsed.
Click to expand it.
vp9/common/vp9_common_data.h
+
1
−
1
View file @
bd9a388a
...
@@ -29,4 +29,4 @@ extern const TX_SIZE max_txsize_lookup[BLOCK_SIZES];
...
@@ -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
TX_SIZE
tx_mode_to_biggest_tx_size
[
TX_MODES
];
extern
const
BLOCK_SIZE
ss_size_lookup
[
BLOCK_SIZES
][
2
][
2
];
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
_
This diff is collapsed.
Click to expand it.
vp9/encoder/vp9_extend.h
+
3
−
3
View file @
bd9a388a
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
* be found in the AUTHORS file in the root of the source tree.
*/
*/
#ifndef VP9_
COMMON
_VP9_EXTEND_H_
#ifndef VP9_
ENCODER
_VP9_EXTEND_H_
#define VP9_
COMMON
_VP9_EXTEND_H_
#define VP9_
ENCODER
_VP9_EXTEND_H_
#include
"vpx_scale/yv12config.h"
#include
"vpx_scale/yv12config.h"
#include
"vpx/vpx_integer.h"
#include
"vpx/vpx_integer.h"
...
@@ -22,4 +22,4 @@ void vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src,
...
@@ -22,4 +22,4 @@ void vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src,
YV12_BUFFER_CONFIG
*
dst
,
YV12_BUFFER_CONFIG
*
dst
,
int
srcy
,
int
srcx
,
int
srcy
,
int
srcx
,
int
srch
,
int
srcw
);
int
srch
,
int
srcw
);
#endif // VP9_
COMMON
_VP9_EXTEND_H_
#endif // VP9_
ENCODER
_VP9_EXTEND_H_
This diff is collapsed.
Click to expand it.
vp9/encoder/vp9_sadmxn.h
+
3
−
3
View file @
bd9a388a
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
* be found in the AUTHORS file in the root of the source tree.
*/
*/
#ifndef VP9_
COMMON
_VP9_SADMXN_H_
#ifndef VP9_
ENCODER
_VP9_SADMXN_H_
#define VP9_
COMMON
_VP9_SADMXN_H_
#define VP9_
ENCODER
_VP9_SADMXN_H_
#include
"./vpx_config.h"
#include
"./vpx_config.h"
#include
"vpx/vpx_integer.h"
#include
"vpx/vpx_integer.h"
...
@@ -35,4 +35,4 @@ static INLINE unsigned int sad_mx_n_c(const uint8_t *src_ptr,
...
@@ -35,4 +35,4 @@ static INLINE unsigned int sad_mx_n_c(const uint8_t *src_ptr,
return
sad
;
return
sad
;
}
}
#endif // VP9_
COMMON
_VP9_SADMXN_H_
#endif // VP9_
ENCODER
_VP9_SADMXN_H_
This diff is collapsed.
Click to expand it.
vp9/encoder/vp9_subexp.h
+
3
−
3
View file @
bd9a388a
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef VP9_
D
ECODER_VP9_SUBEXP_H_
#ifndef VP9_E
N
CODER_VP9_SUBEXP_H_
#define VP9_
D
ECODER_VP9_SUBEXP_H_
#define VP9_E
N
CODER_VP9_SUBEXP_H_
void
vp9_compute_update_table
();
void
vp9_compute_update_table
();
...
@@ -32,4 +32,4 @@ int vp9_prob_diff_update_savings_search_model(const unsigned int *ct,
...
@@ -32,4 +32,4 @@ int vp9_prob_diff_update_savings_search_model(const unsigned int *ct,
vp9_prob
upd
,
vp9_prob
upd
,
int
b
,
int
r
);
int
b
,
int
r
);
#endif // VP9_
D
ECODER_VP9_SUBEXP_H_
#endif // VP9_E
N
CODER_VP9_SUBEXP_H_
This diff is collapsed.
Click to expand it.
vp9/encoder/vp9_vaq.h
+
3
−
3
View file @
bd9a388a
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef VP9_ENCODER_VP9_
CONFIG_
VAQ_H_
#ifndef VP9_ENCODER_VP9_VAQ_H_
#define VP9_ENCODER_VP9_
CONFIG_
VAQ_H_
#define VP9_ENCODER_VP9_VAQ_H_
#include
"vp9/encoder/vp9_onyx_int.h"
#include
"vp9/encoder/vp9_onyx_int.h"
...
@@ -23,4 +23,4 @@ void vp9_vaq_frame_setup(VP9_COMP *cpi);
...
@@ -23,4 +23,4 @@ void vp9_vaq_frame_setup(VP9_COMP *cpi);
int
vp9_block_energy
(
VP9_COMP
*
cpi
,
MACROBLOCK
*
x
,
BLOCK_SIZE
bs
);
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_
This diff is collapsed.
Click to expand it.
vp9/encoder/vp9_write_bit_buffer.h
+
3
−
3
View file @
bd9a388a
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
* be found in the AUTHORS file in the root of the source tree.
*/
*/
#ifndef VP9_
BIT
_WRITE_BUFFER_H_
#ifndef VP9_
ENCODER_VP9
_WRITE_
BIT_
BUFFER_H_
#define VP9_
BIT
_WRITE_BUFFER_H_
#define VP9_
ENCODER_VP9
_WRITE_
BIT_
BUFFER_H_
#include
<limits.h>
#include
<limits.h>
...
@@ -45,4 +45,4 @@ static void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb,
...
@@ -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_
This diff is collapsed.
Click to expand it.
vp9/encoder/x86/vp9_mcomp_x86.h
+
1
−
1
View file @
bd9a388a
...
@@ -36,5 +36,5 @@
...
@@ -36,5 +36,5 @@
#endif
#endif
#endif
#endif
#endif
#endif
// VP9_ENCODER_X86_VP9_MCOMP_X86_H_
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets