Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
2b8dc065
Commit
2b8dc065
authored
Nov 29, 2012
by
Jim Bankoski
Committed by
Gerrit Code Review
Nov 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
google style guide include guards
Change-Id: I2c252f3ddcc99e96c1f5d3dab8bcb25a2a3637ea
parent
eebc0b49
Changes
80
Hide whitespace changes
Inline
Side-by-side
Showing
80 changed files
with
160 additions
and
157 deletions
+160
-157
vp9/common/arm/vp9_bilinearfilter_arm.h
vp9/common/arm/vp9_bilinearfilter_arm.h
+2
-2
vp9/common/arm/vp9_idct_arm.h
vp9/common/arm/vp9_idct_arm.h
+2
-2
vp9/common/arm/vp9_loopfilter_arm.h
vp9/common/arm/vp9_loopfilter_arm.h
+2
-2
vp9/common/arm/vp9_recon_arm.h
vp9/common/arm/vp9_recon_arm.h
+2
-2
vp9/common/arm/vp9_subpixel_arm.h
vp9/common/arm/vp9_subpixel_arm.h
+2
-2
vp9/common/vp9_alloccommon.h
vp9/common/vp9_alloccommon.h
+2
-2
vp9/common/vp9_blockd.h
vp9/common/vp9_blockd.h
+2
-2
vp9/common/vp9_common.h
vp9/common/vp9_common.h
+2
-2
vp9/common/vp9_common_types.h
vp9/common/vp9_common_types.h
+2
-2
vp9/common/vp9_entropy.h
vp9/common/vp9_entropy.h
+2
-2
vp9/common/vp9_entropymode.h
vp9/common/vp9_entropymode.h
+2
-2
vp9/common/vp9_entropymv.h
vp9/common/vp9_entropymv.h
+2
-2
vp9/common/vp9_extend.h
vp9/common/vp9_extend.h
+2
-2
vp9/common/vp9_filter.h
vp9/common/vp9_filter.h
+2
-2
vp9/common/vp9_findnearmv.h
vp9/common/vp9_findnearmv.h
+2
-2
vp9/common/vp9_header.h
vp9/common/vp9_header.h
+2
-2
vp9/common/vp9_invtrans.h
vp9/common/vp9_invtrans.h
+2
-2
vp9/common/vp9_loopfilter.h
vp9/common/vp9_loopfilter.h
+2
-2
vp9/common/vp9_modecont.h
vp9/common/vp9_modecont.h
+2
-2
vp9/common/vp9_mv.h
vp9/common/vp9_mv.h
+2
-2
vp9/common/vp9_mvref_common.h
vp9/common/vp9_mvref_common.h
+2
-2
vp9/common/vp9_onyx.h
vp9/common/vp9_onyx.h
+2
-2
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_onyxc_int.h
+2
-2
vp9/common/vp9_onyxd.h
vp9/common/vp9_onyxd.h
+2
-2
vp9/common/vp9_postproc.h
vp9/common/vp9_postproc.h
+2
-2
vp9/common/vp9_ppflags.h
vp9/common/vp9_ppflags.h
+2
-2
vp9/common/vp9_pred_common.h
vp9/common/vp9_pred_common.h
+2
-2
vp9/common/vp9_reconinter.h
vp9/common/vp9_reconinter.h
+2
-2
vp9/common/vp9_reconintra.h
vp9/common/vp9_reconintra.h
+2
-2
vp9/common/vp9_reconintra4x4.h
vp9/common/vp9_reconintra4x4.h
+2
-2
vp9/common/vp9_sadmxn.h
vp9/common/vp9_sadmxn.h
+2
-2
vp9/common/vp9_seg_common.h
vp9/common/vp9_seg_common.h
+2
-2
vp9/common/vp9_subpixel.h
vp9/common/vp9_subpixel.h
+2
-2
vp9/common/vp9_swapyv12buffer.h
vp9/common/vp9_swapyv12buffer.h
+2
-2
vp9/common/vp9_systemdependent.h
vp9/common/vp9_systemdependent.h
+3
-1
vp9/common/vp9_textblit.h
vp9/common/vp9_textblit.h
+2
-2
vp9/common/vp9_treecoder.h
vp9/common/vp9_treecoder.h
+2
-2
vp9/common/vp9_type_aliases.h
vp9/common/vp9_type_aliases.h
+2
-2
vp9/common/x86/vp9_idct_x86.h
vp9/common/x86/vp9_idct_x86.h
+2
-2
vp9/common/x86/vp9_loopfilter_x86.h
vp9/common/x86/vp9_loopfilter_x86.h
+2
-2
vp9/common/x86/vp9_postproc_x86.h
vp9/common/x86/vp9_postproc_x86.h
+2
-2
vp9/common/x86/vp9_subpixel_x86.h
vp9/common/x86/vp9_subpixel_x86.h
+2
-2
vp9/decoder/vp9_dboolhuff.h
vp9/decoder/vp9_dboolhuff.h
+2
-2
vp9/decoder/vp9_decodframe.h
vp9/decoder/vp9_decodframe.h
+2
-2
vp9/decoder/vp9_dequantize.h
vp9/decoder/vp9_dequantize.h
+2
-2
vp9/decoder/vp9_detokenize.h
vp9/decoder/vp9_detokenize.h
+2
-2
vp9/decoder/vp9_onyxd_int.h
vp9/decoder/vp9_onyxd_int.h
+2
-2
vp9/decoder/vp9_reconintra_mt.h
vp9/decoder/vp9_reconintra_mt.h
+2
-2
vp9/decoder/vp9_treereader.h
vp9/decoder/vp9_treereader.h
+2
-2
vp9/decoder/x86/vp9_idct_mmx.h
vp9/decoder/x86/vp9_idct_mmx.h
+2
-2
vp9/encoder/arm/vp9_dct_arm.h
vp9/encoder/arm/vp9_dct_arm.h
+2
-2
vp9/encoder/arm/vp9_encodemb_arm.h
vp9/encoder/arm/vp9_encodemb_arm.h
+2
-2
vp9/encoder/arm/vp9_quantize_arm.h
vp9/encoder/arm/vp9_quantize_arm.h
+2
-2
vp9/encoder/arm/vp9_variance_arm.h
vp9/encoder/arm/vp9_variance_arm.h
+2
-2
vp9/encoder/vp9_bitstream.h
vp9/encoder/vp9_bitstream.h
+2
-2
vp9/encoder/vp9_block.h
vp9/encoder/vp9_block.h
+2
-2
vp9/encoder/vp9_boolhuff.h
vp9/encoder/vp9_boolhuff.h
+2
-2
vp9/encoder/vp9_encodeframe.h
vp9/encoder/vp9_encodeframe.h
+2
-2
vp9/encoder/vp9_encodeintra.h
vp9/encoder/vp9_encodeintra.h
+2
-2
vp9/encoder/vp9_encodemb.h
vp9/encoder/vp9_encodemb.h
+2
-2
vp9/encoder/vp9_encodemv.h
vp9/encoder/vp9_encodemv.h
+2
-2
vp9/encoder/vp9_firstpass.h
vp9/encoder/vp9_firstpass.h
+1
-1
vp9/encoder/vp9_lookahead.h
vp9/encoder/vp9_lookahead.h
+2
-2
vp9/encoder/vp9_mbgraph.h
vp9/encoder/vp9_mbgraph.h
+2
-2
vp9/encoder/vp9_mcomp.h
vp9/encoder/vp9_mcomp.h
+2
-2
vp9/encoder/vp9_modecosts.h
vp9/encoder/vp9_modecosts.h
+2
-2
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_onyx_int.h
+2
-2
vp9/encoder/vp9_picklpf.h
vp9/encoder/vp9_picklpf.h
+2
-2
vp9/encoder/vp9_psnr.h
vp9/encoder/vp9_psnr.h
+2
-2
vp9/encoder/vp9_quantize.h
vp9/encoder/vp9_quantize.h
+2
-2
vp9/encoder/vp9_ratectrl.h
vp9/encoder/vp9_ratectrl.h
+2
-1
vp9/encoder/vp9_rdopt.h
vp9/encoder/vp9_rdopt.h
+2
-2
vp9/encoder/vp9_segmentation.h
vp9/encoder/vp9_segmentation.h
+2
-2
vp9/encoder/vp9_temporal_filter.h
vp9/encoder/vp9_temporal_filter.h
+2
-2
vp9/encoder/vp9_tokenize.h
vp9/encoder/vp9_tokenize.h
+2
-2
vp9/encoder/vp9_treewriter.h
vp9/encoder/vp9_treewriter.h
+2
-2
vp9/encoder/vp9_variance.h
vp9/encoder/vp9_variance.h
+2
-2
vp9/encoder/x86/vp9_dct_mmx.h
vp9/encoder/x86/vp9_dct_mmx.h
+2
-2
vp9/encoder/x86/vp9_mcomp_x86.h
vp9/encoder/x86/vp9_mcomp_x86.h
+2
-2
vp9/encoder/x86/vp9_quantize_x86.h
vp9/encoder/x86/vp9_quantize_x86.h
+2
-2
No files found.
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
{
...
...
vp9/common/vp9_mvref_common.h
View file @
2b8dc065
...
...
@@ -12,8 +12,8 @@
#include "vp9/common/vp9_blockd.h"
#ifndef
__INC
_MVREF_COMMON_H
#define
__INC
_MVREF_COMMON_H
#ifndef
VP9_COMMON_VP9
_MVREF_COMMON_H
_
#define
VP9_COMMON_VP9
_MVREF_COMMON_H
_
void
vp9_find_mv_refs
(
MACROBLOCKD
*
xd
,
...
...
vp9/common/vp9_onyx.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_ONYX_H
#define
__INC
_ONYX_H
#ifndef
VP9_COMMON_VP9
_ONYX_H
_
#define
VP9_COMMON_VP9
_ONYX_H
_
#ifdef __cplusplus
extern
"C"
...
...
vp9/common/vp9_onyxc_int.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_ONYXC_INT_H
#define
__INC
_ONYXC_INT_H
#ifndef
VP9_COMMON_VP9
_ONYXC_INT_H
_
#define
VP9_COMMON_VP9
_ONYXC_INT_H
_
#include "vpx_config.h"
#include "vpx/internal/vpx_codec_internal.h"
...
...
vp9/common/vp9_onyxd.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_ONYXD_H
#define
__INC
_ONYXD_H
#ifndef
VP9_COMMON_VP9
_ONYXD_H
_
#define
VP9_COMMON_VP9
_ONYXD_H
_
/* Create/destroy static data structures. */
...
...
vp9/common/vp9_postproc.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef POSTPROC_H
#define POSTPROC_H
#ifndef
VP9_COMMON_VP9_
POSTPROC_H
_
#define
VP9_COMMON_VP9_
POSTPROC_H
_
#include "vpx_ports/mem.h"
struct
postproc_state
{
...
...
vp9/common/vp9_ppflags.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_PPFLAGS_H
#define
__INC
_PPFLAGS_H
#ifndef
VP9_COMMON_VP9
_PPFLAGS_H
_
#define
VP9_COMMON_VP9
_PPFLAGS_H
_
enum
{
VP9D_NOFILTERING
=
0
,
VP9D_DEBLOCK
=
1
<<
0
,
...
...
vp9/common/vp9_pred_common.h
View file @
2b8dc065
...
...
@@ -12,8 +12,8 @@
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_blockd.h"
#ifndef
__INC
_PRED_COMMON_H_
_
#define
__INC
_PRED_COMMON_H_
_ 1
#ifndef
VP9_COMMON_VP9
_PRED_COMMON_H_
#define
VP9_COMMON_VP9
_PRED_COMMON_H_
// Predicted items
...
...
vp9/common/vp9_reconinter.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef
__INC
_RECONINTER_H
#define
__INC
_RECONINTER_H
#ifndef
VP9_COMMON_VP9
_RECONINTER_H
_
#define
VP9_COMMON_VP9
_RECONINTER_H
_
#include "vp9/common/vp9_onyxc_int.h"
...
...
vp9/common/vp9_reconintra.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef
__INC
_RECONINTRA_H
#define
__INC
_RECONINTRA_H
#ifndef
VP9_COMMON_VP9
_RECONINTRA_H
_
#define
VP9_COMMON_VP9
_RECONINTRA_H
_
#include "vp9/common/vp9_blockd.h"
...
...
vp9/common/vp9_reconintra4x4.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_RECONINTRA4
x
4_H
#define
__INC
_RECONINTRA4
x
4_H
#ifndef
VP9_COMMON_VP9
_RECONINTRA4
X
4_H
_
#define
VP9_COMMON_VP9
_RECONINTRA4
X
4_H
_
extern
void
vp9_intra_prediction_down_copy
(
MACROBLOCKD
*
xd
);
...
...
vp9/common/vp9_sadmxn.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef
__INC
_SAD_H
#define
__INC
_SAD_H
#ifndef
VP9_COMMON_VP9
_SAD
MXN
_H
_
#define
VP9_COMMON_VP9
_SAD
MXN
_H
_
static
__inline
unsigned
int
sad_mx_n_c
(
...
...
vp9/common/vp9_seg_common.h
View file @
2b8dc065
...
...
@@ -12,8 +12,8 @@
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_blockd.h"
#ifndef
__INC
_SEG_COMMON_H_
_
#define
__INC
_SEG_COMMON_H_
_ 1
#ifndef
VP9_COMMON_VP9
_SEG_COMMON_H_
#define
VP9_COMMON_VP9
_SEG_COMMON_H_
int
vp9_segfeature_active
(
const
MACROBLOCKD
*
xd
,
int
segment_id
,
...
...
vp9/common/vp9_subpixel.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef SUBPIXEL_H
#define SUBPIXEL_H
#ifndef
VP9_COMMON_VP9_
SUBPIXEL_H
_
#define
VP9_COMMON_VP9_
SUBPIXEL_H
_
#define prototype_subpixel_predict(sym) \
void sym(unsigned char *src, int src_pitch, int xofst, int yofst, \
...
...
vp9/common/vp9_swapyv12buffer.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef
_
_SWAPYV12
_
BUFFER_H
#define
_
_SWAPYV12
_
BUFFER_H
#ifndef
VP9_COMMON_VP9
_SWAPYV12BUFFER_H
_
#define
VP9_COMMON_VP9
_SWAPYV12BUFFER_H
_
#include "vpx_scale/yv12config.h"
...
...
vp9/common/vp9_systemdependent.h
View file @
2b8dc065
...
...
@@ -7,7 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_SYSTEMDEPENDENT_H_
#define VP9_COMMON_VP9_SYSTEMDEPENDENT_H_
#include "vpx_ports/config.h"
#if ARCH_X86 || ARCH_X86_64
...
...
@@ -19,3 +20,4 @@ void vpx_reset_mmx_state(void);
struct
VP9Common
;
void
vp9_machine_specific_config
(
struct
VP9Common
*
);
#endif
vp9/common/vp9_textblit.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef
__INC
_TEXTBLIT_H
#define
__INC
_TEXTBLIT_H
#ifndef
VP9_COMMON_VP9
_TEXTBLIT_H
_
#define
VP9_COMMON_VP9
_TEXTBLIT_H
_
extern
void
vp9_blit_text
(
const
char
*
msg
,
unsigned
char
*
address
,
const
int
pitch
);
...
...
vp9/common/vp9_treecoder.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_TREECODER_H
#define
__INC
_TREECODER_H
#ifndef
VP9_COMMON_VP9
_TREECODER_H
_
#define
VP9_COMMON_VP9
_TREECODER_H
_
typedef
unsigned
char
vp9_prob
;
...
...
vp9/common/vp9_type_aliases.h
View file @
2b8dc065
...
...
@@ -16,8 +16,8 @@
* Description : Standard type aliases
*
****************************************************************************/
#ifndef
__INC
_TYPE_ALIASES_H
#define
__INC
_TYPE_ALIASES_H
#ifndef
VP9_COMMON_VP9
_TYPE_ALIASES_H
_
#define
VP9_COMMON_VP9
_TYPE_ALIASES_H
_
/****************************************************************************
* Macros
...
...
vp9/common/x86/vp9_idct_x86.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef IDCT_X86_H
#define IDCT_X86_H
#ifndef
VP9_COMMON_X86_VP9_
IDCT_X86_H
_
#define
VP9_COMMON_X86_VP9_
IDCT_X86_H
_
/* Note:
*
...
...
vp9/common/x86/vp9_loopfilter_x86.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef LOOPFILTER_X86_H
#define LOOPFILTER_X86_H
#ifndef
VP9_COMMON_X86_VP9_
LOOPFILTER_X86_H
_
#define
VP9_COMMON_X86_VP9_
LOOPFILTER_X86_H
_
/* Note:
*
...
...
vp9/common/x86/vp9_postproc_x86.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef POSTPROC_X86_H
#define POSTPROC_X86_H
#ifndef
VP9_COMMON_X86_VP9_
POSTPROC_X86_H
_
#define
VP9_COMMON_X86_VP9_
POSTPROC_X86_H
_
/* Note:
*
...
...
vp9/common/x86/vp9_subpixel_x86.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef SUBPIXEL_X86_H
#define SUBPIXEL_X86_H
#ifndef
VP9_COMMON_X86_VP9_
SUBPIXEL_X86_H
_
#define
VP9_COMMON_X86_VP9_
SUBPIXEL_X86_H
_
/* Note:
*
...
...
vp9/decoder/vp9_dboolhuff.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef DBOOLHUFF_H
#define DBOOLHUFF_H
#ifndef
VP9_DECODER_VP9_
DBOOLHUFF_H
_
#define
VP9_DECODER_VP9_
DBOOLHUFF_H
_
#include <stddef.h>
#include <limits.h>
#include "vpx_ports/config.h"
...
...
vp9/decoder/vp9_decodframe.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_DECODFRAME_H
#define
__INC
_DECODFRAME_H
#ifndef
VP9_DECODER_VP9
_DECODFRAME_H
_
#define
VP9_DECODER_VP9
_DECODFRAME_H
_
struct
VP9Decompressor
;
...
...
vp9/decoder/vp9_dequantize.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef DEQUANTIZE_H
#define DEQUANTIZE_H
#ifndef
VP9_DECODER_VP9_
DEQUANTIZE_H
_
#define
VP9_DECODER_VP9_
DEQUANTIZE_H
_
#include "vp9/common/vp9_blockd.h"
#if CONFIG_LOSSLESS
...
...
vp9/decoder/vp9_detokenize.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef DETOKENIZE_H
#define DETOKENIZE_H
#ifndef
VP9_DECODER_VP9_
DETOKENIZE_H
_
#define
VP9_DECODER_VP9_
DETOKENIZE_H
_
#include "vp9/decoder/vp9_onyxd_int.h"
...
...
vp9/decoder/vp9_onyxd_int.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
__INC
_ONYXD_INT_H
#define
__INC
_ONYXD_INT_H
#ifndef
VP9_DECODER_VP9
_ONYXD_INT_H
_
#define
VP9_DECODER_VP9
_ONYXD_INT_H
_
#include "vpx_ports/config.h"
#include "vp9/common/vp9_onyxd.h"
#include "vp9/decoder/vp9_treereader.h"
...
...
vp9/decoder/vp9_reconintra_mt.h
View file @
2b8dc065
...
...
@@ -9,7 +9,7 @@
*/
#ifndef
__INC
_RECONINTRA_MT_H
#define
__INC
_RECONINTRA_MT_H
#ifndef
VP9_DECODER_VP9
_RECONINTRA_MT_H
_
#define
VP9_DECODER_VP9
_RECONINTRA_MT_H
_
#endif
vp9/decoder/vp9_treereader.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef
tree_reader_h
#define
tree_reader_h 1
#ifndef
VP9_DECODER_VP9_TREEREADER_H_
#define
VP9_DECODER_VP9_TREEREADER_H_
#include "vp9/common/vp9_treecoder.h"
...
...
vp9/decoder/x86/vp9_idct_mmx.h
View file @
2b8dc065
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef
__INC
_IDCT_MMX_H_
#define
__INC
_IDCT_MMX_H_
#ifndef
VP9_DECODER_X86_VP9
_IDCT_MMX_H_
#define
VP9_DECODER_X86_VP9
_IDCT_MMX_H_
void
vp9_dequant_dc_idct_add_mmx
(
short
*
input
,
const
short
*
dq
,
...
...
vp9/encoder/arm/vp9_dct_arm.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/
#ifndef DCT_ARM_H
#define DCT_ARM_H
#ifndef
VP9_ENCODER_ARM_VP9_
DCT_ARM_H
_
#define
VP9_ENCODER_ARM_VP9_
DCT_ARM_H
_
#if HAVE_ARMV6
extern
prototype_fdct
(
vp9_short_walsh4x4_armv6
);
...
...
vp9/encoder/arm/vp9_encodemb_arm.h
View file @
2b8dc065
...
...
@@ -9,8 +9,8 @@
*/