Ran the script on everything in the thirdparty directory except freetype, and pcre2.

This commit is contained in:
Relintai 2022-03-18 00:07:31 +01:00
parent c93dfb0602
commit b2b6322471
482 changed files with 1928 additions and 964 deletions

View File

@ -1,3 +1,5 @@
#ifndef __CVTT_CONVECTION_KERNELS__
#define __CVTT_CONVECTION_KERNELS__
/*
Convection Texture Tools
Copyright (c) 2018 Eric Lasota
@ -22,8 +24,8 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#pragma once
#ifndef __CVTT_CONVECTION_KERNELS__
#define __CVTT_CONVECTION_KERNELS__
#include <stdint.h>

View File

@ -1,9 +1,11 @@
#ifndef __ENET_CALLBACKS_H__
#define __ENET_CALLBACKS_H__
/**
@file callbacks.h
@brief ENet callbacks
*/
#ifndef __ENET_CALLBACKS_H__
#define __ENET_CALLBACKS_H__
#include <stdlib.h>

View File

@ -1,9 +1,11 @@
#ifndef __ENET_ENET_H__
#define __ENET_ENET_H__
/**
@file enet.h
@brief ENet public header file
*/
#ifndef __ENET_ENET_H__
#define __ENET_ENET_H__
#ifdef __cplusplus
extern "C"

View File

@ -1,3 +1,5 @@
#ifndef __ENET_GODOT_H__
#define __ENET_GODOT_H__
/*************************************************************************/
/* godot.h */
/*************************************************************************/
@ -32,8 +34,8 @@
@brief ENet Godot header
*/
#ifndef __ENET_GODOT_H__
#define __ENET_GODOT_H__
#ifdef WINDOWS_ENABLED
#include <stdint.h>

View File

@ -1,9 +1,11 @@
#ifndef __ENET_LIST_H__
#define __ENET_LIST_H__
/**
@file list.h
@brief ENet list management
*/
#ifndef __ENET_LIST_H__
#define __ENET_LIST_H__
#include <stdlib.h>

View File

@ -1,9 +1,11 @@
#ifndef __ENET_PROTOCOL_H__
#define __ENET_PROTOCOL_H__
/**
@file protocol.h
@brief ENet protocol
*/
#ifndef __ENET_PROTOCOL_H__
#define __ENET_PROTOCOL_H__
#include "enet/types.h"

View File

@ -1,9 +1,11 @@
#ifndef __ENET_TIME_H__
#define __ENET_TIME_H__
/**
@file time.h
@brief ENet time constants and macros
*/
#ifndef __ENET_TIME_H__
#define __ENET_TIME_H__
#define ENET_TIME_OVERFLOW 86400000

View File

@ -1,9 +1,11 @@
#ifndef __ENET_TYPES_H__
#define __ENET_TYPES_H__
/**
@file types.h
@brief type definitions for ENet
*/
#ifndef __ENET_TYPES_H__
#define __ENET_TYPES_H__
typedef unsigned char enet_uint8; /**< unsigned 8-bit type */
typedef unsigned short enet_uint16; /**< unsigned 16-bit type */

View File

@ -1,9 +1,11 @@
#ifndef __ENET_UTILITY_H__
#define __ENET_UTILITY_H__
/**
@file utility.h
@brief ENet utility header
*/
#ifndef __ENET_UTILITY_H__
#define __ENET_UTILITY_H__
#define ENET_MAX(x, y) ((x) > (y) ? (x) : (y))
#define ENET_MIN(x, y) ((x) < (y) ? (x) : (y))

View File

@ -1,3 +1,5 @@
#ifndef __glad_h_
#define __glad_h_
/*
OpenGL loader generated by glad 0.1.34 on Fri Feb 19 21:01:51 2021.
@ -27,8 +29,8 @@
*/
#ifndef __glad_h_
#define __glad_h_
#ifdef __gl_h_
#error OpenGL header already included, remove this include, glad already provides it

View File

@ -1,8 +1,10 @@
#ifndef JPEG_DECODER_H
#define JPEG_DECODER_H
// jpgd.h - C++ class for JPEG decompression.
// Richard Geldreich <richgel99@gmail.com>
// See jpgd.cpp for license (Public Domain or Apache 2.0).
#ifndef JPEG_DECODER_H
#define JPEG_DECODER_H
#include <stdlib.h>
#include <stdio.h>

View File

@ -1,3 +1,5 @@
#ifndef _OGG_H
#define _OGG_H
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -13,8 +15,8 @@
function: toplevel libogg include
********************************************************************/
#ifndef _OGG_H
#define _OGG_H
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef _OS_TYPES_H
#define _OS_TYPES_H
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -13,8 +15,8 @@
function: Define a consistent set of types on each platform.
********************************************************************/
#ifndef _OS_TYPES_H
#define _OS_TYPES_H
/* make it easy on the folks that want to compile the libs with a
different malloc than stdlib */

View File

@ -1,3 +1,5 @@
#ifndef PNG_H
#define PNG_H
/* png.h - header file for PNG reference library
*
@ -263,8 +265,8 @@
* <https://www.w3.org/TR/2003/REC-PNG-20031110/>
*/
#ifndef PNG_H
#define PNG_H
/* This is not the place to learn how to use libpng. The file libpng-manual.txt
* describes how to use libpng, and the file example.c summarizes it

View File

@ -1,3 +1,5 @@
#ifndef PNGCONF_H
#define PNGCONF_H
/* pngconf.h - machine-configurable file for libpng
*
@ -18,8 +20,8 @@
* and png_info.
*/
#ifndef PNGCONF_H
#define PNGCONF_H
#ifndef PNG_BUILDING_SYMBOL_TABLE /* else includes may cause problems */

View File

@ -1,3 +1,5 @@
#ifndef PNGDEBUG_H
#define PNGDEBUG_H
/* pngdebug.h - Debugging macros for libpng, also used in pngtest.c
*
@ -31,8 +33,8 @@
* to the message.
* arg: 0 to 2 arguments for printf(3) style substitution in message.
*/
#ifndef PNGDEBUG_H
#define PNGDEBUG_H
/* These settings control the formatting of messages in png.c and pngerror.c */
/* Moved to pngdebug.h at 1.5.0 */
# ifndef PNG_LITERAL_SHARP

View File

@ -1,3 +1,5 @@
#ifndef PNGINFO_H
#define PNGINFO_H
/* pnginfo.h - header file for PNG reference library
*
@ -49,8 +51,8 @@
* itxt_ptr structure argument, and the png_set_rows and png_set_unknowns
* functions do not make their own copies.
*/
#ifndef PNGINFO_H
#define PNGINFO_H
struct png_info_def
{

View File

@ -1,3 +1,5 @@
#ifndef PNGLCONF_H
#define PNGLCONF_H
/* pnglibconf.h - library build configuration */
/* libpng version 1.6.37 */
@ -12,8 +14,8 @@
/* pnglibconf.h */
/* Machine generated file: DO NOT EDIT */
/* Derived from: scripts/pnglibconf.dfa */
#ifndef PNGLCONF_H
#define PNGLCONF_H
/* options */
#define PNG_16BIT_SUPPORTED
#define PNG_ALIGNED_MEMORY_SUPPORTED

View File

@ -1,3 +1,5 @@
#ifndef PNGPRIV_H
#define PNGPRIV_H
/* pngpriv.h - private declarations for use inside libpng
*
@ -20,8 +22,8 @@
* they should be well aware of the issues that may arise from doing so.
*/
#ifndef PNGPRIV_H
#define PNGPRIV_H
/* Feature Test Macros. The following are defined here to ensure that correctly
* implemented libraries reveal the APIs libpng needs to build and hide those

View File

@ -1,3 +1,5 @@
#ifndef PNGSTRUCT_H
#define PNGSTRUCT_H
/* pngstruct.h - header file for PNG reference library
*
@ -17,8 +19,8 @@
* It should NOT be accessed directly by an application.
*/
#ifndef PNGSTRUCT_H
#define PNGSTRUCT_H
/* zlib.h defines the structure z_stream, an instance of which is included
* in this structure and is required for decompressing the LZ compressed
* data in PNG files.

View File

@ -1,3 +1,5 @@
#ifndef COMMON_WEBMIDS_H_
#define COMMON_WEBMIDS_H_
// Copyright (c) 2012 The WebM project authors. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
@ -6,8 +8,8 @@
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
#ifndef COMMON_WEBMIDS_H_
#define COMMON_WEBMIDS_H_
namespace libwebm {

View File

@ -1,3 +1,5 @@
#ifndef MKVMUXER_MKVMUXERTYPES_H_
#define MKVMUXER_MKVMUXERTYPES_H_
// Copyright (c) 2012 The WebM project authors. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
@ -6,8 +8,8 @@
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
#ifndef MKVMUXER_MKVMUXERTYPES_H_
#define MKVMUXER_MKVMUXERTYPES_H_
namespace mkvmuxer {
typedef unsigned char uint8;

View File

@ -1,3 +1,5 @@
#ifndef MKVPARSER_MKVPARSER_H_
#define MKVPARSER_MKVPARSER_H_
// Copyright (c) 2012 The WebM project authors. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
@ -5,8 +7,8 @@
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
#ifndef MKVPARSER_MKVPARSER_H_
#define MKVPARSER_MKVPARSER_H_
#include <cstddef>

View File

@ -1,3 +1,5 @@
#ifndef _O_THEORA_H_
#define _O_THEORA_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
@ -15,8 +17,8 @@
********************************************************************/
#ifndef _O_THEORA_H_
#define _O_THEORA_H_
#ifdef __cplusplus
extern "C"

View File

@ -1,3 +1,5 @@
#ifndef _vorbis_backend_h_
#define _vorbis_backend_h_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -19,8 +21,8 @@
Lookups for each backend aren't exposed because there's no reason
to do so */
#ifndef _vorbis_backend_h_
#define _vorbis_backend_h_
#include "codec_internal.h"

View File

@ -1,3 +1,5 @@
#ifndef _V_BITRATE_H_
#define _V_BITRATE_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_BITRATE_H_
#define _V_BITRATE_H_
#include "vorbis/codec.h"
#include "codec_internal.h"

View File

@ -1,3 +1,5 @@
#ifndef _V_CODEBOOK_H_
#define _V_CODEBOOK_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_CODEBOOK_H_
#define _V_CODEBOOK_H_
#include <ogg/ogg.h>

View File

@ -1,3 +1,5 @@
#ifndef _V_CODECI_H_
#define _V_CODECI_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_CODECI_H_
#define _V_CODECI_H_
#include "envelope.h"
#include "codebook.h"

View File

@ -1,3 +1,5 @@
#ifndef _V_ENVELOPE_
#define _V_ENVELOPE_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_ENVELOPE_
#define _V_ENVELOPE_
#include "mdct.h"

View File

@ -1,3 +1,5 @@
#ifndef _V_LOOKUP_DATA_H_
#define COS_LOOKUP_SZ 128
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,10 +16,10 @@
********************************************************************/
#ifndef _V_LOOKUP_DATA_H_
#ifdef FLOAT_LOOKUP
#define COS_LOOKUP_SZ 128
static const float COS_LOOKUP[COS_LOOKUP_SZ+1]={
+1.0000000000000f,+0.9996988186962f,+0.9987954562052f,+0.9972904566787f,
+0.9951847266722f,+0.9924795345987f,+0.9891765099648f,+0.9852776423889f,

View File

@ -1,3 +1,5 @@
#ifndef _V_LPC_H_
#define _V_LPC_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_LPC_H_
#define _V_LPC_H_
#include "vorbis/codec.h"

View File

@ -1,3 +1,5 @@
#ifndef _V_LSP_H_
#define _V_LSP_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -15,8 +17,8 @@
********************************************************************/
#ifndef _V_LSP_H_
#define _V_LSP_H_
extern int vorbis_lpc_to_lsp(float *lpc,float *lsp,int m);

View File

@ -1,3 +1,5 @@
#ifndef _V_MASKING_H_
#define _V_MASKING_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_MASKING_H_
#define _V_MASKING_H_
/* more detailed ATH; the bass if flat to save stressing the floor
overly for only a bin or two of savings. */

View File

@ -1,3 +1,5 @@
#ifndef _OGG_mdct_H_
#define _OGG_mdct_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _OGG_mdct_H_
#define _OGG_mdct_H_
#include "vorbis/codec.h"

View File

@ -1,3 +1,5 @@
#ifndef _V_RANDOM_H_
#define _V_RANDOM_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_RANDOM_H_
#define _V_RANDOM_H_
#include "vorbis/codec.h"
extern void *_vorbis_block_alloc(vorbis_block *vb,long bytes);

View File

@ -1,3 +1,5 @@
#ifndef _V_PSY_H_
#define _V_PSY_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_PSY_H_
#define _V_PSY_H_
#include "smallft.h"
#include "backends.h"

View File

@ -1,3 +1,5 @@
#ifndef _V_REG_H_
#define _V_REG_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_REG_H_
#define _V_REG_H_
#define VI_TRANSFORMB 1
#define VI_WINDOWB 1

View File

@ -1,3 +1,5 @@
#ifndef _V_SCALES_H_
#define _V_SCALES_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_SCALES_H_
#define _V_SCALES_H_
#include <math.h>
#include "os.h"

View File

@ -1,3 +1,5 @@
#ifndef _V_SMFT_H_
#define _V_SMFT_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_SMFT_H_
#define _V_SMFT_H_
#include "vorbis/codec.h"

View File

@ -1,3 +1,5 @@
#ifndef _vorbis_codec_h_
#define _vorbis_codec_h_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _vorbis_codec_h_
#define _vorbis_codec_h_
#ifdef __cplusplus
extern "C"

View File

@ -1,3 +1,5 @@
#ifndef _OV_ENC_H_
#define _OV_ENC_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -20,8 +22,8 @@
* actions needed to set up the encoder properly.
*/
#ifndef _OV_ENC_H_
#define _OV_ENC_H_
#ifdef __cplusplus
extern "C"

View File

@ -1,3 +1,5 @@
#ifndef _OV_FILE_H_
#define _OV_FILE_H_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _OV_FILE_H_
#define _OV_FILE_H_
#ifdef __cplusplus
extern "C"

View File

@ -1,3 +1,5 @@
#ifndef _V_WINDOW_
#define _V_WINDOW_
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
@ -14,8 +16,8 @@
********************************************************************/
#ifndef _V_WINDOW_
#define _V_WINDOW_
extern const float *_vorbis_window_get(int n);
extern void _vorbis_apply_window(float *d,int *winno,long *blocksizes,

View File

@ -1,3 +1,5 @@
#ifndef CPU_FEATURES_H
#define CPU_FEATURES_H
/*
* Copyright (C) 2010 The Android Open Source Project
* All rights reserved.
@ -25,8 +27,8 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#ifndef CPU_FEATURES_H
#define CPU_FEATURES_H
#include <sys/cdefs.h>
#include <stdint.h>

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_ALLOCCOMMON_H_
#define VP8_COMMON_ALLOCCOMMON_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_ALLOCCOMMON_H_
#define VP8_COMMON_ALLOCCOMMON_H_
#include "onyxc_int.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_BLOCKD_H_
#define VP8_COMMON_BLOCKD_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_BLOCKD_H_
#define VP8_COMMON_BLOCKD_H_
void vpx_log(const char *format, ...);

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_COEFUPDATEPROBS_H_
#define VP8_COMMON_COEFUPDATEPROBS_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_COMMON_COEFUPDATEPROBS_H_
#define VP8_COMMON_COEFUPDATEPROBS_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_COMMON_H_
#define VP8_COMMON_COMMON_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_COMMON_H_
#define VP8_COMMON_COMMON_H_
#include <assert.h>

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_DEFAULT_COEF_PROBS_H_
#define VP8_COMMON_DEFAULT_COEF_PROBS_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_COMMON_DEFAULT_COEF_PROBS_H_
#define VP8_COMMON_DEFAULT_COEF_PROBS_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_ENTROPY_H_
#define VP8_COMMON_ENTROPY_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_ENTROPY_H_
#define VP8_COMMON_ENTROPY_H_
#include "treecoder.h"
#include "blockd.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_ENTROPYMODE_H_
#define VP8_COMMON_ENTROPYMODE_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_ENTROPYMODE_H_
#define VP8_COMMON_ENTROPYMODE_H_
#include "onyxc_int.h"
#include "treecoder.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_ENTROPYMV_H_
#define VP8_COMMON_ENTROPYMV_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_ENTROPYMV_H_
#define VP8_COMMON_ENTROPYMV_H_
#include "treecoder.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_EXTEND_H_
#define VP8_COMMON_EXTEND_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_EXTEND_H_
#define VP8_COMMON_EXTEND_H_
#include "vpx_scale/yv12config.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_FILTER_H_
#define VP8_COMMON_FILTER_H_
/*
* Copyright (c) 2011 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_FILTER_H_
#define VP8_COMMON_FILTER_H_
#include "vpx_ports/mem.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_FINDNEARMV_H_
#define VP8_COMMON_FINDNEARMV_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_FINDNEARMV_H_
#define VP8_COMMON_FINDNEARMV_H_
#include "./vpx_config.h"
#include "mv.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_HEADER_H_
#define VP8_COMMON_HEADER_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_HEADER_H_
#define VP8_COMMON_HEADER_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_INVTRANS_H_
#define VP8_COMMON_INVTRANS_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_INVTRANS_H_
#define VP8_COMMON_INVTRANS_H_
#include "./vpx_config.h"
#include "vp8_rtcd.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_LOOPFILTER_H_
#define VP8_COMMON_LOOPFILTER_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_LOOPFILTER_H_
#define VP8_COMMON_LOOPFILTER_H_
#include "vpx_ports/mem.h"
#include "vpx_config.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_MODECONT_H_
#define VP8_COMMON_MODECONT_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_MODECONT_H_
#define VP8_COMMON_MODECONT_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_MV_H_
#define VP8_COMMON_MV_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_MV_H_
#define VP8_COMMON_MV_H_
#include "vpx/vpx_integer.h"
#ifdef __cplusplus

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_ONYXC_INT_H_
#define VP8_COMMON_ONYXC_INT_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_ONYXC_INT_H_
#define VP8_COMMON_ONYXC_INT_H_
#include "vpx_config.h"
#include "vp8_rtcd.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_ONYXD_H_
#define VP8_COMMON_ONYXD_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_ONYXD_H_
#define VP8_COMMON_ONYXD_H_
/* Create/destroy static data structures. */

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_PPFLAGS_H_
#define VP8_COMMON_PPFLAGS_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_PPFLAGS_H_
#define VP8_COMMON_PPFLAGS_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_QUANT_COMMON_H_
#define VP8_COMMON_QUANT_COMMON_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_COMMON_QUANT_COMMON_H_
#define VP8_COMMON_QUANT_COMMON_H_
#include "string.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_RECONINTER_H_
#define VP8_COMMON_RECONINTER_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_RECONINTER_H_
#define VP8_COMMON_RECONINTER_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_RECONINTRA_H_
#define VP8_COMMON_RECONINTRA_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_RECONINTRA_H_
#define VP8_COMMON_RECONINTRA_H_
#include "vp8/common/blockd.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_RECONINTRA4X4_H_
#define VP8_COMMON_RECONINTRA4X4_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_RECONINTRA4X4_H_
#define VP8_COMMON_RECONINTRA4X4_H_
#include "vp8/common/blockd.h"
#ifdef __cplusplus

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_SETUPINTRARECON_H_
#define VP8_COMMON_SETUPINTRARECON_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_COMMON_SETUPINTRARECON_H_
#define VP8_COMMON_SETUPINTRARECON_H_
#include "./vpx_config.h"
#include "vpx_scale/yv12config.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_SWAPYV12BUFFER_H_
#define VP8_COMMON_SWAPYV12BUFFER_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_SWAPYV12BUFFER_H_
#define VP8_COMMON_SWAPYV12BUFFER_H_
#include "vpx_scale/yv12config.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_SYSTEMDEPENDENT_H_
#define VP8_COMMON_SYSTEMDEPENDENT_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_COMMON_SYSTEMDEPENDENT_H_
#define VP8_COMMON_SYSTEMDEPENDENT_H_
#include "vpx_config.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_THREADING_H_
#define VP8_COMMON_THREADING_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_THREADING_H_
#define VP8_COMMON_THREADING_H_
#include "./vpx_config.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_TREECODER_H_
#define VP8_COMMON_TREECODER_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_COMMON_TREECODER_H_
#define VP8_COMMON_TREECODER_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_VP8_ENTROPYMODEDATA_H_
#define VP8_COMMON_VP8_ENTROPYMODEDATA_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_COMMON_VP8_ENTROPYMODEDATA_H_
#define VP8_COMMON_VP8_ENTROPYMODEDATA_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP8_COMMON_X86_FILTER_X86_H_
#define VP8_COMMON_X86_FILTER_X86_H_
/*
* Copyright (c) 2011 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_COMMON_X86_FILTER_X86_H_
#define VP8_COMMON_X86_FILTER_X86_H_
#include "vpx_ports/mem.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_DECODER_DBOOLHUFF_H_
#define VP8_DECODER_DBOOLHUFF_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_DECODER_DBOOLHUFF_H_
#define VP8_DECODER_DBOOLHUFF_H_
#include <stddef.h>
#include <limits.h>

View File

@ -1,3 +1,5 @@
#ifndef VP8_DECODER_DECODEMV_H_
#define VP8_DECODER_DECODEMV_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_DECODER_DECODEMV_H_
#define VP8_DECODER_DECODEMV_H_
#include "onyxd_int.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_DECODER_DECODERTHREADING_H_
#define VP8_DECODER_DECODERTHREADING_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_DECODER_DECODERTHREADING_H_
#define VP8_DECODER_DECODERTHREADING_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP8_DECODER_DETOKENIZE_H_
#define VP8_DECODER_DETOKENIZE_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP8_DECODER_DETOKENIZE_H_
#define VP8_DECODER_DETOKENIZE_H_
#include "onyxd_int.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_DECODER_ONYXD_INT_H_
#define VP8_DECODER_ONYXD_INT_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_DECODER_ONYXD_INT_H_
#define VP8_DECODER_ONYXD_INT_H_
#include "vpx_config.h"
#include "vp8/common/onyxd.h"

View File

@ -1,3 +1,5 @@
#ifndef VP8_DECODER_TREEREADER_H_
#define VP8_DECODER_TREEREADER_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP8_DECODER_TREEREADER_H_
#define VP8_DECODER_TREEREADER_H_
#include "./vpx_config.h"
#include "vp8/common/treecoder.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_ALLOCCOMMON_H_
#define VP9_COMMON_VP9_ALLOCCOMMON_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP9_COMMON_VP9_ALLOCCOMMON_H_
#define VP9_COMMON_VP9_ALLOCCOMMON_H_
#define INVALID_IDX -1 // Invalid buffer index.

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_BLOCKD_H_
#define VP9_COMMON_VP9_BLOCKD_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP9_COMMON_VP9_BLOCKD_H_
#define VP9_COMMON_VP9_BLOCKD_H_
#include "./vpx_config.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_COMMON_H_
#define VP9_COMMON_VP9_COMMON_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_COMMON_H_
#define VP9_COMMON_VP9_COMMON_H_
/* Interface header for common constant data structures and lookup tables */

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_COMMON_DATA_H_
#define VP9_COMMON_VP9_COMMON_DATA_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_COMMON_DATA_H_
#define VP9_COMMON_VP9_COMMON_DATA_H_
#include "vp9/common/vp9_enums.h"
#include "vpx/vpx_integer.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_ENTROPY_H_
#define VP9_COMMON_VP9_ENTROPY_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_ENTROPY_H_
#define VP9_COMMON_VP9_ENTROPY_H_
#include "vpx/vpx_integer.h"
#include "vpx_dsp/prob.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_ENTROPYMODE_H_
#define VP9_COMMON_VP9_ENTROPYMODE_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_ENTROPYMODE_H_
#define VP9_COMMON_VP9_ENTROPYMODE_H_
#include "vp9/common/vp9_entropy.h"
#include "vp9/common/vp9_entropymv.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_ENTROPYMV_H_
#define VP9_COMMON_VP9_ENTROPYMV_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -9,8 +11,8 @@
*/
#ifndef VP9_COMMON_VP9_ENTROPYMV_H_
#define VP9_COMMON_VP9_ENTROPYMV_H_
#include "./vpx_config.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_ENUMS_H_
#define VP9_COMMON_VP9_ENUMS_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_ENUMS_H_
#define VP9_COMMON_VP9_ENUMS_H_
#include "./vpx_config.h"
#include "vpx/vpx_integer.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_FILTER_H_
#define VP9_COMMON_VP9_FILTER_H_
/*
* Copyright (c) 2011 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_FILTER_H_
#define VP9_COMMON_VP9_FILTER_H_
#include "./vpx_config.h"
#include "vpx/vpx_integer.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_FRAME_BUFFERS_H_
#define VP9_COMMON_VP9_FRAME_BUFFERS_H_
/*
* Copyright (c) 2014 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_FRAME_BUFFERS_H_
#define VP9_COMMON_VP9_FRAME_BUFFERS_H_
#include "vpx/vpx_frame_buffer.h"
#include "vpx/vpx_integer.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_IDCT_H_
#define VP9_COMMON_VP9_IDCT_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_IDCT_H_
#define VP9_COMMON_VP9_IDCT_H_
#include <assert.h>

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_LOOPFILTER_H_
#define VP9_COMMON_VP9_LOOPFILTER_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_LOOPFILTER_H_
#define VP9_COMMON_VP9_LOOPFILTER_H_
#include "vpx_ports/mem.h"
#include "./vpx_config.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_MV_H_
#define VP9_COMMON_VP9_MV_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_MV_H_
#define VP9_COMMON_VP9_MV_H_
#include "vpx/vpx_integer.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_MVREF_COMMON_H_
#define VP9_COMMON_VP9_MVREF_COMMON_H_
/*
* Copyright (c) 2012 The WebM project authors. All Rights Reserved.
*
@ -7,8 +9,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_MVREF_COMMON_H_
#define VP9_COMMON_VP9_MVREF_COMMON_H_
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_blockd.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_ONYXC_INT_H_
#define VP9_COMMON_VP9_ONYXC_INT_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#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"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_PPFLAGS_H_
#define VP9_COMMON_VP9_PPFLAGS_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_PPFLAGS_H_
#define VP9_COMMON_VP9_PPFLAGS_H_
#ifdef __cplusplus
extern "C" {

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_PRED_COMMON_H_
#define VP9_COMMON_VP9_PRED_COMMON_H_
/*
* Copyright (c) 2012 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_PRED_COMMON_H_
#define VP9_COMMON_VP9_PRED_COMMON_H_
#include "vp9/common/vp9_blockd.h"
#include "vp9/common/vp9_onyxc_int.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_QUANT_COMMON_H_
#define VP9_COMMON_VP9_QUANT_COMMON_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_QUANT_COMMON_H_
#define VP9_COMMON_VP9_QUANT_COMMON_H_
#include "vpx/vpx_codec.h"
#include "vp9/common/vp9_seg_common.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_RECONINTER_H_
#define VP9_COMMON_VP9_RECONINTER_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_RECONINTER_H_
#define VP9_COMMON_VP9_RECONINTER_H_
#include "vp9/common/vp9_filter.h"
#include "vp9/common/vp9_onyxc_int.h"

View File

@ -1,3 +1,5 @@
#ifndef VP9_COMMON_VP9_RECONINTRA_H_
#define VP9_COMMON_VP9_RECONINTRA_H_
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
@ -8,8 +10,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP9_COMMON_VP9_RECONINTRA_H_
#define VP9_COMMON_VP9_RECONINTRA_H_
#include "vpx/vpx_integer.h"
#include "vp9/common/vp9_blockd.h"

Some files were not shown because too many files have changed in this diff Show More