Removed vp9_ prefix from vpx_dsp/bitreader file names
authorYaowu Xu <yaowu@google.com>
Fri, 17 Jul 2015 21:09:05 +0000 (14:09 -0700)
committerYaowu Xu <yaowu@google.com>
Mon, 20 Jul 2015 15:57:35 +0000 (08:57 -0700)
Change-Id: I0426126d0a65f13f9250983e44cc366b1b1a9c4a

20 files changed:
test/vp9_boolcoder_test.cc
vp9/common/vp9_entropy.h
vp9/common/vp9_entropymv.h
vp9/common/vp9_seg_common.h
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decodemv.h
vp9/decoder/vp9_decoder.h
vp9/decoder/vp9_detokenize.h
vp9/decoder/vp9_dsubexp.h
vp9/encoder/vp9_cost.h
vp9/encoder/vp9_subexp.h
vp9/encoder/vp9_writer.h
vp9/vp9_dx_iface.c
vpx_dsp/bitreader.c [moved from vpx_dsp/vp9_reader.c with 97% similarity]
vpx_dsp/bitreader.h [moved from vpx_dsp/vp9_reader.h with 96% similarity]
vpx_dsp/bitreader_buffer.c [moved from vpx_dsp/vp9_read_bit_buffer.c with 97% similarity]
vpx_dsp/bitreader_buffer.h [moved from vpx_dsp/vp9_read_bit_buffer.h with 88% similarity]
vpx_dsp/prob.c [moved from vpx_dsp/vp9_prob.c with 98% similarity]
vpx_dsp/prob.h [moved from vpx_dsp/vp9_prob.h with 97% similarity]
vpx_dsp/vpx_dsp.mk

index 44557d7..28da303 100644 (file)
@@ -15,7 +15,7 @@
 #include "third_party/googletest/src/include/gtest/gtest.h"
 
 #include "vpx/vpx_integer.h"
-#include "vpx_dsp/vp9_reader.h"
+#include "vpx_dsp/bitreader.h"
 
 #include "vp9/encoder/vp9_writer.h"
 
index 42dab91..55d2176 100644 (file)
@@ -12,7 +12,7 @@
 #define VP9_COMMON_VP9_ENTROPY_H_
 
 #include "vpx/vpx_integer.h"
-#include "vpx_dsp/vp9_prob.h"
+#include "vpx_dsp/prob.h"
 
 #include "vp9/common/vp9_common.h"
 #include "vp9/common/vp9_enums.h"
index 00890ab..a9c6dc4 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "./vpx_config.h"
 
-#include "vpx_dsp/vp9_prob.h"
+#include "vpx_dsp/prob.h"
 
 #include "vp9/common/vp9_mv.h"
 
index 99b83c6..29b45c1 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef VP9_COMMON_VP9_SEG_COMMON_H_
 #define VP9_COMMON_VP9_SEG_COMMON_H_
 
-#include "vpx_dsp/vp9_prob.h"
+#include "vpx_dsp/prob.h"
 
 #ifdef __cplusplus
 extern "C" {
index 9b70d46..9de44a8 100644 (file)
@@ -14,8 +14,8 @@
 #include "./vp9_rtcd.h"
 #include "./vpx_scale_rtcd.h"
 
-#include "vpx_dsp/vp9_read_bit_buffer.h"
-#include "vpx_dsp/vp9_reader.h"
+#include "vpx_dsp/bitreader_buffer.h"
+#include "vpx_dsp/bitreader.h"
 #include "vpx_mem/vpx_mem.h"
 #include "vpx_ports/mem.h"
 #include "vpx_ports/mem_ops.h"
index 0024598..01c2e29 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef VP9_DECODER_VP9_DECODEMV_H_
 #define VP9_DECODER_VP9_DECODEMV_H_
 
-#include "vpx_dsp/vp9_reader.h"
+#include "vpx_dsp/bitreader.h"
 
 #include "vp9/decoder/vp9_decoder.h"
 
index 9eb4b4c..4eaf270 100644 (file)
@@ -14,7 +14,7 @@
 #include "./vpx_config.h"
 
 #include "vpx/vpx_codec.h"
-#include "vpx_dsp/vp9_reader.h"
+#include "vpx_dsp/bitreader.h"
 #include "vpx_scale/yv12config.h"
 #include "vpx_util/vpx_thread.h"
 
index c67bb06..0902053 100644 (file)
@@ -12,8 +12,7 @@
 #ifndef VP9_DECODER_VP9_DETOKENIZE_H_
 #define VP9_DECODER_VP9_DETOKENIZE_H_
 
-#include "vpx_dsp/vp9_reader.h"
-
+#include "vpx_dsp/bitreader.h"
 #include "vp9/decoder/vp9_decoder.h"
 #include "vp9/common/vp9_scan.h"
 
index 1197194..dd00d21 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef VP9_DECODER_VP9_DSUBEXP_H_
 #define VP9_DECODER_VP9_DSUBEXP_H_
 
-#include "vpx_dsp/vp9_reader.h"
+#include "vpx_dsp/bitreader.h"
 
 #ifdef __cplusplus
 extern "C" {
index 12adad7..375f21b 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef VP9_ENCODER_VP9_COST_H_
 #define VP9_ENCODER_VP9_COST_H_
 
-#include "vpx_dsp/vp9_prob.h"
+#include "vpx_dsp/prob.h"
 
 #ifdef __cplusplus
 extern "C" {
index b749f04..9776f61 100644 (file)
@@ -16,7 +16,7 @@
 extern "C" {
 #endif
 
-#include "vpx_dsp/vp9_prob.h"
+#include "vpx_dsp/prob.h"
 
 struct vp9_writer;
 
index 5903964..4526216 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "vpx_ports/mem.h"
 
-#include "vpx_dsp/vp9_prob.h"
+#include "vpx_dsp/prob.h"
 
 #ifdef __cplusplus
 extern "C" {
index b86b1ca..12d5d7c 100644 (file)
@@ -17,7 +17,7 @@
 #include "vpx/internal/vpx_codec_internal.h"
 #include "vpx/vp8dx.h"
 #include "vpx/vpx_decoder.h"
-#include "vpx_dsp/vp9_read_bit_buffer.h"
+#include "vpx_dsp/bitreader_buffer.h"
 #include "vpx_util/vpx_thread.h"
 
 #include "vp9/common/vp9_alloccommon.h"
similarity index 97%
rename from vpx_dsp/vp9_reader.c
rename to vpx_dsp/bitreader.c
index d97c94a..bc7ab3a 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.
  */
-#include "./vp9_prob.h"
-#include "./vp9_reader.h"
+#include "./bitreader.h"
+#include "./prob.h"
 
 #include "vpx_ports/mem.h"
 #include "vpx_mem/vpx_mem.h"
similarity index 96%
rename from vpx_dsp/vp9_reader.h
rename to vpx_dsp/bitreader.h
index f022fb1..cdd1306 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_DECODER_VP9_READER_H_
-#define VP9_DECODER_VP9_READER_H_
+#ifndef VPX_DSP_BITREADER_H_
+#define VPX_DSP_BITREADER_H_
 
 #include <stddef.h>
 #include <limits.h>
@@ -18,7 +18,7 @@
 #include "vpx_ports/mem.h"
 #include "vpx/vp8dx.h"
 #include "vpx/vpx_integer.h"
-#include "vpx_dsp/vp9_prob.h"
+#include "vpx_dsp/prob.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -137,4 +137,4 @@ static INLINE int vp9_read_tree(vp9_reader *r, const vp9_tree_index *tree,
 }  // extern "C"
 #endif
 
-#endif  // VP9_DECODER_VP9_READER_H_
+#endif  // VPX_DSP_BITREADER_H_
similarity index 97%
rename from vpx_dsp/vp9_read_bit_buffer.c
rename to vpx_dsp/bitreader_buffer.c
index c712a7f..b49a2e2 100644 (file)
@@ -7,7 +7,7 @@
  *  in the file PATENTS.  All contributing project authors may
  *  be found in the AUTHORS file in the root of the source tree.
  */
-#include "./vp9_read_bit_buffer.h"
+#include "./bitreader_buffer.h"
 
 size_t vp9_rb_bytes_read(struct vp9_read_bit_buffer *rb) {
   return (rb->bit_offset + 7) >> 3;
similarity index 88%
rename from vpx_dsp/vp9_read_bit_buffer.h
rename to vpx_dsp/bitreader_buffer.h
index fc88bd7..5289f3f 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_DECODER_VP9_READ_BIT_BUFFER_H_
-#define VP9_DECODER_VP9_READ_BIT_BUFFER_H_
+#ifndef VPX_DSP_BITREADER_BUFFER_H_
+#define VPX_DSP_BITREADER_BUFFER_H_
 
 #include <limits.h>
 
@@ -42,4 +42,4 @@ int vp9_rb_read_signed_literal(struct vp9_read_bit_buffer *rb, int bits);
 }  // extern "C"
 #endif
 
-#endif  // VP9_DECODER_VP9_READ_BIT_BUFFER_H_
+#endif  // VPX_DSP_BITREADER_BUFFER_H_
similarity index 98%
rename from vpx_dsp/vp9_prob.c
rename to vpx_dsp/prob.c
index 92dd2d5..8f44e18 100644 (file)
@@ -8,7 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#include "./vp9_prob.h"
+#include "./prob.h"
 
 const uint8_t vp9_norm[256] = {
   0, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4,
similarity index 97%
rename from vpx_dsp/vp9_prob.h
rename to vpx_dsp/prob.h
index 09be344..07a367a 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_PROB_H_
-#define VP9_COMMON_VP9_PROB_H_
+#ifndef VPX_DSP_PROB_H_
+#define VPX_DSP_PROB_H_
 
 #include "./vpx_config.h"
 #include "./vpx_dsp_common.h"
@@ -100,4 +100,4 @@ DECLARE_ALIGNED(16, extern const uint8_t, vp9_norm[256]);
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_PROB_H_
+#endif  // VPX_DSP_PROB_H_
index f7d99e4..278cc17 100644 (file)
@@ -14,14 +14,14 @@ DSP_SRCS-yes += vpx_dsp_common.h
 DSP_SRCS-$(HAVE_MSA)    += mips/macros_msa.h
 
 # bit reader
-DSP_SRCS-yes += vp9_prob.h
-DSP_SRCS-yes += vp9_prob.c
+DSP_SRCS-yes += prob.h
+DSP_SRCS-yes += prob.c
 
 ifeq ($(CONFIG_DECODERS),yes)
-DSP_SRCS-yes += vp9_reader.h
-DSP_SRCS-yes += vp9_reader.c
-DSP_SRCS-yes += vp9_read_bit_buffer.c
-DSP_SRCS-yes += vp9_read_bit_buffer.h
+DSP_SRCS-yes += bitreader.h
+DSP_SRCS-yes += bitreader.c
+DSP_SRCS-yes += bitreader_buffer.c
+DSP_SRCS-yes += bitreader_buffer.h
 endif
 
 # loop filters