Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
b84ee5a3
Commit
b84ee5a3
authored
Jul 09, 2014
by
hkuang
Committed by
Gerrit Code Review
Jul 09, 2014
Browse files
Merge "Move vp9_thread.* to common."
parents
3008da9d
337e8015
Changes
8
Hide whitespace changes
Inline
Side-by-side
test/vp9_thread_test.cc
View file @
b84ee5a3
...
...
@@ -18,7 +18,7 @@
#if CONFIG_WEBM_IO
#include "test/webm_video_source.h"
#endif
#include "vp9/
decoder
/vp9_thread.h"
#include "vp9/
common
/vp9_thread.h"
namespace
{
...
...
vp9/
decoder
/vp9_thread.c
→
vp9/
common
/vp9_thread.c
View file @
b84ee5a3
File moved
vp9/
decoder
/vp9_thread.h
→
vp9/
common
/vp9_thread.h
View file @
b84ee5a3
File moved
vp9/decoder/vp9_decodeframe.c
View file @
b84ee5a3
...
...
@@ -28,6 +28,7 @@
#include "vp9/common/vp9_reconintra.h"
#include "vp9/common/vp9_reconinter.h"
#include "vp9/common/vp9_seg_common.h"
#include "vp9/common/vp9_thread.h"
#include "vp9/common/vp9_tile_common.h"
#include "vp9/decoder/vp9_decodeframe.h"
...
...
@@ -38,7 +39,6 @@
#include "vp9/decoder/vp9_dthread.h"
#include "vp9/decoder/vp9_read_bit_buffer.h"
#include "vp9/decoder/vp9_reader.h"
#include "vp9/decoder/vp9_thread.h"
#define MAX_VP9_HEADER_SIZE 80
...
...
vp9/decoder/vp9_decoder.h
View file @
b84ee5a3
...
...
@@ -18,9 +18,9 @@
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_ppflags.h"
#include "vp9/common/vp9_thread.h"
#include "vp9/decoder/vp9_dthread.h"
#include "vp9/decoder/vp9_thread.h"
#ifdef __cplusplus
extern
"C"
{
...
...
vp9/decoder/vp9_dthread.h
View file @
b84ee5a3
...
...
@@ -12,8 +12,8 @@
#define VP9_DECODER_VP9_DTHREAD_H_
#include "./vpx_config.h"
#include "vp9/common/vp9_thread.h"
#include "vp9/decoder/vp9_reader.h"
#include "vp9/decoder/vp9_thread.h"
struct
VP9Common
;
struct
VP9Decoder
;
...
...
vp9/vp9_common.mk
View file @
b84ee5a3
...
...
@@ -50,6 +50,8 @@ VP9_COMMON_SRCS-yes += common/vp9_seg_common.h
VP9_COMMON_SRCS-yes
+=
common/vp9_seg_common.c
VP9_COMMON_SRCS-yes
+=
common/vp9_systemdependent.h
VP9_COMMON_SRCS-yes
+=
common/vp9_textblit.h
VP9_COMMON_SRCS-yes
+=
common/vp9_thread.h
VP9_COMMON_SRCS-yes
+=
common/vp9_thread.c
VP9_COMMON_SRCS-yes
+=
common/vp9_tile_common.h
VP9_COMMON_SRCS-yes
+=
common/vp9_tile_common.c
VP9_COMMON_SRCS-yes
+=
common/vp9_loopfilter.c
...
...
vp9/vp9dx.mk
View file @
b84ee5a3
...
...
@@ -31,8 +31,6 @@ VP9_DX_SRCS-yes += decoder/vp9_decodemv.h
VP9_DX_SRCS-yes
+=
decoder/vp9_detokenize.h
VP9_DX_SRCS-yes
+=
decoder/vp9_decoder.c
VP9_DX_SRCS-yes
+=
decoder/vp9_decoder.h
VP9_DX_SRCS-yes
+=
decoder/vp9_thread.c
VP9_DX_SRCS-yes
+=
decoder/vp9_thread.h
VP9_DX_SRCS-yes
+=
decoder/vp9_dsubexp.c
VP9_DX_SRCS-yes
+=
decoder/vp9_dsubexp.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