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
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
Show 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 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
BILINEARFILTER_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_BILINEARFILTER_ARM_H_
#define
BILINEARFILTER_ARM_H
#define
VP9_COMMON_ARM_VP9_BILINEARFILTER_ARM_H_
extern
void
vp9_filter_block2d_bil_first_pass_armv6
extern
void
vp9_filter_block2d_bil_first_pass_armv6
(
(
...
...
vp9/common/arm/vp9_idct_arm.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
IDCT_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_IDCT_ARM_H_
#define
IDCT_ARM_H
#define
VP9_COMMON_ARM_VP9_IDCT_ARM_H_
#if HAVE_ARMV6
#if HAVE_ARMV6
extern
prototype_idct
(
vp9_short_idct4x4llm_1_v6
);
extern
prototype_idct
(
vp9_short_idct4x4llm_1_v6
);
...
...
vp9/common/arm/vp9_loopfilter_arm.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
LOOPFILTER_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_LOOPFILTER_ARM_H_
#define
LOOPFILTER_ARM_H
#define
VP9_COMMON_ARM_VP9_LOOPFILTER_ARM_H_
#include "vpx_config.h"
#include "vpx_config.h"
...
...
vp9/common/arm/vp9_recon_arm.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
RECON_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_RECON_ARM_H_
#define
RECON_ARM_H
#define
VP9_COMMON_ARM_VP9_RECON_ARM_H_
#if HAVE_ARMV6
#if HAVE_ARMV6
extern
prototype_recon_block
(
vp9_recon_b_armv6
);
extern
prototype_recon_block
(
vp9_recon_b_armv6
);
...
...
vp9/common/arm/vp9_subpixel_arm.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
SUBPIXEL_ARM_H
#ifndef
VP9_COMMON_ARM_VP9_SUBPIXEL_ARM_H_
#define
SUBPIXEL_ARM_H
#define
VP9_COMMON_ARM_VP9_SUBPIXEL_ARM_H_
#if HAVE_ARMV6
#if HAVE_ARMV6
extern
prototype_subpixel_predict
(
vp9_sixtap_predict16x16_armv6
);
extern
prototype_subpixel_predict
(
vp9_sixtap_predict16x16_armv6
);
...
...
vp9/common/vp9_alloccommon.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_ALLOCCOMMON_H
#ifndef
VP9_COMMON_VP9_ALLOCCOMMON_H_
#define
__INC_ALLOCCOMMON_H
#define
VP9_COMMON_VP9_ALLOCCOMMON_H_
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_onyxc_int.h"
...
...
vp9/common/vp9_blockd.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_BLOCKD_H
#ifndef
VP9_COMMON_VP9_BLOCKD_H_
#define
__INC_BLOCKD_H
#define
VP9_COMMON_VP9_BLOCKD_H_
void
vpx_log
(
const
char
*
format
,
...);
void
vpx_log
(
const
char
*
format
,
...);
...
...
vp9/common/vp9_common.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
common_h
#ifndef
VP9_COMMON_VP9_COMMON_H_
#define
common_h 1
#define
VP9_COMMON_VP9_COMMON_H_
#include <assert.h>
#include <assert.h>
#include "vpx_config.h"
#include "vpx_config.h"
...
...
vp9/common/vp9_common_types.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_COMMON_TYPES
#ifndef
VP9_COMMON_VP9_COMMON_TYPES_H_
#define
__INC_COMMON_TYPES
#define
VP9_COMMON_VP9_COMMON_TYPES_H_
#define TRUE 1
#define TRUE 1
#define FALSE 0
#define FALSE 0
...
...
vp9/common/vp9_entropy.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_ENTROPY_H
#ifndef
VP9_COMMON_VP9_ENTROPY_H_
#define
__INC_ENTROPY_H
#define
VP9_COMMON_VP9_ENTROPY_H_
#include "vp9/common/vp9_treecoder.h"
#include "vp9/common/vp9_treecoder.h"
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_blockd.h"
...
...
vp9/common/vp9_entropymode.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_ENTROPYMODE_H
#ifndef
VP9_COMMON_VP9_ENTROPYMODE_H_
#define
__INC_ENTROPYMODE_H
#define
VP9_COMMON_VP9_ENTROPYMODE_H_
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_treecoder.h"
#include "vp9/common/vp9_treecoder.h"
...
...
vp9/common/vp9_entropymv.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_ENTROPYMV_H
#ifndef
VP9_COMMON_VP9_ENTROPYMV_H_
#define
__INC_ENTROPYMV_H
#define
VP9_COMMON_VP9_ENTROPYMV_H_
#include "vp9/common/vp9_treecoder.h"
#include "vp9/common/vp9_treecoder.h"
#include "vpx_config.h"
#include "vpx_config.h"
...
...
vp9/common/vp9_extend.h
View file @
2b8dc065
...
@@ -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
__INC_EXTEND_H
#ifndef
VP9_COMMON_VP9_EXTEND_H_
#define
__INC_EXTEND_H
#define
VP9_COMMON_VP9_EXTEND_H_
#include "vpx_scale/yv12config.h"
#include "vpx_scale/yv12config.h"
...
...
vp9/common/vp9_filter.h
View file @
2b8dc065
...
@@ -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
FILTER_H
#ifndef
VP9_COMMON_VP9_FILTER_H_
#define
FILTER_H
#define
VP9_COMMON_VP9_FILTER_H_
#include "vpx_config.h"
#include "vpx_config.h"
#include "vpx_scale/yv12config.h"
#include "vpx_scale/yv12config.h"
...
...
vp9/common/vp9_findnearmv.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_FINDNEARMV_H
#ifndef
VP9_COMMON_VP9_FINDNEARMV_H_
#define
__INC_FINDNEARMV_H
#define
VP9_COMMON_VP9_FINDNEARMV_H_
#include "vp9/common/vp9_mv.h"
#include "vp9/common/vp9_mv.h"
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_blockd.h"
...
...
vp9/common/vp9_header.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_HEADER_H
#ifndef
VP9_COMMON_VP9_HEADER_H_
#define
__INC_HEADER_H
#define
VP9_COMMON_VP9_HEADER_H_
/* 24 bits total */
/* 24 bits total */
typedef
struct
{
typedef
struct
{
...
...
vp9/common/vp9_invtrans.h
View file @
2b8dc065
...
@@ -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
__INC_INVTRANS_H
#ifndef
VP9_COMMON_VP9_INVTRANS_H_
#define
__INC_INVTRANS_H
#define
VP9_COMMON_VP9_INVTRANS_H_
#include "vpx_ports/config.h"
#include "vpx_ports/config.h"
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_blockd.h"
...
...
vp9/common/vp9_loopfilter.h
View file @
2b8dc065
...
@@ -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
loopfilter_h
#ifndef
VP9_COMMON_VP9_LOOPFILTER_H_
#define
loopfilter_h
#define
VP9_COMMON_VP9_LOOPFILTER_H_
#include "vpx_ports/mem.h"
#include "vpx_ports/mem.h"
#include "vpx_config.h"
#include "vpx_config.h"
...
...
vp9/common/vp9_modecont.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_MODECONT_H
#ifndef
VP9_COMMON_VP9_MODECONT_H_
#define
__INC_MODECONT_H
#define
VP9_COMMON_VP9_MODECONT_H_
extern
const
int
vp9_default_mode_contexts
[
INTER_MODE_CONTEXTS
][
4
];
extern
const
int
vp9_default_mode_contexts
[
INTER_MODE_CONTEXTS
][
4
];
#endif
#endif
vp9/common/vp9_mv.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_MV_H
#ifndef
VP9_COMMON_VP9_MV_H_
#define
__INC_MV_H
#define
VP9_COMMON_VP9_MV_H_
#include "vpx/vpx_integer.h"
#include "vpx/vpx_integer.h"
typedef
struct
{
typedef
struct
{
...
...
vp9/common/vp9_mvref_common.h
View file @
2b8dc065
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_blockd.h"
#ifndef
__INC_MVREF_COMMON_H
#ifndef
VP9_COMMON_VP9_MVREF_COMMON_H_
#define
__INC_MVREF_COMMON_H
#define
VP9_COMMON_VP9_MVREF_COMMON_H_
void
vp9_find_mv_refs
(
void
vp9_find_mv_refs
(
MACROBLOCKD
*
xd
,
MACROBLOCKD
*
xd
,
...
...
vp9/common/vp9_onyx.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_ONYX_H
#ifndef
VP9_COMMON_VP9_ONYX_H_
#define
__INC_ONYX_H
#define
VP9_COMMON_VP9_ONYX_H_
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
extern
"C"
...
...
vp9/common/vp9_onyxc_int.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_ONYXC_INT_H
#ifndef
VP9_COMMON_VP9_ONYXC_INT_H_
#define
__INC_ONYXC_INT_H
#define
VP9_COMMON_VP9_ONYXC_INT_H_
#include "vpx_config.h"
#include "vpx_config.h"
#include "vpx/internal/vpx_codec_internal.h"
#include "vpx/internal/vpx_codec_internal.h"
...
...
vp9/common/vp9_onyxd.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_ONYXD_H
#ifndef
VP9_COMMON_VP9_ONYXD_H_
#define
__INC_ONYXD_H
#define
VP9_COMMON_VP9_ONYXD_H_
/* Create/destroy static data structures. */
/* Create/destroy static data structures. */
...
...
vp9/common/vp9_postproc.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
POSTPROC_H
#ifndef
VP9_COMMON_VP9_POSTPROC_H_
#define
POSTPROC_H
#define
VP9_COMMON_VP9_POSTPROC_H_
#include "vpx_ports/mem.h"
#include "vpx_ports/mem.h"
struct
postproc_state
{
struct
postproc_state
{
...
...
vp9/common/vp9_ppflags.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_PPFLAGS_H
#ifndef
VP9_COMMON_VP9_PPFLAGS_H_
#define
__INC_PPFLAGS_H
#define
VP9_COMMON_VP9_PPFLAGS_H_
enum
{
enum
{
VP9D_NOFILTERING
=
0
,
VP9D_NOFILTERING
=
0
,
VP9D_DEBLOCK
=
1
<<
0
,
VP9D_DEBLOCK
=
1
<<
0
,
...
...
vp9/common/vp9_pred_common.h
View file @
2b8dc065
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_blockd.h"
#ifndef
__INC_PRED_COMMON_H_
_
#ifndef
VP9_COMMON_VP9_PRED_COMMON_H
_
#define
__INC_PRED_COMMON_H__ 1
#define
VP9_COMMON_VP9_PRED_COMMON_H_
// Predicted items
// Predicted items
...
...
vp9/common/vp9_reconinter.h
View file @
2b8dc065
...
@@ -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
__INC_RECONINTER_H
#ifndef
VP9_COMMON_VP9_RECONINTER_H_
#define
__INC_RECONINTER_H
#define
VP9_COMMON_VP9_RECONINTER_H_
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_onyxc_int.h"
...
...
vp9/common/vp9_reconintra.h
View file @
2b8dc065
...
@@ -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
__INC_RECONINTRA_H
#ifndef
VP9_COMMON_VP9_RECONINTRA_H_
#define
__INC_RECONINTRA_H
#define
VP9_COMMON_VP9_RECONINTRA_H_
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_blockd.h"
...
...
vp9/common/vp9_reconintra4x4.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_RECONINTRA4x4_H
#ifndef
VP9_COMMON_VP9_RECONINTRA4X4_H_
#define
__INC_RECONINTRA4x4_H
#define
VP9_COMMON_VP9_RECONINTRA4X4_H_
extern
void
vp9_intra_prediction_down_copy
(
MACROBLOCKD
*
xd
);
extern
void
vp9_intra_prediction_down_copy
(
MACROBLOCKD
*
xd
);
...
...
vp9/common/vp9_sadmxn.h
View file @
2b8dc065
...
@@ -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
__INC_SAD_H
#ifndef
VP9_COMMON_VP9_SADMXN_H_
#define
__INC_SAD_H
#define
VP9_COMMON_VP9_SADMXN_H_
static
__inline
static
__inline
unsigned
int
sad_mx_n_c
(
unsigned
int
sad_mx_n_c
(
...
...
vp9/common/vp9_seg_common.h
View file @
2b8dc065
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_blockd.h"
#ifndef
__INC_SEG_COMMON_H_
_
#ifndef
VP9_COMMON_VP9_SEG_COMMON_H
_
#define
__INC_SEG_COMMON_H__ 1
#define
VP9_COMMON_VP9_SEG_COMMON_H_
int
vp9_segfeature_active
(
const
MACROBLOCKD
*
xd
,
int
vp9_segfeature_active
(
const
MACROBLOCKD
*
xd
,
int
segment_id
,
int
segment_id
,
...
...
vp9/common/vp9_subpixel.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
SUBPIXEL_H
#ifndef
VP9_COMMON_VP9_SUBPIXEL_H_
#define
SUBPIXEL_H
#define
VP9_COMMON_VP9_SUBPIXEL_H_
#define prototype_subpixel_predict(sym) \
#define prototype_subpixel_predict(sym) \
void sym(unsigned char *src, int src_pitch, int xofst, int yofst, \
void sym(unsigned char *src, int src_pitch, int xofst, int yofst, \
...
...
vp9/common/vp9_swapyv12buffer.h
View file @
2b8dc065
...
@@ -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
__SWAPYV12_BUFFER_H
#ifndef
VP9_COMMON_VP9_SWAPYV12BUFFER_H_
#define
__SWAPYV12_BUFFER_H
#define
VP9_COMMON_VP9_SWAPYV12BUFFER_H_
#include "vpx_scale/yv12config.h"
#include "vpx_scale/yv12config.h"
...
...
vp9/common/vp9_systemdependent.h
View file @
2b8dc065
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
* in the file PATENTS. All contributing project authors may
* in the file PATENTS. All contributing project authors may
* 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_SYSTEMDEPENDENT_H_
#define VP9_COMMON_VP9_SYSTEMDEPENDENT_H_
#include "vpx_ports/config.h"
#include "vpx_ports/config.h"
#if ARCH_X86 || ARCH_X86_64
#if ARCH_X86 || ARCH_X86_64
...
@@ -19,3 +20,4 @@ void vpx_reset_mmx_state(void);
...
@@ -19,3 +20,4 @@ void vpx_reset_mmx_state(void);
struct
VP9Common
;
struct
VP9Common
;
void
vp9_machine_specific_config
(
struct
VP9Common
*
);
void
vp9_machine_specific_config
(
struct
VP9Common
*
);
#endif
vp9/common/vp9_textblit.h
View file @
2b8dc065
...
@@ -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
__INC_TEXTBLIT_H
#ifndef
VP9_COMMON_VP9_TEXTBLIT_H_
#define
__INC_TEXTBLIT_H
#define
VP9_COMMON_VP9_TEXTBLIT_H_
extern
void
vp9_blit_text
(
const
char
*
msg
,
unsigned
char
*
address
,
extern
void
vp9_blit_text
(
const
char
*
msg
,
unsigned
char
*
address
,
const
int
pitch
);
const
int
pitch
);
...
...
vp9/common/vp9_treecoder.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
__INC_TREECODER_H
#ifndef
VP9_COMMON_VP9_TREECODER_H_
#define
__INC_TREECODER_H
#define
VP9_COMMON_VP9_TREECODER_H_
typedef
unsigned
char
vp9_prob
;
typedef
unsigned
char
vp9_prob
;
...
...
vp9/common/vp9_type_aliases.h
View file @
2b8dc065
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* Description : Standard type aliases
* Description : Standard type aliases
*
*
****************************************************************************/
****************************************************************************/
#ifndef
__INC_TYPE_ALIASES_H
#ifndef
VP9_COMMON_VP9_TYPE_ALIASES_H_
#define
__INC_TYPE_ALIASES_H
#define
VP9_COMMON_VP9_TYPE_ALIASES_H_
/****************************************************************************
/****************************************************************************
* Macros
* Macros
...
...
vp9/common/x86/vp9_idct_x86.h
View file @
2b8dc065
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
*/
*/
#ifndef
IDCT_X86_H