cosmetics: normalize include guards
authorJames Zern <jzern@google.com>
Wed, 22 Aug 2018 21:03:54 +0000 (14:03 -0700)
committerJames Zern <jzern@google.com>
Sat, 15 Sep 2018 19:25:43 +0000 (12:25 -0700)
commit2a5805e2cbeb706d000f47da6feda7619b2959ba
tree5608ca8e7df97665f651d8e6f1266699de321baf
parentcb671194c9ac4068922a971318670c91bf96c906
cosmetics: normalize include guards

use the recommended format [1] of:
<PROJECT>_<PATH>_<FILE>_H_

[1] https://google.github.io/styleguide/cppguide.html#The__define_Guard
"All header files should have #define guards to prevent multiple
inclusion. The format of the symbol name should be
<PROJECT>_<PATH>_<FILE>_H_."

Change-Id: I2e8ab0b32fb23c30fa43cff5fec12d043c0d2037
266 files changed:
args.h
examples/svc_context.h
ivfdec.h
ivfenc.h
md5_utils.h
rate_hist.h
test/acm_random.h
test/bench.h
test/buffer.h
test/clear_system_state.h
test/codec_factory.h
test/decode_test_driver.h
test/encode_test_driver.h
test/i420_video_source.h
test/ivf_video_source.h
test/md5_helper.h
test/register_state_check.h
test/svc_test.h
test/test_vectors.h
test/util.h
test/video_source.h
test/vpx_scale_test.h
test/webm_video_source.h
test/y4m_video_source.h
test/yuv_video_source.h
tools_common.h
video_common.h
video_reader.h
video_writer.h
vp8/common/alloccommon.h
vp8/common/blockd.h
vp8/common/coefupdateprobs.h
vp8/common/common.h
vp8/common/default_coef_probs.h
vp8/common/entropy.h
vp8/common/entropymode.h
vp8/common/entropymv.h
vp8/common/extend.h
vp8/common/filter.h
vp8/common/findnearmv.h
vp8/common/header.h
vp8/common/invtrans.h
vp8/common/loopfilter.h
vp8/common/mips/msa/vp8_macros_msa.h
vp8/common/modecont.h
vp8/common/mv.h
vp8/common/onyx.h
vp8/common/onyxc_int.h
vp8/common/onyxd.h
vp8/common/postproc.h
vp8/common/ppflags.h
vp8/common/quant_common.h
vp8/common/reconinter.h
vp8/common/reconintra.h
vp8/common/reconintra4x4.h
vp8/common/setupintrarecon.h
vp8/common/swapyv12buffer.h
vp8/common/systemdependent.h
vp8/common/threading.h
vp8/common/treecoder.h
vp8/common/vp8_entropymodedata.h
vp8/common/vp8_skin_detection.h
vp8/common/x86/filter_x86.h
vp8/decoder/dboolhuff.h
vp8/decoder/decodemv.h
vp8/decoder/decoderthreading.h
vp8/decoder/detokenize.h
vp8/decoder/ec_types.h
vp8/decoder/error_concealment.h
vp8/decoder/onyxd_int.h
vp8/decoder/treereader.h
vp8/encoder/bitstream.h
vp8/encoder/block.h
vp8/encoder/boolhuff.h
vp8/encoder/dct_value_cost.h
vp8/encoder/dct_value_tokens.h
vp8/encoder/defaultcoefcounts.h
vp8/encoder/denoising.h
vp8/encoder/encodeframe.h
vp8/encoder/encodeintra.h
vp8/encoder/encodemb.h
vp8/encoder/encodemv.h
vp8/encoder/ethreading.h
vp8/encoder/firstpass.h
vp8/encoder/lookahead.h
vp8/encoder/mcomp.h
vp8/encoder/modecosts.h
vp8/encoder/mr_dissim.h
vp8/encoder/onyx_int.h
vp8/encoder/pickinter.h
vp8/encoder/picklpf.h
vp8/encoder/quantize.h
vp8/encoder/ratectrl.h
vp8/encoder/rdopt.h
vp8/encoder/segmentation.h
vp8/encoder/temporal_filter.h
vp8/encoder/tokenize.h
vp8/encoder/treewriter.h
vp9/common/arm/neon/vp9_iht_neon.h
vp9/common/vp9_alloccommon.h
vp9/common/vp9_blockd.h
vp9/common/vp9_common.h
vp9/common/vp9_common_data.h
vp9/common/vp9_entropy.h
vp9/common/vp9_entropymode.h
vp9/common/vp9_entropymv.h
vp9/common/vp9_enums.h
vp9/common/vp9_filter.h
vp9/common/vp9_frame_buffers.h
vp9/common/vp9_idct.h
vp9/common/vp9_loopfilter.h
vp9/common/vp9_mfqe.h
vp9/common/vp9_mv.h
vp9/common/vp9_mvref_common.h
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_postproc.h
vp9/common/vp9_ppflags.h
vp9/common/vp9_pred_common.h
vp9/common/vp9_quant_common.h
vp9/common/vp9_reconinter.h
vp9/common/vp9_reconintra.h
vp9/common/vp9_scale.h
vp9/common/vp9_scan.h
vp9/common/vp9_seg_common.h
vp9/common/vp9_thread_common.h
vp9/common/vp9_tile_common.h
vp9/decoder/vp9_decodeframe.h
vp9/decoder/vp9_decodemv.h
vp9/decoder/vp9_decoder.h
vp9/decoder/vp9_detokenize.h
vp9/decoder/vp9_dsubexp.h
vp9/encoder/mips/msa/vp9_fdct_msa.h
vp9/encoder/vp9_alt_ref_aq.h
vp9/encoder/vp9_aq_360.h
vp9/encoder/vp9_aq_complexity.h
vp9/encoder/vp9_aq_cyclicrefresh.h
vp9/encoder/vp9_aq_variance.h
vp9/encoder/vp9_bitstream.h
vp9/encoder/vp9_block.h
vp9/encoder/vp9_context_tree.h
vp9/encoder/vp9_cost.h
vp9/encoder/vp9_denoiser.h
vp9/encoder/vp9_encodeframe.h
vp9/encoder/vp9_encodemb.h
vp9/encoder/vp9_encodemv.h
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_ethread.h
vp9/encoder/vp9_extend.h
vp9/encoder/vp9_firstpass.h
vp9/encoder/vp9_job_queue.h
vp9/encoder/vp9_lookahead.h
vp9/encoder/vp9_mbgraph.h
vp9/encoder/vp9_mcomp.h
vp9/encoder/vp9_multi_thread.h
vp9/encoder/vp9_noise_estimate.h
vp9/encoder/vp9_partition_models.h
vp9/encoder/vp9_picklpf.h
vp9/encoder/vp9_pickmode.h
vp9/encoder/vp9_quantize.h
vp9/encoder/vp9_ratectrl.h
vp9/encoder/vp9_rd.h
vp9/encoder/vp9_rdopt.h
vp9/encoder/vp9_resize.h
vp9/encoder/vp9_segmentation.h
vp9/encoder/vp9_skin_detection.h
vp9/encoder/vp9_speed_features.h
vp9/encoder/vp9_subexp.h
vp9/encoder/vp9_svc_layercontext.h
vp9/encoder/vp9_temporal_filter.h
vp9/encoder/vp9_tokenize.h
vp9/encoder/vp9_treewriter.h
vp9/vp9_dx_iface.h
vp9/vp9_iface_common.h
vpx/internal/vpx_codec_internal.h
vpx/vp8.h
vpx/vp8cx.h
vpx/vp8dx.h
vpx/vpx_codec.h
vpx/vpx_decoder.h
vpx/vpx_encoder.h
vpx/vpx_frame_buffer.h
vpx/vpx_image.h
vpx/vpx_integer.h
vpx_dsp/arm/highbd_idct_neon.h
vpx_dsp/arm/idct_neon.h
vpx_dsp/arm/mem_neon.h
vpx_dsp/arm/sum_neon.h
vpx_dsp/arm/transpose_neon.h
vpx_dsp/arm/vpx_convolve8_neon.h
vpx_dsp/arm/vpx_convolve8_neon_asm.h
vpx_dsp/bitreader.h
vpx_dsp/bitreader_buffer.h
vpx_dsp/bitwriter.h
vpx_dsp/bitwriter_buffer.h
vpx_dsp/fwd_txfm.h
vpx_dsp/inv_txfm.h
vpx_dsp/mips/common_dspr2.h
vpx_dsp/mips/convolve_common_dspr2.h
vpx_dsp/mips/fwd_txfm_msa.h
vpx_dsp/mips/inv_txfm_dspr2.h
vpx_dsp/mips/inv_txfm_msa.h
vpx_dsp/mips/loopfilter_filters_dspr2.h
vpx_dsp/mips/loopfilter_macros_dspr2.h
vpx_dsp/mips/loopfilter_masks_dspr2.h
vpx_dsp/mips/loopfilter_msa.h
vpx_dsp/mips/macros_msa.h
vpx_dsp/mips/txfm_macros_msa.h
vpx_dsp/mips/vpx_convolve_msa.h
vpx_dsp/postproc.h
vpx_dsp/ppc/bitdepth_conversion_vsx.h
vpx_dsp/ppc/inv_txfm_vsx.h
vpx_dsp/ppc/transpose_vsx.h
vpx_dsp/ppc/txfm_common_vsx.h
vpx_dsp/ppc/types_vsx.h
vpx_dsp/prob.h
vpx_dsp/psnr.h
vpx_dsp/quantize.h
vpx_dsp/skin_detection.h
vpx_dsp/ssim.h
vpx_dsp/txfm_common.h
vpx_dsp/variance.h
vpx_dsp/vpx_convolve.h
vpx_dsp/vpx_dsp_common.h
vpx_dsp/vpx_filter.h
vpx_dsp/x86/bitdepth_conversion_avx2.h
vpx_dsp/x86/bitdepth_conversion_sse2.h
vpx_dsp/x86/convolve.h
vpx_dsp/x86/convolve_avx2.h
vpx_dsp/x86/convolve_ssse3.h
vpx_dsp/x86/fwd_txfm_sse2.h
vpx_dsp/x86/highbd_inv_txfm_sse2.h
vpx_dsp/x86/highbd_inv_txfm_sse4.h
vpx_dsp/x86/inv_txfm_sse2.h
vpx_dsp/x86/inv_txfm_ssse3.h
vpx_dsp/x86/mem_sse2.h
vpx_dsp/x86/quantize_x86.h
vpx_dsp/x86/transpose_sse2.h
vpx_dsp/x86/txfm_common_sse2.h
vpx_mem/include/vpx_mem_intrnl.h
vpx_mem/vpx_mem.h
vpx_ports/arm.h
vpx_ports/asmdefs_mmi.h
vpx_ports/bitops.h
vpx_ports/emmintrin_compat.h
vpx_ports/mem.h
vpx_ports/mem_ops.h
vpx_ports/mem_ops_aligned.h
vpx_ports/msvc.h
vpx_ports/ppc.h
vpx_ports/system_state.h
vpx_ports/vpx_once.h
vpx_ports/vpx_timer.h
vpx_ports/x86.h
vpx_scale/vpx_scale.h
vpx_scale/yv12config.h
vpx_util/endian_inl.h
vpx_util/vpx_atomics.h
vpx_util/vpx_thread.h
vpx_util/vpx_write_yuv_frame.h
vpxenc.h
vpxstats.h
warnings.h
webmdec.h
webmenc.h
y4menc.h
y4minput.h