Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
180f9a09
Commit
180f9a09
authored
Jan 29, 2016
by
Timothy Gu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all: Make header guard names consistent
parent
def56677
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
134 additions
and
134 deletions
+134
-134
math.h
compat/aix/math.h
+3
-3
snprintf.h
compat/msvcrt/snprintf.h
+3
-3
os2threads.h
compat/os2threads.h
+3
-3
math.h
compat/tms470/math.h
+3
-3
w32pthreads.h
compat/w32pthreads.h
+3
-3
aacps.h
libavcodec/aacps.h
+3
-3
aacps_fixed_tablegen.h
libavcodec/aacps_fixed_tablegen.h
+3
-3
aacps_tablegen.h
libavcodec/aacps_tablegen.h
+3
-3
aacpsdsp.h
libavcodec/aacpsdsp.h
+3
-3
bswapdsp.h
libavcodec/bswapdsp.h
+3
-3
dxva2.h
libavcodec/dxva2.h
+3
-3
dxva2_internal.h
libavcodec/dxva2_internal.h
+3
-3
g729postfilter.h
libavcodec/g729postfilter.h
+3
-3
gif.h
libavcodec/gif.h
+3
-3
lossless_audiodsp.h
libavcodec/lossless_audiodsp.h
+3
-3
aacdec_mips.h
libavcodec/mips/aacdec_mips.h
+3
-3
aacsbr_mips.h
libavcodec/mips/aacsbr_mips.h
+3
-3
amrwbdec_mips.h
libavcodec/mips/amrwbdec_mips.h
+3
-3
h264chroma_mips.h
libavcodec/mips/h264chroma_mips.h
+3
-3
h264dsp_mips.h
libavcodec/mips/h264dsp_mips.h
+3
-3
h264pred_mips.h
libavcodec/mips/h264pred_mips.h
+3
-3
lsp_mips.h
libavcodec/mips/lsp_mips.h
+3
-3
mpegvideo_mips.h
libavcodec/mips/mpegvideo_mips.h
+3
-3
motion_est.h
libavcodec/motion_est.h
+3
-3
on2avcdata.h
libavcodec/on2avcdata.h
+3
-3
tscc2data.h
libavcodec/tscc2data.h
+3
-3
vorbis_parser.h
libavcodec/vorbis_parser.h
+3
-3
vorbis_parser_internal.h
libavcodec/vorbis_parser_internal.h
+3
-3
diracdsp_mmx.h
libavcodec/x86/diracdsp_mmx.h
+2
-2
dshow_capture.h
libavdevice/dshow_capture.h
+3
-3
opengl_enc_shaders.h
libavdevice/opengl_enc_shaders.h
+3
-3
af_volume.h
libavfilter/af_volume.h
+3
-3
avf_showcqt.h
libavfilter/avf_showcqt.h
+2
-2
framepool.h
libavfilter/framepool.h
+3
-3
opencl_allkernels.h
libavfilter/opencl_allkernels.h
+3
-3
psnr.h
libavfilter/psnr.h
+3
-3
ssim.h
libavfilter/ssim.h
+3
-3
stereo3d.h
libavfilter/stereo3d.h
+3
-3
vf_hqdn3d.h
libavfilter/vf_hqdn3d.h
+3
-3
libm_mips.h
libavutil/mips/libm_mips.h
+3
-3
opencl.h
libavutil/opencl.h
+3
-3
version.h
libpostproc/version.h
+3
-3
audioconvert.h
libswresample/audioconvert.h
+3
-3
swresample_internal.h
libswresample/swresample_internal.h
+2
-2
version.h
libswresample/version.h
+3
-3
checkasm.h
tests/checkasm/checkasm.h
+2
-2
No files found.
compat/aix/math.h
View file @
180f9a09
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
FFMPEG_
COMPAT_AIX_MATH_H
#ifndef COMPAT_AIX_MATH_H
#define
FFMPEG_
COMPAT_AIX_MATH_H
#define COMPAT_AIX_MATH_H
#define class class_in_math_h_causes_problems
#define class class_in_math_h_causes_problems
...
@@ -28,4 +28,4 @@
...
@@ -28,4 +28,4 @@
#undef class
#undef class
#endif
/*
FFMPEG_
COMPAT_AIX_MATH_H */
#endif
/* COMPAT_AIX_MATH_H */
compat/msvcrt/snprintf.h
View file @
180f9a09
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef COMPAT_SNPRINTF_H
#ifndef COMPAT_
MSVCRT_
SNPRINTF_H
#define COMPAT_SNPRINTF_H
#define COMPAT_
MSVCRT_
SNPRINTF_H
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
...
@@ -35,4 +35,4 @@ int avpriv_vsnprintf(char *s, size_t n, const char *fmt, va_list ap);
...
@@ -35,4 +35,4 @@ int avpriv_vsnprintf(char *s, size_t n, const char *fmt, va_list ap);
#define _snprintf avpriv_snprintf
#define _snprintf avpriv_snprintf
#define vsnprintf avpriv_vsnprintf
#define vsnprintf avpriv_vsnprintf
#endif
/* COMPAT_SNPRINTF_H */
#endif
/* COMPAT_
MSVCRT_
SNPRINTF_H */
compat/os2threads.h
View file @
180f9a09
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
* os2threads to pthreads wrapper
* os2threads to pthreads wrapper
*/
*/
#ifndef
AVCODEC_OS2P
THREADS_H
#ifndef
COMPAT_OS2
THREADS_H
#define
AVCODEC_OS2P
THREADS_H
#define
COMPAT_OS2
THREADS_H
#define INCL_DOS
#define INCL_DOS
#include <os2.h>
#include <os2.h>
...
@@ -190,4 +190,4 @@ static av_always_inline int pthread_once(pthread_once_t *once_control, void (*in
...
@@ -190,4 +190,4 @@ static av_always_inline int pthread_once(pthread_once_t *once_control, void (*in
return
0
;
return
0
;
}
}
#endif
/*
AVCODEC_OS2P
THREADS_H */
#endif
/*
COMPAT_OS2
THREADS_H */
compat/tms470/math.h
View file @
180f9a09
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
FFMPEG_
COMPAT_TMS470_MATH_H
#ifndef COMPAT_TMS470_MATH_H
#define
FFMPEG_
COMPAT_TMS470_MATH_H
#define COMPAT_TMS470_MATH_H
#include_next <math.h>
#include_next <math.h>
...
@@ -27,4 +27,4 @@
...
@@ -27,4 +27,4 @@
#define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 }))
#define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 }))
#define NAN (*(const float*)((const unsigned []){ 0x7fc00000 }))
#define NAN (*(const float*)((const unsigned []){ 0x7fc00000 }))
#endif
/*
FFMPEG_
COMPAT_TMS470_MATH_H */
#endif
/* COMPAT_TMS470_MATH_H */
compat/w32pthreads.h
View file @
180f9a09
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
* w32threads to pthreads wrapper
* w32threads to pthreads wrapper
*/
*/
#ifndef
FFMPEG_
COMPAT_W32PTHREADS_H
#ifndef COMPAT_W32PTHREADS_H
#define
FFMPEG_
COMPAT_W32PTHREADS_H
#define COMPAT_W32PTHREADS_H
/* Build up a pthread-like API using underlying Windows API. Have only static
/* Build up a pthread-like API using underlying Windows API. Have only static
* methods so as to not conflict with a potentially linked in pthread-win32
* methods so as to not conflict with a potentially linked in pthread-win32
...
@@ -415,4 +415,4 @@ static av_unused void w32thread_init(void)
...
@@ -415,4 +415,4 @@ static av_unused void w32thread_init(void)
}
}
#endif
/*
FFMPEG_
COMPAT_W32PTHREADS_H */
#endif
/* COMPAT_W32PTHREADS_H */
libavcodec/aacps.h
View file @
180f9a09
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_PS_H
#ifndef AVCODEC_
AAC
PS_H
#define AVCODEC_PS_H
#define AVCODEC_
AAC
PS_H
#include <stdint.h>
#include <stdint.h>
...
@@ -83,4 +83,4 @@ void AAC_RENAME(ff_ps_ctx_init)(PSContext *ps);
...
@@ -83,4 +83,4 @@ void AAC_RENAME(ff_ps_ctx_init)(PSContext *ps);
int
AAC_RENAME
(
ff_ps_read_data
)(
AVCodecContext
*
avctx
,
GetBitContext
*
gb
,
PSContext
*
ps
,
int
bits_left
);
int
AAC_RENAME
(
ff_ps_read_data
)(
AVCodecContext
*
avctx
,
GetBitContext
*
gb
,
PSContext
*
ps
,
int
bits_left
);
int
AAC_RENAME
(
ff_ps_apply
)(
AVCodecContext
*
avctx
,
PSContext
*
ps
,
INTFLOAT
L
[
2
][
38
][
64
],
INTFLOAT
R
[
2
][
38
][
64
],
int
top
);
int
AAC_RENAME
(
ff_ps_apply
)(
AVCodecContext
*
avctx
,
PSContext
*
ps
,
INTFLOAT
L
[
2
][
38
][
64
],
INTFLOAT
R
[
2
][
38
][
64
],
int
top
);
#endif
/* AVCODEC_PS_H */
#endif
/* AVCODEC_
AAC
PS_H */
libavcodec/aacps_fixed_tablegen.h
View file @
180f9a09
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
*
*
*/
*/
#ifndef AACPS_FIXED_TABLEGEN_H
#ifndef A
VCODEC_A
ACPS_FIXED_TABLEGEN_H
#define AACPS_FIXED_TABLEGEN_H
#define A
VCODEC_A
ACPS_FIXED_TABLEGEN_H
#include <math.h>
#include <math.h>
#include <stdint.h>
#include <stdint.h>
...
@@ -400,4 +400,4 @@ static void ps_tableinit(void)
...
@@ -400,4 +400,4 @@ static void ps_tableinit(void)
}
}
#endif
/* CONFIG_HARDCODED_TABLES */
#endif
/* CONFIG_HARDCODED_TABLES */
#endif
/* AACPS_FIXED_TABLEGEN_H */
#endif
/* A
VCODEC_A
ACPS_FIXED_TABLEGEN_H */
libavcodec/aacps_tablegen.h
View file @
180f9a09
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AACPS_TABLEGEN_H
#ifndef A
VCODEC_A
ACPS_TABLEGEN_H
#define AACPS_TABLEGEN_H
#define A
VCODEC_A
ACPS_TABLEGEN_H
#include <math.h>
#include <math.h>
#include <stdint.h>
#include <stdint.h>
...
@@ -214,4 +214,4 @@ static av_cold void ps_tableinit(void)
...
@@ -214,4 +214,4 @@ static av_cold void ps_tableinit(void)
}
}
#endif
/* CONFIG_HARDCODED_TABLES */
#endif
/* CONFIG_HARDCODED_TABLES */
#endif
/* AACPS_TABLEGEN_H */
#endif
/* A
VCODEC_A
ACPS_TABLEGEN_H */
libavcodec/aacpsdsp.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
LIB
AVCODEC_AACPSDSP_H
#ifndef AVCODEC_AACPSDSP_H
#define
LIB
AVCODEC_AACPSDSP_H
#define AVCODEC_AACPSDSP_H
#include "aac_defines.h"
#include "aac_defines.h"
...
@@ -54,4 +54,4 @@ void ff_psdsp_init_arm(PSDSPContext *s);
...
@@ -54,4 +54,4 @@ void ff_psdsp_init_arm(PSDSPContext *s);
void
ff_psdsp_init_mips
(
PSDSPContext
*
s
);
void
ff_psdsp_init_mips
(
PSDSPContext
*
s
);
void
ff_psdsp_init_x86
(
PSDSPContext
*
s
);
void
ff_psdsp_init_x86
(
PSDSPContext
*
s
);
#endif
/*
LIB
AVCODEC_AACPSDSP_H */
#endif
/* AVCODEC_AACPSDSP_H */
libavcodec/bswapdsp.h
View file @
180f9a09
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_BSWAP
_BUF
_H
#ifndef AVCODEC_BSWAP
DSP
_H
#define AVCODEC_BSWAP
_BUF
_H
#define AVCODEC_BSWAP
DSP
_H
#include <stdint.h>
#include <stdint.h>
...
@@ -29,4 +29,4 @@ typedef struct BswapDSPContext {
...
@@ -29,4 +29,4 @@ typedef struct BswapDSPContext {
void
ff_bswapdsp_init
(
BswapDSPContext
*
c
);
void
ff_bswapdsp_init
(
BswapDSPContext
*
c
);
void
ff_bswapdsp_init_x86
(
BswapDSPContext
*
c
);
void
ff_bswapdsp_init_x86
(
BswapDSPContext
*
c
);
#endif
/* AVCODEC_BSWAP
_BUF
_H */
#endif
/* AVCODEC_BSWAP
DSP
_H */
libavcodec/dxva2.h
View file @
180f9a09
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_DXVA_H
#ifndef AVCODEC_DXVA
2
_H
#define AVCODEC_DXVA_H
#define AVCODEC_DXVA
2
_H
/**
/**
* @file
* @file
...
@@ -90,4 +90,4 @@ struct dxva_context {
...
@@ -90,4 +90,4 @@ struct dxva_context {
* @}
* @}
*/
*/
#endif
/* AVCODEC_DXVA_H */
#endif
/* AVCODEC_DXVA
2
_H */
libavcodec/dxva2_internal.h
View file @
180f9a09
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_DXVA_INTERNAL_H
#ifndef AVCODEC_DXVA
2
_INTERNAL_H
#define AVCODEC_DXVA_INTERNAL_H
#define AVCODEC_DXVA
2
_INTERNAL_H
#define COBJMACROS
#define COBJMACROS
...
@@ -118,4 +118,4 @@ int ff_dxva2_common_end_frame(AVCodecContext *, AVFrame *,
...
@@ -118,4 +118,4 @@ int ff_dxva2_common_end_frame(AVCodecContext *, AVFrame *,
DECODER_BUFFER_DESC
*
bs
,
DECODER_BUFFER_DESC
*
bs
,
DECODER_BUFFER_DESC
*
slice
));
DECODER_BUFFER_DESC
*
slice
));
#endif
/* AVCODEC_DXVA_INTERNAL_H */
#endif
/* AVCODEC_DXVA
2
_INTERNAL_H */
libavcodec/g729postfilter.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* License along with FFmpeg; if not, write to the Free Software
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
FFMPEG
_G729POSTFILTER_H
#ifndef
AVCODEC
_G729POSTFILTER_H
#define
FFMPEG
_G729POSTFILTER_H
#define
AVCODEC
_G729POSTFILTER_H
#include <stdint.h>
#include <stdint.h>
#include "audiodsp.h"
#include "audiodsp.h"
...
@@ -113,4 +113,4 @@ void ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voici
...
@@ -113,4 +113,4 @@ void ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voici
int16_t
ff_g729_adaptive_gain_control
(
int
gain_before
,
int
gain_after
,
int16_t
*
speech
,
int16_t
ff_g729_adaptive_gain_control
(
int
gain_before
,
int
gain_after
,
int16_t
*
speech
,
int
subframe_size
,
int16_t
gain_prev
);
int
subframe_size
,
int16_t
gain_prev
);
#endif //
FFMPEG
_G729POSTFILTER_H
#endif //
AVCODEC
_G729POSTFILTER_H
libavcodec/gif.h
View file @
180f9a09
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
* GIF format definitions.
* GIF format definitions.
*/
*/
#ifndef AVCODEC_GIF
DEFS
_H
#ifndef AVCODEC_GIF_H
#define AVCODEC_GIF
DEFS
_H
#define AVCODEC_GIF_H
#include <stdint.h>
#include <stdint.h>
...
@@ -46,4 +46,4 @@ static const uint8_t gif89a_sig[6] = "GIF89a";
...
@@ -46,4 +46,4 @@ static const uint8_t gif89a_sig[6] = "GIF89a";
#define GIF_APP_EXT_LABEL 0xff
#define GIF_APP_EXT_LABEL 0xff
#define NETSCAPE_EXT_STR "NETSCAPE2.0"
#define NETSCAPE_EXT_STR "NETSCAPE2.0"
#endif
/* AVCODEC_GIF
DEFS
_H */
#endif
/* AVCODEC_GIF_H */
libavcodec/lossless_audiodsp.h
View file @
180f9a09
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_L
LAUD
DSP_H
#ifndef AVCODEC_L
OSSLESS_AUDIO
DSP_H
#define AVCODEC_L
LAUD
DSP_H
#define AVCODEC_L
OSSLESS_AUDIO
DSP_H
#include <stdint.h>
#include <stdint.h>
...
@@ -43,4 +43,4 @@ void ff_llauddsp_init_arm(LLAudDSPContext *c);
...
@@ -43,4 +43,4 @@ void ff_llauddsp_init_arm(LLAudDSPContext *c);
void
ff_llauddsp_init_ppc
(
LLAudDSPContext
*
c
);
void
ff_llauddsp_init_ppc
(
LLAudDSPContext
*
c
);
void
ff_llauddsp_init_x86
(
LLAudDSPContext
*
c
);
void
ff_llauddsp_init_x86
(
LLAudDSPContext
*
c
);
#endif
/* AVCODEC_L
LAUD
DSP_H */
#endif
/* AVCODEC_L
OSSLESS_AUDIO
DSP_H */
libavcodec/mips/aacdec_mips.h
View file @
180f9a09
...
@@ -54,8 +54,8 @@
...
@@ -54,8 +54,8 @@
* Reference: libavcodec/aacdec.c
* Reference: libavcodec/aacdec.c
*/
*/
#ifndef AVCODEC_MIPS_AACDEC_
FLOAT
_H
#ifndef AVCODEC_MIPS_AACDEC_
MIPS
_H
#define AVCODEC_MIPS_AACDEC_
FLOAT
_H
#define AVCODEC_MIPS_AACDEC_
MIPS
_H
#include "libavcodec/aac.h"
#include "libavcodec/aac.h"
#include "libavutil/mips/asmdefs.h"
#include "libavutil/mips/asmdefs.h"
...
@@ -248,4 +248,4 @@ static inline float *VMUL4S_mips(float *dst, const float *v, unsigned idx,
...
@@ -248,4 +248,4 @@ static inline float *VMUL4S_mips(float *dst, const float *v, unsigned idx,
#define VMUL4S VMUL4S_mips
#define VMUL4S VMUL4S_mips
#endif
/* HAVE_INLINE_ASM && HAVE_MIPSFPU */
#endif
/* HAVE_INLINE_ASM && HAVE_MIPSFPU */
#endif
/* AVCODEC_MIPS_AACDEC_
FLOAT
_H */
#endif
/* AVCODEC_MIPS_AACDEC_
MIPS
_H */
libavcodec/mips/aacsbr_mips.h
View file @
180f9a09
...
@@ -51,8 +51,8 @@
...
@@ -51,8 +51,8 @@
* Reference: libavcodec/aacsbr.c
* Reference: libavcodec/aacsbr.c
*/
*/
#ifndef AVCODEC_MIPS_AACSBR_
FLOAT
_H
#ifndef AVCODEC_MIPS_AACSBR_
MIPS
_H
#define AVCODEC_MIPS_AACSBR_
FLOAT
_H
#define AVCODEC_MIPS_AACSBR_
MIPS
_H
#include "libavcodec/aac.h"
#include "libavcodec/aac.h"
#include "libavcodec/sbr.h"
#include "libavcodec/sbr.h"
...
@@ -491,4 +491,4 @@ static void sbr_qmf_synthesis_mips(FFTContext *mdct,
...
@@ -491,4 +491,4 @@ static void sbr_qmf_synthesis_mips(FFTContext *mdct,
#endif
/* HAVE_MIPSFPU */
#endif
/* HAVE_MIPSFPU */
#endif
/* HAVE_INLINE_ASM */
#endif
/* HAVE_INLINE_ASM */
#endif
/* AVCODEC_MIPS_AACSBR_
FLOAT
_H */
#endif
/* AVCODEC_MIPS_AACSBR_
MIPS
_H */
libavcodec/mips/amrwbdec_mips.h
View file @
180f9a09
...
@@ -49,8 +49,8 @@
...
@@ -49,8 +49,8 @@
* @file
* @file
* Reference: libavcodec/amrwbdec.c
* Reference: libavcodec/amrwbdec.c
*/
*/
#ifndef AVCODEC_AMRWBDEC_MIPS_H
#ifndef AVCODEC_
MIPS_
AMRWBDEC_MIPS_H
#define AVCODEC_AMRWBDEC_MIPS_H
#define AVCODEC_
MIPS_
AMRWBDEC_MIPS_H
#include "config.h"
#include "config.h"
#if HAVE_MIPSFPU && HAVE_INLINE_ASM
#if HAVE_MIPSFPU && HAVE_INLINE_ASM
...
@@ -59,4 +59,4 @@ void ff_hb_fir_filter_mips(float *out, const float fir_coef[],
...
@@ -59,4 +59,4 @@ void ff_hb_fir_filter_mips(float *out, const float fir_coef[],
#define hb_fir_filter ff_hb_fir_filter_mips
#define hb_fir_filter ff_hb_fir_filter_mips
#endif
#endif
#endif
/* AVCODEC_AMRWBDEC_MIPS_H */
#endif
/* AVCODEC_
MIPS_
AMRWBDEC_MIPS_H */
libavcodec/mips/h264chroma_mips.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
H264_
CHROMA_MIPS_H
#ifndef
AVCODEC_MIPS_H264
CHROMA_MIPS_H
#define
H264_
CHROMA_MIPS_H
#define
AVCODEC_MIPS_H264
CHROMA_MIPS_H
#include "libavcodec/h264.h"
#include "libavcodec/h264.h"
void
ff_put_h264_chroma_mc8_msa
(
uint8_t
*
dst
,
uint8_t
*
src
,
int
stride
,
void
ff_put_h264_chroma_mc8_msa
(
uint8_t
*
dst
,
uint8_t
*
src
,
int
stride
,
...
@@ -44,4 +44,4 @@ void ff_put_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, int stride,
...
@@ -44,4 +44,4 @@ void ff_put_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, int stride,
void
ff_avg_h264_chroma_mc4_mmi
(
uint8_t
*
dst
,
uint8_t
*
src
,
int
stride
,
void
ff_avg_h264_chroma_mc4_mmi
(
uint8_t
*
dst
,
uint8_t
*
src
,
int
stride
,
int
h
,
int
x
,
int
y
);
int
h
,
int
x
,
int
y
);
#endif
/*
H264_
CHROMA_MIPS_H */
#endif
/*
AVCODEC_MIPS_H264
CHROMA_MIPS_H */
libavcodec/mips/h264dsp_mips.h
View file @
180f9a09
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
H264_
DSP_MIPS_H
#ifndef
AVCODEC_MIPS_H264
DSP_MIPS_H
#define
H264_
DSP_MIPS_H
#define
AVCODEC_MIPS_H264
DSP_MIPS_H
#include "libavcodec/h264.h"
#include "libavcodec/h264.h"
#include "constants.h"
#include "constants.h"
...
@@ -574,4 +574,4 @@ void ff_avg_h264_qpel4_mc23_mmi(uint8_t *dst, const uint8_t *src,
...
@@ -574,4 +574,4 @@ void ff_avg_h264_qpel4_mc23_mmi(uint8_t *dst, const uint8_t *src,
void
ff_avg_h264_qpel4_mc33_mmi
(
uint8_t
*
dst
,
const
uint8_t
*
src
,
void
ff_avg_h264_qpel4_mc33_mmi
(
uint8_t
*
dst
,
const
uint8_t
*
src
,
ptrdiff_t
dst_stride
);
ptrdiff_t
dst_stride
);
#endif // #ifndef
H264_
DSP_MIPS_H
#endif // #ifndef
AVCODEC_MIPS_H264
DSP_MIPS_H
libavcodec/mips/h264pred_mips.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
H264_
PRED_MIPS_H
#ifndef
AVCODEC_MIPS_H264
PRED_MIPS_H
#define
H264_
PRED_MIPS_H
#define
AVCODEC_MIPS_H264
PRED_MIPS_H
#include "constants.h"
#include "constants.h"
#include "libavcodec/h264pred.h"
#include "libavcodec/h264pred.h"
...
@@ -45,4 +45,4 @@ void ff_pred8x8_dc_8_mmi(uint8_t *src, ptrdiff_t stride);
...
@@ -45,4 +45,4 @@ void ff_pred8x8_dc_8_mmi(uint8_t *src, ptrdiff_t stride);
void
ff_pred8x16_vertical_8_mmi
(
uint8_t
*
src
,
ptrdiff_t
stride
);
void
ff_pred8x16_vertical_8_mmi
(
uint8_t
*
src
,
ptrdiff_t
stride
);
void
ff_pred8x16_horizontal_8_mmi
(
uint8_t
*
src
,
ptrdiff_t
stride
);
void
ff_pred8x16_horizontal_8_mmi
(
uint8_t
*
src
,
ptrdiff_t
stride
);
#endif
/*
H264_
PRED_MIPS_H */
#endif
/*
AVCODEC_MIPS_H264
PRED_MIPS_H */
libavcodec/mips/lsp_mips.h
View file @
180f9a09
...
@@ -51,8 +51,8 @@
...
@@ -51,8 +51,8 @@
* @file
* @file
* Reference: libavcodec/lsp.c
* Reference: libavcodec/lsp.c
*/
*/
#ifndef AVCODEC_LSP_MIPS_H
#ifndef AVCODEC_
MIPS_
LSP_MIPS_H
#define AVCODEC_LSP_MIPS_H
#define AVCODEC_
MIPS_
LSP_MIPS_H
#if HAVE_MIPSFPU && HAVE_INLINE_ASM
#if HAVE_MIPSFPU && HAVE_INLINE_ASM
#include "libavutil/mips/asmdefs.h"
#include "libavutil/mips/asmdefs.h"
...
@@ -108,4 +108,4 @@ static av_always_inline void ff_lsp2polyf_mips(const double *lsp, double *f, int
...
@@ -108,4 +108,4 @@ static av_always_inline void ff_lsp2polyf_mips(const double *lsp, double *f, int
}
}
#define ff_lsp2polyf ff_lsp2polyf_mips
#define ff_lsp2polyf ff_lsp2polyf_mips
#endif
/* HAVE_MIPSFPU && HAVE_INLINE_ASM */
#endif
/* HAVE_MIPSFPU && HAVE_INLINE_ASM */
#endif
/* AVCODEC_LSP_MIPS_H */
#endif
/* AVCODEC_
MIPS_
LSP_MIPS_H */
libavcodec/mips/mpegvideo_mips.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef MPEGVIDEO_MIPS_H
#ifndef
AVCODEC_MIPS_
MPEGVIDEO_MIPS_H
#define MPEGVIDEO_MIPS_H
#define
AVCODEC_MIPS_
MPEGVIDEO_MIPS_H
#include "libavcodec/mpegvideo.h"
#include "libavcodec/mpegvideo.h"
...
@@ -35,4 +35,4 @@ void ff_dct_unquantize_mpeg2_intra_mmi(MpegEncContext *s, int16_t *block,
...
@@ -35,4 +35,4 @@ void ff_dct_unquantize_mpeg2_intra_mmi(MpegEncContext *s, int16_t *block,
int
n
,
int
qscale
);
int
n
,
int
qscale
);
void
ff_denoise_dct_mmi
(
MpegEncContext
*
s
,
int16_t
*
block
);
void
ff_denoise_dct_mmi
(
MpegEncContext
*
s
,
int16_t
*
block
);
#endif
/* MPEGVIDEO_MIPS_H */
#endif
/*
AVCODEC_MIPS_
MPEGVIDEO_MIPS_H */
libavcodec/motion_est.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_MOTIONEST_H
#ifndef AVCODEC_MOTION
_
EST_H
#define AVCODEC_MOTIONEST_H
#define AVCODEC_MOTION
_
EST_H
#include <stdint.h>
#include <stdint.h>
...
@@ -132,4 +132,4 @@ void ff_fix_long_mvs(struct MpegEncContext *s, uint8_t *field_select_table,
...
@@ -132,4 +132,4 @@ void ff_fix_long_mvs(struct MpegEncContext *s, uint8_t *field_select_table,
int
field_select
,
int16_t
(
*
mv_table
)[
2
],
int
f_code
,
int
field_select
,
int16_t
(
*
mv_table
)[
2
],
int
f_code
,
int
type
,
int
truncate
);
int
type
,
int
truncate
);
#endif
/* AVCODEC_MOTIONEST_H */
#endif
/* AVCODEC_MOTION
_
EST_H */
libavcodec/on2avcdata.h
View file @
180f9a09
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_ON2AVC
_
DATA_H
#ifndef AVCODEC_ON2AVCDATA_H
#define AVCODEC_ON2AVC
_
DATA_H
#define AVCODEC_ON2AVCDATA_H
#include <stdint.h>
#include <stdint.h>
...
@@ -79,4 +79,4 @@ extern const float ff_on2avc_ctab_2[2048];
...
@@ -79,4 +79,4 @@ extern const float ff_on2avc_ctab_2[2048];
extern
const
float
ff_on2avc_ctab_3
[
2048
];
extern
const
float
ff_on2avc_ctab_3
[
2048
];
extern
const
float
ff_on2avc_ctab_4
[
2048
];
extern
const
float
ff_on2avc_ctab_4
[
2048
];
#endif
/* AVCODEC_ON2AVC
_
DATA_H */
#endif
/* AVCODEC_ON2AVCDATA_H */
libavcodec/tscc2data.h
View file @
180f9a09
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_TSCC2
_
DATA_H
#ifndef AVCODEC_TSCC2DATA_H
#define AVCODEC_TSCC2
_
DATA_H
#define AVCODEC_TSCC2DATA_H
#include <stdint.h>
#include <stdint.h>
...
@@ -932,4 +932,4 @@ static const uint8_t *tscc2_ac_vlc_bits[NUM_VLC_SETS] = {
...
@@ -932,4 +932,4 @@ static const uint8_t *tscc2_ac_vlc_bits[NUM_VLC_SETS] = {
ac_vlc_descC_bits
,
ac_vlc_descC_bits
,
};
};
#endif
/* AVCODEC_TSCC2
_
DATA_H */
#endif
/* AVCODEC_TSCC2DATA_H */
libavcodec/vorbis_parser.h
View file @
180f9a09
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
* Determines the duration for each packet.
* Determines the duration for each packet.
*/
*/
#ifndef AVCODEC_VORBIS_PARSE_H
#ifndef AVCODEC_VORBIS_PARSE
R
_H
#define AVCODEC_VORBIS_PARSE_H
#define AVCODEC_VORBIS_PARSE
R
_H
#include <stdint.h>
#include <stdint.h>
...
@@ -75,4 +75,4 @@ int av_vorbis_parse_frame(AVVorbisParseContext *s, const uint8_t *buf,
...
@@ -75,4 +75,4 @@ int av_vorbis_parse_frame(AVVorbisParseContext *s, const uint8_t *buf,
void
av_vorbis_parse_reset
(
AVVorbisParseContext
*
s
);
void
av_vorbis_parse_reset
(
AVVorbisParseContext
*
s
);
#endif
/* AVCODEC_VORBIS_PARSE_H */
#endif
/* AVCODEC_VORBIS_PARSE
R
_H */
libavcodec/vorbis_parser_internal.h
View file @
180f9a09
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
* Determines the duration for each packet.
* Determines the duration for each packet.
*/
*/
#ifndef AVCODEC_VORBIS_PARSER_H
#ifndef AVCODEC_VORBIS_PARSER_
INTERNAL_
H
#define AVCODEC_VORBIS_PARSER_H
#define AVCODEC_VORBIS_PARSER_
INTERNAL_
H
#include "avcodec.h"
#include "avcodec.h"
#include "vorbis_parser.h"
#include "vorbis_parser.h"
...
@@ -43,4 +43,4 @@ struct AVVorbisParseContext {
...
@@ -43,4 +43,4 @@ struct AVVorbisParseContext {
int
prev_mask
;
///< bitmask used to get the previous mode flag in each packet
int
prev_mask
;
///< bitmask used to get the previous mode flag in each packet
};
};
#endif
/* AVCODEC_VORBIS_PARSER_H */
#endif
/* AVCODEC_VORBIS_PARSER_
INTERNAL_
H */
libavcodec/x86/diracdsp_mmx.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVCODEC_X86_DIRACDSP_H
#ifndef AVCODEC_X86_DIRACDSP_
MMX_
H
#define AVCODEC_X86_DIRACDSP_H
#define AVCODEC_X86_DIRACDSP_
MMX_
H
#include "libavcodec/diracdsp.h"
#include "libavcodec/diracdsp.h"
...
...
libavdevice/dshow_capture.h
View file @
180f9a09
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVDEVICE_DSHOW_H
#ifndef AVDEVICE_DSHOW_
CAPTURE_
H
#define AVDEVICE_DSHOW_H
#define AVDEVICE_DSHOW_
CAPTURE_
H
#define DSHOWDEBUG 0
#define DSHOWDEBUG 0
...
@@ -349,4 +349,4 @@ HRESULT dshow_try_setup_crossbar_options(ICaptureGraphBuilder2 *graph_builder2,
...
@@ -349,4 +349,4 @@ HRESULT dshow_try_setup_crossbar_options(ICaptureGraphBuilder2 *graph_builder2,
void
dshow_show_filter_properties
(
IBaseFilter
*
pFilter
,
AVFormatContext
*
avctx
);
void
dshow_show_filter_properties
(
IBaseFilter
*
pFilter
,
AVFormatContext
*
avctx
);
#endif
/* AVDEVICE_DSHOW_H */
#endif
/* AVDEVICE_DSHOW_
CAPTURE_
H */
libavdevice/opengl_enc_shaders.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVDEVICE_OPENGL_SHADERS_H
#ifndef AVDEVICE_OPENGL_
ENC_
SHADERS_H
#define AVDEVICE_OPENGL_SHADERS_H
#define AVDEVICE_OPENGL_
ENC_
SHADERS_H
#include "libavutil/pixfmt.h"
#include "libavutil/pixfmt.h"
...
@@ -185,4 +185,4 @@ static const char * const FF_OPENGL_FRAGMENT_SHADER_GRAY =
...
@@ -185,4 +185,4 @@ static const char * const FF_OPENGL_FRAGMENT_SHADER_GRAY =
"gl_FragColor = vec4(c, c, c, 1.0);"
"gl_FragColor = vec4(c, c, c, 1.0);"
"}"
;
"}"
;
#endif
/* AVDEVICE_OPENGL_SHADERS_H */
#endif
/* AVDEVICE_OPENGL_
ENC_
SHADERS_H */
libavfilter/af_volume.h
View file @
180f9a09
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
* audio volume filter
* audio volume filter
*/
*/
#ifndef AVFILTER_
AF_
VOLUME_H
#ifndef AVFILTER_VOLUME_H
#define AVFILTER_
AF_
VOLUME_H
#define AVFILTER_VOLUME_H
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "libavutil/eval.h"
#include "libavutil/eval.h"
...
@@ -90,4 +90,4 @@ typedef struct VolumeContext {
...
@@ -90,4 +90,4 @@ typedef struct VolumeContext {
void
ff_volume_init_x86
(
VolumeContext
*
vol
);
void
ff_volume_init_x86
(
VolumeContext
*
vol
);
#endif
/* AVFILTER_
AF_
VOLUME_H */
#endif
/* AVFILTER_VOLUME_H */
libavfilter/avf_showcqt.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVFILTER_
AVF_
SHOWCQT_H
#ifndef AVFILTER_SHOWCQT_H
#define AVFILTER_
AVF_
SHOWCQT_H
#define AVFILTER_SHOWCQT_H
#include "libavcodec/avfft.h"
#include "libavcodec/avfft.h"
#include "avfilter.h"
#include "avfilter.h"
...
...
libavfilter/framepool.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AV
UTIL_FRAME_
POOL_H
#ifndef AV
FILTER_FRAME
POOL_H
#define AV
UTIL_FRAME_
POOL_H
#define AV
FILTER_FRAME
POOL_H
#include "libavutil/buffer.h"
#include "libavutil/buffer.h"
#include "libavutil/frame.h"
#include "libavutil/frame.h"
...
@@ -81,4 +81,4 @@ int ff_video_frame_pool_get_config(FFVideoFramePool *pool,
...
@@ -81,4 +81,4 @@ int ff_video_frame_pool_get_config(FFVideoFramePool *pool,
AVFrame
*
ff_video_frame_pool_get
(
FFVideoFramePool
*
pool
);
AVFrame
*
ff_video_frame_pool_get
(
FFVideoFramePool
*
pool
);
#endif
/* AV
UTIL_FRAME_
POOL_H */
#endif
/* AV
FILTER_FRAME
POOL_H */
libavfilter/opencl_allkernels.h
View file @
180f9a09
...
@@ -18,12 +18,12 @@
...
@@ -18,12 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef AVFILTER_OPENCL_ALLKERNEL_H
#ifndef AVFILTER_OPENCL_ALLKERNEL
S
_H
#define AVFILTER_OPENCL_ALLKERNEL_H
#define AVFILTER_OPENCL_ALLKERNEL
S
_H
#include "avfilter.h"
#include "avfilter.h"
#include "config.h"
#include "config.h"
void
ff_opencl_register_filter_kernel_code_all
(
void
);
void
ff_opencl_register_filter_kernel_code_all
(
void
);
#endif
/* AVFILTER_OPENCL_ALLKERNEL_H */
#endif
/* AVFILTER_OPENCL_ALLKERNEL
S
_H */
libavfilter/psnr.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
LIB
AVFILTER_PSNR_H
#ifndef AVFILTER_PSNR_H
#define
LIB
AVFILTER_PSNR_H
#define AVFILTER_PSNR_H
#include <stddef.h>
#include <stddef.h>
#include <stdint.h>
#include <stdint.h>
...
@@ -30,4 +30,4 @@ typedef struct PSNRDSPContext {
...
@@ -30,4 +30,4 @@ typedef struct PSNRDSPContext {
void
ff_psnr_init_x86
(
PSNRDSPContext
*
dsp
,
int
bpp
);
void
ff_psnr_init_x86
(
PSNRDSPContext
*
dsp
,
int
bpp
);
#endif
/*
LIB
AVFILTER_PSNR_H */
#endif
/* AVFILTER_PSNR_H */
libavfilter/ssim.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
LIB
AVFILTER_SSIM_H
#ifndef AVFILTER_SSIM_H
#define
LIB
AVFILTER_SSIM_H
#define AVFILTER_SSIM_H
#include <stddef.h>
#include <stddef.h>
#include <stdint.h>
#include <stdint.h>
...
@@ -33,4 +33,4 @@ typedef struct SSIMDSPContext {
...
@@ -33,4 +33,4 @@ typedef struct SSIMDSPContext {
void
ff_ssim_init_x86
(
SSIMDSPContext
*
dsp
);
void
ff_ssim_init_x86
(
SSIMDSPContext
*
dsp
);
#endif
/*
LIB
AVFILTER_SSIM_H */
#endif
/* AVFILTER_SSIM_H */
libavfilter/stereo3d.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef
LIB
AVFILTER_STEREO3D_H
#ifndef AVFILTER_STEREO3D_H
#define
LIB
AVFILTER_STEREO3D_H
#define AVFILTER_STEREO3D_H
#include <stddef.h>
#include <stddef.h>
#include <stdint.h>
#include <stdint.h>
...
@@ -33,4 +33,4 @@ typedef struct Stereo3DDSPContext {
...
@@ -33,4 +33,4 @@ typedef struct Stereo3DDSPContext {
void
ff_stereo3d_init_x86
(
Stereo3DDSPContext
*
dsp
);
void
ff_stereo3d_init_x86
(
Stereo3DDSPContext
*
dsp
);
#endif
/*
LIB
AVFILTER_STEREO3D_H */
#endif
/* AVFILTER_STEREO3D_H */
libavfilter/vf_hqdn3d.h
View file @
180f9a09
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
*/
#ifndef AVFILTER_
VF_
HQDN3D_H
#ifndef AVFILTER_HQDN3D_H
#define AVFILTER_
VF_
HQDN3D_H
#define AVFILTER_HQDN3D_H
#include <stddef.h>
#include <stddef.h>
#include <stdint.h>
#include <stdint.h>
...
@@ -46,4 +46,4 @@ typedef struct HQDN3DContext {
...
@@ -46,4 +46,4 @@ typedef struct HQDN3DContext {
void
ff_hqdn3d_init_x86
(
HQDN3DContext
*
hqdn3d
);
void
ff_hqdn3d_init_x86
(
HQDN3DContext
*
hqdn3d
);
#endif
/* AVFILTER_
VF_
HQDN3D_H */
#endif
/* AVFILTER_HQDN3D_H */
libavutil/mips/libm_mips.h
View file @
180f9a09
...
@@ -50,8 +50,8 @@
...
@@ -50,8 +50,8 @@
* MIPS optimization for some libm functions
* MIPS optimization for some libm functions
*/
*/
#ifndef AVUTIL_LIBM_MIPS_H
#ifndef AVUTIL_
MIPS_
LIBM_MIPS_H
#define AVUTIL_LIBM_MIPS_H
#define AVUTIL_
MIPS_
LIBM_MIPS_H
static
av_always_inline
av_const
long
int
lrintf_mips
(
float
x
)
static
av_always_inline
av_const
long
int
lrintf_mips
(
float
x
)
{
{
...
@@ -70,4 +70,4 @@ static av_always_inline av_const long int lrintf_mips(float x)
...
@@ -70,4 +70,4 @@ static av_always_inline av_const long int lrintf_mips(float x)
#define lrintf(x) lrintf_mips(x)
#define lrintf(x) lrintf_mips(x)
#define HAVE_LRINTF 1
#define HAVE_LRINTF 1
#endif
/* AVUTIL_LIBM_MIPS_H */
#endif
/* AVUTIL_
MIPS_
LIBM_MIPS_H */
libavutil/opencl.h
View file @
180f9a09
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
* change without prior notice.
* change without prior notice.
*/
*/
#ifndef
LIB
AVUTIL_OPENCL_H
#ifndef AVUTIL_OPENCL_H
#define
LIB
AVUTIL_OPENCL_H
#define AVUTIL_OPENCL_H
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS 1
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS 1
#ifdef __APPLE__
#ifdef __APPLE__
...
@@ -289,4 +289,4 @@ void av_opencl_uninit(void);
...
@@ -289,4 +289,4 @@ void av_opencl_uninit(void);
int64_t
av_opencl_benchmark
(
AVOpenCLDeviceNode
*
device
,
cl_platform_id
platform
,
int64_t
av_opencl_benchmark
(
AVOpenCLDeviceNode
*
device
,
cl_platform_id
platform
,
int64_t
(
*
benchmark
)(
AVOpenCLExternalEnv
*
ext_opencl_env
));
int64_t
(
*
benchmark
)(
AVOpenCLExternalEnv
*
ext_opencl_env
));
#endif
/*
LIB
AVUTIL_OPENCL_H */
#endif
/* AVUTIL_OPENCL_H */
libpostproc/version.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef POSTPROC_
POSTPROCESS_
VERSION_H
#ifndef POSTPROC_VERSION_H
#define POSTPROC_
POSTPROCESS_
VERSION_H
#define POSTPROC_VERSION_H
/**
/**
* @file
* @file
...
@@ -46,4 +46,4 @@
...
@@ -46,4 +46,4 @@
#define FF_API_QP_TYPE (LIBPOSTPROC_VERSION_MAJOR < 55)
#define FF_API_QP_TYPE (LIBPOSTPROC_VERSION_MAJOR < 55)
#endif
#endif
#endif
/* POSTPROC_
POSTPROCESS_
VERSION_H */
#endif
/* POSTPROC_VERSION_H */
libswresample/audioconvert.h
View file @
180f9a09
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef SWR_AUDIOCONVERT_H
#ifndef SWR
ESAMPLE
_AUDIOCONVERT_H
#define SWR_AUDIOCONVERT_H
#define SWR
ESAMPLE
_AUDIOCONVERT_H
/**
/**
* @file
* @file
...
@@ -75,4 +75,4 @@ void swri_audio_convert_free(AudioConvert **ctx);
...
@@ -75,4 +75,4 @@ void swri_audio_convert_free(AudioConvert **ctx);
*/
*/
int
swri_audio_convert
(
AudioConvert
*
ctx
,
AudioData
*
out
,
AudioData
*
in
,
int
len
);
int
swri_audio_convert
(
AudioConvert
*
ctx
,
AudioData
*
out
,
AudioData
*
in
,
int
len
);
#endif
/* AUDIOCONVERT_H */
#endif
/*
SWRESAMPLE_
AUDIOCONVERT_H */
libswresample/swresample_internal.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef SWR_INTERNAL_H
#ifndef SWR
ESAMPLE_SWRESAMPLE
_INTERNAL_H
#define SWR_INTERNAL_H
#define SWR
ESAMPLE_SWRESAMPLE
_INTERNAL_H
#include "swresample.h"
#include "swresample.h"
#include "libavutil/channel_layout.h"
#include "libavutil/channel_layout.h"
...
...
libswresample/version.h
View file @
180f9a09
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef SWR_VERSION_H
#ifndef SWR
ESAMPLE
_VERSION_H
#define SWR_VERSION_H
#define SWR
ESAMPLE
_VERSION_H
/**
/**
* @file
* @file
...
@@ -42,4 +42,4 @@
...
@@ -42,4 +42,4 @@
#define LIBSWRESAMPLE_IDENT "SwR" AV_STRINGIFY(LIBSWRESAMPLE_VERSION)
#define LIBSWRESAMPLE_IDENT "SwR" AV_STRINGIFY(LIBSWRESAMPLE_VERSION)
#endif
/* SWR_VERSION_H */
#endif
/* SWR
ESAMPLE
_VERSION_H */
tests/checkasm/checkasm.h
View file @
180f9a09
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
*/
#ifndef CHECKASM_H
#ifndef
TESTS_CHECKASM_
CHECKASM_H
#define CHECKASM_H
#define
TESTS_CHECKASM_
CHECKASM_H
#include <stdint.h>
#include <stdint.h>
#include "config.h"
#include "config.h"
...
...
Write
Preview
Markdown
is supported
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