]> granicus.if.org Git - libvpx/commitdiff
Correct guard macros in header files
authorYaowu Xu <yaowu@google.com>
Thu, 13 Aug 2015 16:25:39 +0000 (09:25 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 13 Aug 2015 16:25:39 +0000 (09:25 -0700)
Change-Id: Ifce12a95c1cdc36dc6ac5a72759249a17407da9e

67 files changed:
vp10/common/alloccommon.h
vp10/common/blockd.h
vp10/common/common.h
vp10/common/common_data.h
vp10/common/entropy.h
vp10/common/entropymode.h
vp10/common/entropymv.h
vp10/common/enums.h
vp10/common/filter.h
vp10/common/frame_buffers.h
vp10/common/idct.h
vp10/common/loopfilter.h
vp10/common/mfqe.h
vp10/common/mv.h
vp10/common/mvref_common.h
vp10/common/onyxc_int.h
vp10/common/postproc.h
vp10/common/ppflags.h
vp10/common/pred_common.h
vp10/common/quant_common.h
vp10/common/reconinter.h
vp10/common/reconintra.h
vp10/common/scale.h
vp10/common/scan.h
vp10/common/seg_common.h
vp10/common/textblit.h
vp10/common/thread_common.h
vp10/common/tile_common.h
vp10/decoder/decodeframe.h
vp10/decoder/decodemv.h
vp10/decoder/decoder.h
vp10/decoder/detokenize.h
vp10/decoder/dsubexp.h
vp10/decoder/dthread.h
vp10/encoder/aq_complexity.h
vp10/encoder/aq_cyclicrefresh.h
vp10/encoder/aq_variance.h
vp10/encoder/bitstream.h
vp10/encoder/block.h
vp10/encoder/context_tree.h
vp10/encoder/cost.h
vp10/encoder/encodeframe.h
vp10/encoder/encodemb.h
vp10/encoder/encodemv.h
vp10/encoder/encoder.h
vp10/encoder/ethread.h
vp10/encoder/extend.h
vp10/encoder/firstpass.h
vp10/encoder/lookahead.h
vp10/encoder/mbgraph.h
vp10/encoder/mcomp.h
vp10/encoder/picklpf.h
vp10/encoder/pickmode.h
vp10/encoder/quantize.h
vp10/encoder/ratectrl.h
vp10/encoder/rd.h
vp10/encoder/rdopt.h
vp10/encoder/resize.h
vp10/encoder/segmentation.h
vp10/encoder/skin_detection.h
vp10/encoder/speed_features.h
vp10/encoder/subexp.h
vp10/encoder/svc_layercontext.h
vp10/encoder/temporal_filter.h
vp10/encoder/tokenize.h
vp10/encoder/treewriter.h
vp10/vp10_iface_common.h

index e2df9e42448324ceb5d6aa96582eac1f6355734d..35a09c17730d0feea8a650db8f29f8024c104ce7 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_COMMON_VP9_ALLOCCOMMON_H_
-#define VP9_COMMON_VP9_ALLOCCOMMON_H_
+#ifndef VP10_COMMON_ALLOCCOMMON_H_
+#define VP10_COMMON_ALLOCCOMMON_H_
 
 #define INVALID_IDX -1  // Invalid buffer index.
 
@@ -41,4 +41,4 @@ void vp10_swap_current_and_last_seg_map(struct VP9Common *cm);
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_ALLOCCOMMON_H_
+#endif  // VP10_COMMON_ALLOCCOMMON_H_
index 6173a962535acf06264832c2c739e4c279f5a984..c9a10262b366fdd01f9bdf556d4007a2be16be52 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_COMMON_VP9_BLOCKD_H_
-#define VP9_COMMON_VP9_BLOCKD_H_
+#ifndef VP10_COMMON_BLOCKD_H_
+#define VP10_COMMON_BLOCKD_H_
 
 #include "./vpx_config.h"
 
@@ -315,4 +315,4 @@ void vp10_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_BLOCKD_H_
+#endif  // VP10_COMMON_BLOCKD_H_
index 6cd1c9cf65f7c3ce61bb83e67767d0de6a70cab2..e5789727f15ab9d72e74935bf7533853e9c44f6c 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_COMMON_H_
+#define VP10_COMMON_COMMON_H_
 
 /* Interface header for common constant data structures and lookup tables */
 
@@ -72,4 +72,4 @@ static INLINE int get_unsigned_bits(unsigned int num_values) {
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_COMMON_H_
+#endif  // VP10_COMMON_COMMON_H_
index 0fe1298333df582ddf5fe326528edd72f59ff6a6..81895181fbc38db726435c8c51cad9a18018ee73 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_COMMON_DATA_H_
+#define VP10_COMMON_COMMON_DATA_H_
 
 #include "vp10/common/enums.h"
 #include "vpx/vpx_integer.h"
@@ -171,4 +171,4 @@ static const struct {
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_COMMON_DATA_H_
+#endif  // VP10_COMMON_COMMON_DATA_H_
index e95d8c4182fccfdbec703189239b226206860647..7b77855f8873ae035404ba647ecefb443c9bbc74 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_ENTROPY_H_
+#define VP10_COMMON_ENTROPY_H_
 
 #include "vpx/vpx_integer.h"
 #include "vpx_dsp/prob.h"
@@ -212,4 +212,4 @@ static INLINE int get_entropy_context(TX_SIZE tx_size, const ENTROPY_CONTEXT *a,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_ENTROPY_H_
+#endif  // VP10_COMMON_ENTROPY_H_
index 391dcf32f744f246597153e5ac63b056586b5a40..5fbf14ea21924e2b5089eb6828058b27e8aaf62d 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_ENTROPYMODE_H_
+#define VP10_COMMON_ENTROPYMODE_H_
 
 #include "vp10/common/entropy.h"
 #include "vp10/common/entropymv.h"
@@ -104,4 +104,4 @@ void vp10_tx_counts_to_branch_counts_8x8(const unsigned int *tx_count_8x8p,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_ENTROPYMODE_H_
+#endif  // VP10_COMMON_ENTROPYMODE_H_
index a6c12d14cbc6b088bbd255b8b2796fe3c447c01e..4cd27d25711d45306e336112bbe2179ce9bfec9f 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_COMMON_VP9_ENTROPYMV_H_
-#define VP9_COMMON_VP9_ENTROPYMV_H_
+#ifndef VP10_COMMON_ENTROPYMV_H_
+#define VP10_COMMON_ENTROPYMV_H_
 
 #include "./vpx_config.h"
 
@@ -130,4 +130,4 @@ void vp10_inc_mv(const MV *mv, nmv_context_counts *mvctx);
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_ENTROPYMV_H_
+#endif  // VP10_COMMON_ENTROPYMV_H_
index d089f23f970c1b609d77f30a4b1dbed97903f5c3..a226a2d69dde76954b4bb5d0375c950788f94462 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_ENUMS_H_
+#define VP10_COMMON_ENUMS_H_
 
 #include "./vpx_config.h"
 #include "vpx/vpx_integer.h"
@@ -144,4 +144,4 @@ typedef uint8_t PREDICTION_MODE;
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_ENUMS_H_
+#endif  // VP10_COMMON_ENUMS_H_
index 983f817880f84bcb7d00a62d12fae14b8643d524..826cd0386e70453bd1053f914dec4550bd8c2034 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_FILTER_H_
+#define VP10_COMMON_FILTER_H_
 
 #include "./vpx_config.h"
 #include "vpx/vpx_integer.h"
@@ -39,4 +39,4 @@ extern const InterpKernel *vp10_filter_kernels[4];
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_FILTER_H_
+#endif  // VP10_COMMON_FILTER_H_
index 35d975b893cbd2f1488ff88e1b83dfe0f52f8bd1..729ebafb023f900bf0fc17c10ce4e82ef831594e 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_FRAME_BUFFERS_H_
+#define VP10_COMMON_FRAME_BUFFERS_H_
 
 #include "vpx/vpx_frame_buffer.h"
 #include "vpx/vpx_integer.h"
@@ -50,4 +50,4 @@ int vp10_release_frame_buffer(void *cb_priv, vpx_codec_frame_buffer_t *fb);
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_FRAME_BUFFERS_H_
+#endif  // VP10_COMMON_FRAME_BUFFERS_H_
index 496917ebbd47b023b3e805c3618a5e3091735b1c..f185657ed2546b2b63b0bb659793a84ff94f7436 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_IDCT_H_
+#define VP10_COMMON_IDCT_H_
 
 #include <assert.h>
 
@@ -78,4 +78,4 @@ void vp10_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_IDCT_H_
+#endif  // VP10_COMMON_IDCT_H_
index a26fe6b654aac4200d15669fee69f1689f84150c..8129224d82b6b744687af50a32b4062cc227b484 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_LOOPFILTER_H_
+#define VP10_COMMON_LOOPFILTER_H_
 
 #include "vpx_ports/mem.h"
 #include "./vpx_config.h"
@@ -152,4 +152,4 @@ int vp10_loop_filter_worker(LFWorkerData *const lf_data, void *unused);
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_LOOPFILTER_H_
+#endif  // VP10_COMMON_LOOPFILTER_H_
index 163c1f16127a5c14445b161ee9a75b94050f6300..8da050b1e8a92c51ffc3cda3888ad29b3e2f0a88 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_MFQE_H_
-#define VP9_COMMON_VP9_MFQE_H_
+#ifndef VP10_COMMON_MFQE_H_
+#define VP10_COMMON_MFQE_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -28,4 +28,4 @@ void vp10_mfqe(struct VP9Common *cm);
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_MFQE_H_
+#endif  // VP10_COMMON_MFQE_H_
index 62b77b838d8f8849f72561f27c57ed01614f11b3..b4971a567ef35a46fa953a5a4307e8fbb900b606 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_MV_H_
+#define VP10_COMMON_MV_H_
 
 #include "vpx/vpx_integer.h"
 
@@ -52,4 +52,4 @@ static INLINE void clamp_mv(MV *mv, int min_col, int max_col,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_MV_H_
+#endif  // VP10_COMMON_MV_H_
index cdd0f3c6771c69bc98b5230e5a9b1216636dab16..9af26e2068f46852a2197100b20176a7b30072e4 100644 (file)
@@ -7,8 +7,8 @@
  *  in the file PATENTS.  All contributing project authors may
  *  be found in the AUTHORS file in the root of the source tree.
  */
-#ifndef VP9_COMMON_VP9_MVREF_COMMON_H_
-#define VP9_COMMON_VP9_MVREF_COMMON_H_
+#ifndef VP10_COMMON_MVREF_COMMON_H_
+#define VP10_COMMON_MVREF_COMMON_H_
 
 #include "vp10/common/onyxc_int.h"
 #include "vp10/common/blockd.h"
@@ -229,4 +229,4 @@ void vp10_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_MVREF_COMMON_H_
+#endif  // VP10_COMMON_MVREF_COMMON_H_
index 8d3074c6a16baee24a004ba57787e7aea5c52cbd..93f021bc0b7671764a201a3085200e713ca04b3a 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_ONYXC_INT_H_
+#define VP10_COMMON_ONYXC_INT_H_
 
 #include "./vpx_config.h"
 #include "vpx/internal/vpx_codec_internal.h"
@@ -467,4 +467,4 @@ static INLINE int partition_plane_context(const MACROBLOCKD *xd,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_ONYXC_INT_H_
+#endif  // VP10_COMMON_ONYXC_INT_H_
index 14ef876ada1dcae39e3ca59695748e1754a33cf7..ddf29fa6ccfc5c3df41d2c8094bc891133823623 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_COMMON_VP9_POSTPROC_H_
-#define VP9_COMMON_VP9_POSTPROC_H_
+#ifndef VP10_COMMON_POSTPROC_H_
+#define VP10_COMMON_POSTPROC_H_
 
 #include "vpx_ports/mem.h"
 #include "vpx_scale/yv12config.h"
@@ -50,4 +50,4 @@ void vp10_deblock(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int q)
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_POSTPROC_H_
+#endif  // VP10_COMMON_POSTPROC_H_
index 4a3ef4125de8f14b1d1485f28663b16c7a29954e..8592fe906ac39688979fb9796dfbff62b867c8af 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_PPFLAGS_H_
+#define VP10_COMMON_PPFLAGS_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -40,4 +40,4 @@ typedef struct {
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_PPFLAGS_H_
+#endif  // VP10_COMMON_PPFLAGS_H_
index 69b42e335b313001d840f630cb29de06a45cacad..ec833420f1e2afd2b6fc02a271d5b744b92502c3 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_PRED_COMMON_H_
+#define VP10_COMMON_PRED_COMMON_H_
 
 #include "vp10/common/blockd.h"
 #include "vp10/common/onyxc_int.h"
@@ -167,4 +167,4 @@ static INLINE unsigned int *get_tx_counts(TX_SIZE max_tx_size, int ctx,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_PRED_COMMON_H_
+#endif  // VP10_COMMON_PRED_COMMON_H_
index d44b132d0a2cbeb3d65808173bf254abd738d2a2..6813e1734cdfa9b05306d8845d10b571ad99a0d2 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_QUANT_COMMON_H_
+#define VP10_COMMON_QUANT_COMMON_H_
 
 #include "vpx/vpx_codec.h"
 #include "vp10/common/seg_common.h"
@@ -33,4 +33,4 @@ int vp10_get_qindex(const struct segmentation *seg, int segment_id,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_QUANT_COMMON_H_
+#endif  // VP10_COMMON_QUANT_COMMON_H_
index d9f3ab5a800cc8a0a2dffb143a7ed2444eeef6da..1595899e6a3b247c96569eb39a61724cdafc019a 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_RECONINTER_H_
+#define VP10_COMMON_RECONINTER_H_
 
 #include "vp10/common/filter.h"
 #include "vp10/common/onyxc_int.h"
@@ -192,4 +192,4 @@ void vp10_setup_pre_planes(MACROBLOCKD *xd, int idx,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_RECONINTER_H_
+#endif  // VP10_COMMON_RECONINTER_H_
index 0b3891a3c1bbc50a8aa4e8e5a24a656978a5e8ff..ef551e6d69fc4e3123908ac9d799fbe11c834f2f 100644 (file)
@@ -8,8 +8,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_
+#ifndef VP10_COMMON_RECONINTRA_H_
+#define VP10_COMMON_RECONINTRA_H_
 
 #include "vpx/vpx_integer.h"
 #include "vp10/common/blockd.h"
@@ -29,4 +29,4 @@ void vp10_predict_intra_block(const MACROBLOCKD *xd, int bwl_in,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_RECONINTRA_H_
+#endif  // VP10_COMMON_RECONINTRA_H_
index 5e5e7d09edac7d36f5fdfb42b39d6721a52c6703..833f6c4119fa0f030ad7c87b76d7ccca4205fc93 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_SCALE_H_
-#define VP9_COMMON_VP9_SCALE_H_
+#ifndef VP10_COMMON_SCALE_H_
+#define VP10_COMMON_SCALE_H_
 
 #include "vp10/common/mv.h"
 #include "vpx_dsp/vpx_convolve.h"
@@ -72,4 +72,4 @@ static INLINE int valid_ref_frame_size(int ref_width, int ref_height,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_SCALE_H_
+#endif  // VP10_COMMON_SCALE_H_
index cf93c09eceb978817d0eac4ccaaecd4ca918ab94..f3c2a042ef85f2ec652032223bc68fa9bac6153a 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_SCAN_H_
-#define VP9_COMMON_VP9_SCAN_H_
+#ifndef VP10_COMMON_SCAN_H_
+#define VP10_COMMON_SCAN_H_
 
 #include "vpx/vpx_integer.h"
 #include "vpx_ports/mem.h"
@@ -54,4 +54,4 @@ static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_SCAN_H_
+#endif  // VP10_COMMON_SCAN_H_
index 4c6d3eac8a8a2f254b44fa9c3ce5cda892d2104a..97b875c9c8f1d67d44adf7c386f12ba59b085f3b 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_SEG_COMMON_H_
-#define VP9_COMMON_VP9_SEG_COMMON_H_
+#ifndef VP10_COMMON_SEG_COMMON_H_
+#define VP10_COMMON_SEG_COMMON_H_
 
 #include "vpx_dsp/prob.h"
 
@@ -82,5 +82,5 @@ extern const vpx_tree_index vp10_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_SEG_COMMON_H_
+#endif  // VP10_COMMON_SEG_COMMON_H_
 
index 179acc12fecfb9405239150daa81d3336c2613e6..c37140d0f14a5c5c38ad508d692b35658ec0f36e 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_TEXTBLIT_H_
-#define VP9_COMMON_VP9_TEXTBLIT_H_
+#ifndef VP10_COMMON_TEXTBLIT_H_
+#define VP10_COMMON_TEXTBLIT_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -24,4 +24,4 @@ void vp10_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_TEXTBLIT_H_
+#endif  // VP10_COMMON_TEXTBLIT_H_
index 09f100b10c9f98d4df82b87cbf3559b99d1ca871..fe6b10b020efacb995e3d3d0d345af7a5c93b886 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
-#define VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
+#ifndef VP10_COMMON_LOOPFILTER_THREAD_H_
+#define VP10_COMMON_LOOPFILTER_THREAD_H_
 #include "./vpx_config.h"
 #include "vp10/common/loopfilter.h"
 #include "vpx_util/vpx_thread.h"
@@ -54,4 +54,4 @@ void vp10_loop_filter_frame_mt(YV12_BUFFER_CONFIG *frame,
 void vp10_accumulate_frame_counts(struct VP9Common *cm,
                                  struct FRAME_COUNTS *counts, int is_dec);
 
-#endif  // VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
+#endif  // VP10_COMMON_LOOPFILTER_THREAD_H_
index cd7b84d657f35747d41c05ffcf23aafe2a006a32..8256f187d9fd1b8d3673867a2083fc0b251efbce 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_TILE_COMMON_H_
-#define VP9_COMMON_VP9_TILE_COMMON_H_
+#ifndef VP10_COMMON_TILE_COMMON_H_
+#define VP10_COMMON_TILE_COMMON_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -37,4 +37,4 @@ void vp10_get_tile_n_bits(int mi_cols,
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_TILE_COMMON_H_
+#endif  // VP10_COMMON_TILE_COMMON_H_
index 39a59460e1bab36890a017a2a9b8c15898d502b4..81c3e234414eeee4ff52de4535ac7b62da77dea4 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_DECODER_VP9_DECODEFRAME_H_
-#define VP9_DECODER_VP9_DECODEFRAME_H_
+#ifndef VP10_DECODER_DECODEFRAME_H_
+#define VP10_DECODER_DECODEFRAME_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -32,4 +32,4 @@ void vp10_decode_frame(struct VP9Decoder *pbi,
 }  // extern "C"
 #endif
 
-#endif  // VP9_DECODER_VP9_DECODEFRAME_H_
+#endif  // VP10_DECODER_DECODEFRAME_H_
index 8734ccc4b8dd79ff07d3dcb4105dfb860386f15c..ca6ea96155c2f41feface6c083b0c41b315670e8 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_DECODER_VP9_DECODEMV_H_
-#define VP9_DECODER_VP9_DECODEMV_H_
+#ifndef VP10_DECODER_DECODEMV_H_
+#define VP10_DECODER_DECODEMV_H_
 
 #include "vpx_dsp/bitreader.h"
 
@@ -27,4 +27,4 @@ void vp10_read_mode_info(VP9Decoder *const pbi, MACROBLOCKD *xd,
 }  // extern "C"
 #endif
 
-#endif  // VP9_DECODER_VP9_DECODEMV_H_
+#endif  // VP10_DECODER_DECODEMV_H_
index 462a64ebd2214d348628065c29fd34f4845b2f63..308821b389f1cd2492ed21e12a78c729cc4673c6 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_DECODER_VP9_DECODER_H_
-#define VP9_DECODER_VP9_DECODER_H_
+#ifndef VP10_DECODER_DECODER_H_
+#define VP10_DECODER_DECODER_H_
 
 #include "./vpx_config.h"
 
@@ -138,4 +138,4 @@ static INLINE void decrease_ref_count(int idx, RefCntBuffer *const frame_bufs,
 }  // extern "C"
 #endif
 
-#endif  // VP9_DECODER_VP9_DECODER_H_
+#endif  // VP10_DECODER_DECODER_H_
index cf752d1d485294ee4e0416039db8656857627391..c3fd90a7282ddc0e9ebeeab16b154e867c221545 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_DECODER_VP9_DETOKENIZE_H_
-#define VP9_DECODER_VP9_DETOKENIZE_H_
+#ifndef VP10_DECODER_DETOKENIZE_H_
+#define VP10_DECODER_DETOKENIZE_H_
 
 #include "vpx_dsp/bitreader.h"
 #include "vp10/decoder/decoder.h"
@@ -30,4 +30,4 @@ int vp10_decode_block_tokens(MACROBLOCKD *xd,
 }  // extern "C"
 #endif
 
-#endif  // VP9_DECODER_VP9_DETOKENIZE_H_
+#endif  // VP10_DECODER_DETOKENIZE_H_
index a422f555ab533c601e94ea0fb249f168f049ef0d..1a7ed991049c9cef6a6f85b5f114ecfa280a45c5 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_DECODER_VP9_DSUBEXP_H_
-#define VP9_DECODER_VP9_DSUBEXP_H_
+#ifndef VP10_DECODER_DSUBEXP_H_
+#define VP10_DECODER_DSUBEXP_H_
 
 #include "vpx_dsp/bitreader.h"
 
@@ -24,4 +24,4 @@ void vp10_diff_update_prob(vpx_reader *r, vpx_prob* p);
 }  // extern "C"
 #endif
 
-#endif  // VP9_DECODER_VP9_DSUBEXP_H_
+#endif  // VP10_DECODER_DSUBEXP_H_
index 008103507fd2ef1d008926d81003c568eac6f0c8..f08389655b3e6cc3fcf17000324c9e3a73b67571 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_DECODER_VP9_DTHREAD_H_
-#define VP9_DECODER_VP9_DTHREAD_H_
+#ifndef VP10_DECODER_DTHREAD_H_
+#define VP10_DECODER_DTHREAD_H_
 
 #include "./vpx_config.h"
 #include "vpx_util/vpx_thread.h"
@@ -63,4 +63,4 @@ void vp10_frameworker_broadcast(RefCntBuffer *const buf, int row);
 void vp10_frameworker_copy_context(VPxWorker *const dst_worker,
                                   VPxWorker *const src_worker);
 
-#endif  // VP9_DECODER_VP9_DTHREAD_H_
+#endif  // VP10_DECODER_DTHREAD_H_
index 9048da629a23f7c87b1897aa49ccb93edfd31f7a..51629a48a5c896c5fe9292bffadc3eeca7e98369 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_AQ_COMPLEXITY_H_
-#define VP9_ENCODER_VP9_AQ_COMPLEXITY_H_
+#ifndef VP10_ENCODER_AQ_COMPLEXITY_H_
+#define VP10_ENCODER_AQ_COMPLEXITY_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -34,4 +34,4 @@ void vp10_setup_in_frame_q_adj(struct VP9_COMP *cpi);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_AQ_COMPLEXITY_H_
+#endif  // VP10_ENCODER_AQ_COMPLEXITY_H_
index 3eb6462f93eadd12752a258bfe0fb800a748f12c..6316a98e6f6c168c4534b6995f12acd012f2b1c6 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_AQ_CYCLICREFRESH_H_
-#define VP9_ENCODER_VP9_AQ_CYCLICREFRESH_H_
+#ifndef VP10_ENCODER_AQ_CYCLICREFRESH_H_
+#define VP10_ENCODER_AQ_CYCLICREFRESH_H_
 
 #include "vp10/common/blockd.h"
 
@@ -95,4 +95,4 @@ static INLINE int cyclic_refresh_segment_id(int segment_id) {
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_AQ_CYCLICREFRESH_H_
+#endif  // VP10_ENCODER_AQ_CYCLICREFRESH_H_
index 199493e116b60ccdfd8b502db118f718912bd517..bfb42ecca97f6aafb0b0cad052a33f3178be668a 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_AQ_VARIANCE_H_
-#define VP9_ENCODER_VP9_AQ_VARIANCE_H_
+#ifndef VP10_ENCODER_AQ_VARIANCE_H_
+#define VP10_ENCODER_AQ_VARIANCE_H_
 
 #include "vp10/encoder/encoder.h"
 
@@ -28,4 +28,4 @@ double vp10_log_block_var(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_AQ_VARIANCE_H_
+#endif  // VP10_ENCODER_AQ_VARIANCE_H_
index d235c321783cc349497e600f972faf24d4bf8ee3..1fb55f369b8882905b4b368414b6e22d00a6ce18 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_BITSTREAM_H_
-#define VP9_ENCODER_VP9_BITSTREAM_H_
+#ifndef VP10_ENCODER_BITSTREAM_H_
+#define VP10_ENCODER_BITSTREAM_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -34,4 +34,4 @@ static INLINE int vp10_preserve_existing_gf(VP9_COMP *cpi) {
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_BITSTREAM_H_
+#endif  // VP10_ENCODER_BITSTREAM_H_
index 423c4d7bda110dec040239d62dedf65bbe059f13..7008f338c6877fe977c53bec2feaf5753b107b7b 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_BLOCK_H_
-#define VP9_ENCODER_VP9_BLOCK_H_
+#ifndef VP10_ENCODER_BLOCK_H_
+#define VP10_ENCODER_BLOCK_H_
 
 #include "vp10/common/entropymv.h"
 #include "vp10/common/entropy.h"
@@ -147,4 +147,4 @@ struct macroblock {
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_BLOCK_H_
+#endif  // VP10_ENCODER_BLOCK_H_
index fd658700025663036d8e2e59b12c04c96aea2432..b58348bb0b153ad5ab0d4733fac4a401dd2d5896 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_CONTEXT_TREE_H_
-#define VP9_ENCODER_VP9_CONTEXT_TREE_H_
+#ifndef VP10_ENCODER_CONTEXT_TREE_H_
+#define VP10_ENCODER_CONTEXT_TREE_H_
 
 #include "vp10/common/blockd.h"
 #include "vp10/encoder/block.h"
@@ -84,4 +84,4 @@ typedef struct PC_TREE {
 void vp10_setup_pc_tree(struct VP9Common *cm, struct ThreadData *td);
 void vp10_free_pc_tree(struct ThreadData *td);
 
-#endif /* VP9_ENCODER_VP9_CONTEXT_TREE_H_ */
+#endif /* VP10_ENCODER_CONTEXT_TREE_H_ */
index 3086f79016b6accfd15f2d6f56aa8c8fac57741b..b9619c6b1b6d261bc3da2b5aad82f6dd48f4f951 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_COST_H_
-#define VP9_ENCODER_VP9_COST_H_
+#ifndef VP10_ENCODER_COST_H_
+#define VP10_ENCODER_COST_H_
 
 #include "vpx_dsp/prob.h"
 
@@ -52,4 +52,4 @@ void vp10_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_COST_H_
+#endif  // VP10_ENCODER_COST_H_
index 5d0ea7cc55b9ed3fc655a21d14543631a618e1be..3c12e210a74cfd197452a799b3187d4866b19f4a 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_ENCODEFRAME_H_
-#define VP9_ENCODER_VP9_ENCODEFRAME_H_
+#ifndef VP10_ENCODER_ENCODEFRAME_H_
+#define VP10_ENCODER_ENCODEFRAME_H_
 
 #include "vpx/vpx_integer.h"
 
@@ -46,4 +46,4 @@ void vp10_set_variance_partition_thresholds(struct VP9_COMP *cpi, int q);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_ENCODEFRAME_H_
+#endif  // VP10_ENCODER_ENCODEFRAME_H_
index 7914d6fdaf16d5f7739da4632b1f48e259bd0d5d..4061ef32cd66c9809ac5ab83e578c0b2acd7f09c 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_ENCODEMB_H_
-#define VP9_ENCODER_VP9_ENCODEMB_H_
+#ifndef VP10_ENCODER_ENCODEMB_H_
+#define VP10_ENCODER_ENCODEMB_H_
 
 #include "./vpx_config.h"
 #include "vp10/encoder/block.h"
@@ -43,4 +43,4 @@ void vp10_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_ENCODEMB_H_
+#endif  // VP10_ENCODER_ENCODEMB_H_
index 3ac457281bc13c09b5463099e6471b9cf9bc33df..de148ea051bcae4dfb2ae2573519bac056ff5f66 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_ENCODEMV_H_
-#define VP9_ENCODER_VP9_ENCODEMV_H_
+#ifndef VP10_ENCODER_ENCODEMV_H_
+#define VP10_ENCODER_ENCODEMV_H_
 
 #include "vp10/encoder/encoder.h"
 
@@ -35,4 +35,4 @@ void vp10_update_mv_count(ThreadData *td);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_ENCODEMV_H_
+#endif  // VP10_ENCODER_ENCODEMV_H_
index 472ae8814fecc7b30bf6432a295388aab3c235d1..c8449c1ab9bcbd2907a4342d3d8c51e1afa1e47c 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_ENCODER_H_
-#define VP9_ENCODER_VP9_ENCODER_H_
+#ifndef VP10_ENCODER_ENCODER_H_
+#define VP10_ENCODER_ENCODER_H_
 
 #include <stdio.h>
 
@@ -664,4 +664,4 @@ void vp10_new_framerate(VP9_COMP *cpi, double framerate);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_ENCODER_H_
+#endif  // VP10_ENCODER_ENCODER_H_
index 74db03747383ccf32b212aa63127b833f2e47489..1a4ea717e40d40173c047653c4087edc440538c6 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_ETHREAD_H_
-#define VP9_ENCODER_VP9_ETHREAD_H_
+#ifndef VP10_ENCODER_ETHREAD_H_
+#define VP10_ENCODER_ETHREAD_H_
 
 struct VP9_COMP;
 struct ThreadData;
@@ -22,4 +22,4 @@ typedef struct EncWorkerData {
 
 void vp10_encode_tiles_mt(struct VP9_COMP *cpi);
 
-#endif  // VP9_ENCODER_VP9_ETHREAD_H_
+#endif  // VP10_ENCODER_ETHREAD_H_
index 97f423ef41172a0790a751e4aad1cadd8879e3bd..6f502ef6a0d44474d5438eeb3a1269658df63bda 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_EXTEND_H_
-#define VP9_ENCODER_VP9_EXTEND_H_
+#ifndef VP10_ENCODER_EXTEND_H_
+#define VP10_ENCODER_EXTEND_H_
 
 #include "vpx_scale/yv12config.h"
 #include "vpx/vpx_integer.h"
@@ -30,4 +30,4 @@ void vp10_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src,
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_EXTEND_H_
+#endif  // VP10_ENCODER_EXTEND_H_
index 17b930a42fdeebf4356491216fa7f403ef86fa17..174cf7ba1ede55dc6fa748cfb745dc69fe703f86 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_FIRSTPASS_H_
-#define VP9_ENCODER_VP9_FIRSTPASS_H_
+#ifndef VP10_ENCODER_FIRSTPASS_H_
+#define VP10_ENCODER_FIRSTPASS_H_
 
 #include "vp10/encoder/lookahead.h"
 #include "vp10/encoder/ratectrl.h"
@@ -163,4 +163,4 @@ void vp10_calculate_coded_size(struct VP9_COMP *cpi,
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_FIRSTPASS_H_
+#endif  // VP10_ENCODER_FIRSTPASS_H_
index e7aeb5f903d11b7b52357cab2e2a6f31474d631e..663b8d86cbe6bb39d55b4c7362cf313b00f9a6e8 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_LOOKAHEAD_H_
-#define VP9_ENCODER_VP9_LOOKAHEAD_H_
+#ifndef VP10_ENCODER_LOOKAHEAD_H_
+#define VP10_ENCODER_LOOKAHEAD_H_
 
 #include "vpx_scale/yv12config.h"
 #include "vpx/vpx_integer.h"
@@ -121,4 +121,4 @@ unsigned int vp10_lookahead_depth(struct lookahead_ctx *ctx);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_LOOKAHEAD_H_
+#endif  // VP10_ENCODER_LOOKAHEAD_H_
index dda820bd3cf2545265cfb62c43c440ca9f54845f..f116dd74d6356337d50276a98e0dff2a65635d03 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_MBGRAPH_H_
-#define VP9_ENCODER_VP9_MBGRAPH_H_
+#ifndef VP10_ENCODER_MBGRAPH_H_
+#define VP10_ENCODER_MBGRAPH_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -37,4 +37,4 @@ void vp10_update_mbgraph_stats(struct VP9_COMP *cpi);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_MBGRAPH_H_
+#endif  // VP10_ENCODER_MBGRAPH_H_
index 3fe9f6c95d361a1bd6172d3f00054626c81fa146..681698db3ce35300ebfc40b47fd935a85f404733 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_MCOMP_H_
-#define VP9_ENCODER_VP9_MCOMP_H_
+#ifndef VP10_ENCODER_MCOMP_H_
+#define VP10_ENCODER_MCOMP_H_
 
 #include "vp10/encoder/block.h"
 #include "vpx_dsp/variance.h"
@@ -162,4 +162,4 @@ int vp10_full_pixel_search(struct VP9_COMP *cpi, MACROBLOCK *x,
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_MCOMP_H_
+#endif  // VP10_ENCODER_MCOMP_H_
index ad45f7c746d0710863338cbecc4cd3d55262abac..df2b4d7863ffe7099b5824a9f714a8408cb2932e 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_PICKLPF_H_
-#define VP9_ENCODER_VP9_PICKLPF_H_
+#ifndef VP10_ENCODER_PICKLPF_H_
+#define VP10_ENCODER_PICKLPF_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -27,4 +27,4 @@ void vp10_pick_filter_level(const struct yv12_buffer_config *sd,
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_PICKLPF_H_
+#endif  // VP10_ENCODER_PICKLPF_H_
index b15127de8e75f65c2e031f03e8b21245933b215e..703c326152471deec8529cf9c39eb87bcdcc98a9 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_PICKMODE_H_
-#define VP9_ENCODER_VP9_PICKMODE_H_
+#ifndef VP10_ENCODER_PICKMODE_H_
+#define VP10_ENCODER_PICKMODE_H_
 
 #include "vp10/encoder/encoder.h"
 
@@ -35,4 +35,4 @@ void vp10_pick_inter_mode_sub8x8(VP9_COMP *cpi, MACROBLOCK *x,
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_PICKMODE_H_
+#endif  // VP10_ENCODER_PICKMODE_H_
index 462b155d18a573ab85edeb1dd81bcc932a358209..7754f83268e4e03a8bc4cda6bd5973f9aa739d48 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_QUANTIZE_H_
-#define VP9_ENCODER_VP9_QUANTIZE_H_
+#ifndef VP10_ENCODER_QUANTIZE_H_
+#define VP10_ENCODER_QUANTIZE_H_
 
 #include "./vpx_config.h"
 #include "vp10/encoder/block.h"
@@ -59,4 +59,4 @@ int vp10_qindex_to_quantizer(int qindex);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_QUANTIZE_H_
+#endif  // VP10_ENCODER_QUANTIZE_H_
index 28a3d519ac16bb89e32bfddeb1aae0ef967a5555..696a055619c7a4f487bdd637afec896b23a50bda 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_RATECTRL_H_
-#define VP9_ENCODER_VP9_RATECTRL_H_
+#ifndef VP10_ENCODER_RATECTRL_H_
+#define VP10_ENCODER_RATECTRL_H_
 
 #include "vpx/vpx_codec.h"
 #include "vpx/vpx_integer.h"
@@ -260,4 +260,4 @@ int vp10_resize_one_pass_cbr(struct VP9_COMP *cpi);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_RATECTRL_H_
+#endif  // VP10_ENCODER_RATECTRL_H_
index 8f2d20b9aafda569cfc1edb07240d45a81218279..b343e24526d9153eb529f3065895f4a4c5d8b556 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_RD_H_
-#define VP9_ENCODER_VP9_RD_H_
+#ifndef VP10_ENCODER_RD_H_
+#define VP10_ENCODER_RD_H_
 
 #include <limits.h>
 
@@ -185,4 +185,4 @@ int vp10_get_intra_cost_penalty(int qindex, int qdelta,
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_RD_H_
+#endif  // VP10_ENCODER_RD_H_
index 8047b93c098fc3f498c551c4399fad72f9d510ca..78b0c22d3d2520f15a8b8510fffd3dfe69f45476 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_RDOPT_H_
-#define VP9_ENCODER_VP9_RDOPT_H_
+#ifndef VP10_ENCODER_RDOPT_H_
+#define VP10_ENCODER_RDOPT_H_
 
 #include "vp10/common/blockd.h"
 
@@ -71,4 +71,4 @@ void vp10_rd_pick_inter_mode_sub8x8(struct VP9_COMP *cpi,
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_RDOPT_H_
+#endif  // VP10_ENCODER_RDOPT_H_
index a0b59dfd3ccde8e46c5c0df59de1b776048049f1..131fc80ca5d705ad12d5470e39ef80ad0837ebc8 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_RESIZE_H_
-#define VP9_ENCODER_VP9_RESIZE_H_
+#ifndef VP10_ENCODER_RESIZE_H_
+#define VP10_ENCODER_RESIZE_H_
 
 #include <stdio.h>
 #include "vpx/vpx_integer.h"
@@ -121,4 +121,4 @@ void vp10_highbd_resize_frame444(const uint8_t *const y,
                                 int owidth,
                                 int bd);
 #endif    // CONFIG_VP9_HIGHBITDEPTH
-#endif    // VP9_ENCODER_VP9_RESIZE_H_
+#endif    // VP10_ENCODER_RESIZE_H_
index 85e4fe6e9dc2e6a09f896dd7e8de2c582d1ed275..d30373d3f752736d66ce2ea27f7056126362518e 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_SEGMENTATION_H_
-#define VP9_ENCODER_VP9_SEGMENTATION_H_
+#ifndef VP10_ENCODER_SEGMENTATION_H_
+#define VP10_ENCODER_SEGMENTATION_H_
 
 #include "vp10/common/blockd.h"
 #include "vp10/encoder/encoder.h"
@@ -50,4 +50,4 @@ void vp10_reset_segment_features(struct segmentation *seg);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_SEGMENTATION_H_
+#endif  // VP10_ENCODER_SEGMENTATION_H_
index acfc8f1195b6234ba9b87ebf9e7a95cab3c2aec6..6c8927d3625a7c6db22c1347ee4926ab84ca277a 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_SKIN_MAP_H_
-#define VP9_ENCODER_VP9_SKIN_MAP_H_
+#ifndef VP10_ENCODER_SKIN_MAP_H_
+#define VP10_ENCODER_SKIN_MAP_H_
 
 #include "vp10/common/blockd.h"
 
@@ -32,4 +32,4 @@ void vp10_compute_skin_map(VP9_COMP *const cpi, FILE *yuv_skinmap_file);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_SKIN_MAP_H_
+#endif  // VP10_ENCODER_SKIN_MAP_H_
index 32e8a5d7729ef8461882f3dc1205a0259fd5ba5d..15443e3bae274772bf3e8d383ad3539116cb6d6d 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_SPEED_FEATURES_H_
-#define VP9_ENCODER_VP9_SPEED_FEATURES_H_
+#ifndef VP10_ENCODER_SPEED_FEATURES_H_
+#define VP10_ENCODER_SPEED_FEATURES_H_
 
 #include "vp10/common/enums.h"
 
@@ -429,4 +429,4 @@ void vp10_set_speed_features_framesize_dependent(struct VP9_COMP *cpi);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_SPEED_FEATURES_H_
+#endif  // VP10_ENCODER_SPEED_FEATURES_H_
index 5f4d613db87ef256d4886ea7f87594a36e339dc2..04b96c0bde1c15279ceefed7dc7bec1d77bfb52a 100644 (file)
@@ -9,8 +9,8 @@
  */
 
 
-#ifndef VP9_ENCODER_VP9_SUBEXP_H_
-#define VP9_ENCODER_VP9_SUBEXP_H_
+#ifndef VP10_ENCODER_SUBEXP_H_
+#define VP10_ENCODER_SUBEXP_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -41,4 +41,4 @@ int vp10_prob_diff_update_savings_search_model(const unsigned int *ct,
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_SUBEXP_H_
+#endif  // VP10_ENCODER_SUBEXP_H_
index 41cb9e69bed16bc9a997a11d0c20be9b05ec7508..cf0ee901d3acf29619fe71d51f426020d19db505 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_SVC_LAYERCONTEXT_H_
-#define VP9_ENCODER_VP9_SVC_LAYERCONTEXT_H_
+#ifndef VP10_ENCODER_SVC_LAYERCONTEXT_H_
+#define VP10_ENCODER_SVC_LAYERCONTEXT_H_
 
 #include "vpx/vpx_encoder.h"
 
@@ -119,4 +119,4 @@ int vp10_one_pass_cbr_svc_start_layer(struct VP9_COMP *const cpi);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_SVC_LAYERCONTEXT_
+#endif  // VP10_ENCODER_SVC_LAYERCONTEXT_
index 49666267921ea7cc8f7c65736011e84185e57d77..9dae7d580be32c0a31cc957781365873462aa61c 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_TEMPORAL_FILTER_H_
-#define VP9_ENCODER_VP9_TEMPORAL_FILTER_H_
+#ifndef VP10_ENCODER_TEMPORAL_FILTER_H_
+#define VP10_ENCODER_TEMPORAL_FILTER_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -22,4 +22,4 @@ void vp10_temporal_filter(VP9_COMP *cpi, int distance);
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_TEMPORAL_FILTER_H_
+#endif  // VP10_ENCODER_TEMPORAL_FILTER_H_
index 1e8df82a5dbaa8923d0b541e05a2827519364f5d..e9df3004ac3b9c158644455c6c277e8ab89a22f9 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_TOKENIZE_H_
-#define VP9_ENCODER_VP9_TOKENIZE_H_
+#ifndef VP10_ENCODER_TOKENIZE_H_
+#define VP10_ENCODER_TOKENIZE_H_
 
 #include "vp10/common/entropy.h"
 
@@ -109,4 +109,4 @@ static INLINE int16_t vp10_get_token(int v) {
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_TOKENIZE_H_
+#endif  // VP10_ENCODER_TOKENIZE_H_
index 8c8029e734f2692d2eb407505b5e237b390fe99e..6b76a03e4704db0f293bf2c200cabc3243e4714e 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_ENCODER_VP9_TREEWRITER_H_
-#define VP9_ENCODER_VP9_TREEWRITER_H_
+#ifndef VP10_ENCODER_TREEWRITER_H_
+#define VP10_ENCODER_TREEWRITER_H_
 
 #include "vpx_dsp/bitwriter.h"
 
@@ -48,4 +48,4 @@ static INLINE void vp10_write_token(vpx_writer *w, const vpx_tree_index *tree,
 }  // extern "C"
 #endif
 
-#endif  // VP9_ENCODER_VP9_TREEWRITER_H_
+#endif  // VP10_ENCODER_TREEWRITER_H_
index 58bb7d5d6486fb6fef9439bdc105e72f0a498730..4bc34372d7a7af522bc9e223831d6b7f1a60693a 100644 (file)
@@ -7,8 +7,8 @@
  *  in the file PATENTS.  All contributing project authors may
  *  be found in the AUTHORS file in the root of the source tree.
  */
-#ifndef VP9_VP9_IFACE_COMMON_H_
-#define VP9_VP9_IFACE_COMMON_H_
+#ifndef VP10_VP10_IFACE_COMMON_H_
+#define VP10_VP10_IFACE_COMMON_H_
 
 #include "vpx_ports/mem.h"
 
@@ -127,4 +127,4 @@ static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
   return VPX_CODEC_OK;
 }
 
-#endif  // VP9_VP9_IFACE_COMMON_H_
+#endif  // VP10_VP10_IFACE_COMMON_H_