Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
1fcef81c
Commit
1fcef81c
authored
Jul 20, 2015
by
Yaowu Xu
Browse files
Remove vp9_ prefix from bit writer files
Change-Id: I07647c7482b9ec498fbad3a9c9901f72b2336500
parent
c5ad31e5
Changes
9
Hide whitespace changes
Inline
Side-by-side
test/vp9_boolcoder_test.cc
View file @
1fcef81c
...
...
@@ -16,7 +16,7 @@
#include
"vpx/vpx_integer.h"
#include
"vpx_dsp/bitreader.h"
#include
"vpx_dsp/
vp9_
writer.h"
#include
"vpx_dsp/
bit
writer.h"
#include
"test/acm_random.h"
...
...
vp9/encoder/vp9_bitstream.c
View file @
1fcef81c
...
...
@@ -13,7 +13,7 @@
#include
<limits.h>
#include
"vpx/vpx_encoder.h"
#include
"vpx_dsp/
vp9_
write
_bit
_buffer.h"
#include
"vpx_dsp/
bit
write
r
_buffer.h"
#include
"vpx_mem/vpx_mem.h"
#include
"vpx_ports/mem_ops.h"
...
...
vp9/encoder/vp9_subexp.c
View file @
1fcef81c
...
...
@@ -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
"vpx_dsp/
vp9_
writer.h"
#include
"vpx_dsp/
bit
writer.h"
#include
"vp9/common/vp9_common.h"
#include
"vp9/common/vp9_entropy.h"
...
...
vp9/encoder/vp9_treewriter.h
View file @
1fcef81c
...
...
@@ -11,7 +11,7 @@
#ifndef VP9_ENCODER_VP9_TREEWRITER_H_
#define VP9_ENCODER_VP9_TREEWRITER_H_
#include
"vpx_dsp/
vp9_
writer.h"
#include
"vpx_dsp/
bit
writer.h"
#ifdef __cplusplus
extern
"C"
{
...
...
vpx_dsp/
vp9_
writer.c
→
vpx_dsp/
bit
writer.c
View file @
1fcef81c
...
...
@@ -10,7 +10,7 @@
#include
<assert.h>
#include
"./
vp9_
writer.h"
#include
"./
bit
writer.h"
void
vp9_start_encode
(
vp9_writer
*
br
,
uint8_t
*
source
)
{
br
->
lowvalue
=
0
;
...
...
vpx_dsp/
vp9_
writer.h
→
vpx_dsp/
bit
writer.h
View file @
1fcef81c
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP
9_ENCODER_VP9_
WRITER_H_
#define VP
9_ENCODER_VP9_
WRITER_H_
#ifndef VP
X_DSP_BIT
WRITER_H_
#define VP
X_DSP_BIT
WRITER_H_
#include
"vpx_ports/mem.h"
...
...
@@ -95,4 +95,4 @@ static INLINE void vp9_write_literal(vp9_writer *w, int data, int bits) {
}
// extern "C"
#endif
#endif // VP
9_ENCODER_VP9_
WRITER_H_
#endif // VP
X_DSP_BIT
WRITER_H_
vpx_dsp/
vp9_
write
_bit
_buffer.c
→
vpx_dsp/
bit
write
r
_buffer.c
View file @
1fcef81c
...
...
@@ -10,7 +10,7 @@
#include
<limits.h>
#include
"./
vp9_
write
_bit
_buffer.h"
#include
"./
bit
write
r
_buffer.h"
size_t
vp9_wb_bytes_written
(
const
struct
vp9_write_bit_buffer
*
wb
)
{
return
wb
->
bit_offset
/
CHAR_BIT
+
(
wb
->
bit_offset
%
CHAR_BIT
>
0
);
...
...
vpx_dsp/
vp9_
write
_bit
_buffer.h
→
vpx_dsp/
bit
write
r
_buffer.h
View file @
1fcef81c
...
...
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef VP
9_ENCODER_VP9_
WRITE
_BIT
_BUFFER_H_
#define VP
9_ENCODER_VP9_
WRITE
_BIT
_BUFFER_H_
#ifndef VP
X_DSP_BIT
WRITE
R
_BUFFER_H_
#define VP
X_DSP_BIT
WRITE
R
_BUFFER_H_
#include
"vpx/vpx_integer.h"
...
...
@@ -33,4 +33,4 @@ void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits);
}
// extern "C"
#endif
#endif // VP
9_ENCODER_VP9_
WRITE
_BIT
_BUFFER_H_
#endif // VP
X_DSP_BIT
WRITE
R
_BUFFER_H_
vpx_dsp/vpx_dsp.mk
View file @
1fcef81c
...
...
@@ -18,10 +18,10 @@ DSP_SRCS-yes += prob.h
DSP_SRCS-yes
+=
prob.c
ifeq
($(CONFIG_ENCODERS),yes)
DSP_SRCS-yes
+=
vp9_
writer.h
DSP_SRCS-yes
+=
vp9_
writer.c
DSP_SRCS-yes
+=
vp9_
write
_bit
_buffer.c
DSP_SRCS-yes
+=
vp9_
write
_bit
_buffer.h
DSP_SRCS-yes
+=
bit
writer.h
DSP_SRCS-yes
+=
bit
writer.c
DSP_SRCS-yes
+=
bit
write
r
_buffer.c
DSP_SRCS-yes
+=
bit
write
r
_buffer.h
endif
ifeq
($(CONFIG_DECODERS),yes)
...
...
Write
Preview
Supports
Markdown
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