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
Yushin Cho
aom-rav1e
Commits
a42ab027
Commit
a42ab027
authored
Nov 18, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Nov 18, 2013
Browse files
Merge "Move vp9_extend.{h,c} from common to encoder"
parents
46ce6dde
1c61e196
Changes
9
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
a42ab027
...
...
@@ -18,7 +18,6 @@
#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_entropy.h"
#include "vp9/common/vp9_entropymode.h"
#include "vp9/common/vp9_extend.h"
#include "vp9/common/vp9_idct.h"
#include "vp9/common/vp9_pred_common.h"
#include "vp9/common/vp9_quant_common.h"
...
...
vp9/encoder/vp9_encodeframe.c
View file @
a42ab027
...
...
@@ -20,7 +20,6 @@
#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_entropy.h"
#include "vp9/common/vp9_entropymode.h"
#include "vp9/common/vp9_extend.h"
#include "vp9/common/vp9_findnearmv.h"
#include "vp9/common/vp9_idct.h"
#include "vp9/common/vp9_mvref_common.h"
...
...
@@ -33,6 +32,7 @@
#include "vp9/encoder/vp9_encodeframe.h"
#include "vp9/encoder/vp9_encodemb.h"
#include "vp9/encoder/vp9_encodemv.h"
#include "vp9/encoder/vp9_extend.h"
#include "vp9/encoder/vp9_onyx_int.h"
#include "vp9/encoder/vp9_rdopt.h"
#include "vp9/encoder/vp9_segmentation.h"
...
...
vp9/
common
/vp9_extend.c
→
vp9/
encoder
/vp9_extend.c
View file @
a42ab027
...
...
@@ -11,7 +11,7 @@
#include "vpx_mem/vpx_mem.h"
#include "vp9/common/vp9_common.h"
#include "vp9/
common
/vp9_extend.h"
#include "vp9/
encoder
/vp9_extend.h"
static
void
copy_and_extend_plane
(
const
uint8_t
*
src
,
int
src_pitch
,
uint8_t
*
dst
,
int
dst_pitch
,
...
...
vp9/
common
/vp9_extend.h
→
vp9/
encoder
/vp9_extend.h
View file @
a42ab027
File moved
vp9/encoder/vp9_firstpass.c
View file @
a42ab027
...
...
@@ -11,16 +11,16 @@
#include <math.h>
#include <limits.h>
#include <stdio.h>
#include "vp9/common/vp9_systemdependent.h"
#include "vp9/encoder/vp9_block.h"
#include "vp9/encoder/vp9_encodeframe.h"
#include "vp9/encoder/vp9_encodemb.h"
#include "vp9/encoder/vp9_extend.h"
#include "vp9/encoder/vp9_firstpass.h"
#include "vp9/encoder/vp9_mcomp.h"
#include "vp9/encoder/vp9_onyx_int.h"
#include "vp9/encoder/vp9_variance.h"
#include "vp9/encoder/vp9_mcomp.h"
#include "vp9/encoder/vp9_firstpass.h"
#include "vpx_scale/vpx_scale.h"
#include "vp9/encoder/vp9_encodeframe.h"
#include "vp9/encoder/vp9_encodemb.h"
#include "vp9/common/vp9_extend.h"
#include "vp9/common/vp9_systemdependent.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_scale/yv12config.h"
#include "vp9/encoder/vp9_quantize.h"
...
...
vp9/encoder/vp9_lookahead.c
View file @
a42ab027
...
...
@@ -12,8 +12,8 @@
#include "./vpx_config.h"
#include "vp9/common/vp9_common.h"
#include "vp9/encoder/vp9_extend.h"
#include "vp9/encoder/vp9_lookahead.h"
#include "vp9/common/vp9_extend.h"
struct
lookahead_ctx
{
unsigned
int
max_sz
;
/* Absolute size of the queue */
...
...
vp9/encoder/vp9_temporal_filter.c
View file @
a42ab027
...
...
@@ -11,22 +11,22 @@
#include <math.h>
#include <limits.h>
#include "vp9/common/vp9_alloccommon.h"
#include "vp9/common/vp9_onyxc_int.h"
#include "vp9/common/vp9_quant_common.h"
#include "vp9/common/vp9_reconinter.h"
#include "vp9/encoder/vp9_onyx_int.h"
#include "vp9/common/vp9_systemdependent.h"
#include "vp9/encoder/vp9_quantize.h"
#include "vp9/common/vp9_alloccommon.h"
#include "vp9/encoder/vp9_mcomp.h"
#include "vp9/encoder/vp9_extend.h"
#include "vp9/encoder/vp9_firstpass.h"
#include "vp9/encoder/vp9_mcomp.h"
#include "vp9/encoder/vp9_onyx_int.h"
#include "vp9/encoder/vp9_psnr.h"
#include "vpx_scale/vpx_scale.h"
#include "vp9/common/vp9_extend.h"
#include "vp9/encoder/vp9_quantize.h"
#include "vp9/encoder/vp9_ratectrl.h"
#include "vp9/common/vp9_quant_common.h"
#include "vp9/encoder/vp9_segmentation.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/vpx_timer.h"
#include "vpx_scale/vpx_scale.h"
#define ALT_REF_MC_ENABLED 1 // dis/enable MC in AltRef filtering
#define ALT_REF_SUBPEL_ENABLED 1 // dis/enable subpel in MC AltRef filtering
...
...
vp9/vp9_common.mk
View file @
a42ab027
...
...
@@ -21,7 +21,6 @@ VP9_COMMON_SRCS-yes += common/vp9_default_coef_probs.h
VP9_COMMON_SRCS-yes
+=
common/vp9_entropy.c
VP9_COMMON_SRCS-yes
+=
common/vp9_entropymode.c
VP9_COMMON_SRCS-yes
+=
common/vp9_entropymv.c
VP9_COMMON_SRCS-yes
+=
common/vp9_extend.c
VP9_COMMON_SRCS-yes
+=
common/vp9_filter.c
VP9_COMMON_SRCS-yes
+=
common/vp9_filter.h
VP9_COMMON_SRCS-yes
+=
common/vp9_findnearmv.c
...
...
@@ -34,7 +33,6 @@ VP9_COMMON_SRCS-yes += common/vp9_entropy.h
VP9_COMMON_SRCS-yes
+=
common/vp9_entropymode.h
VP9_COMMON_SRCS-yes
+=
common/vp9_entropymv.h
VP9_COMMON_SRCS-yes
+=
common/vp9_enums.h
VP9_COMMON_SRCS-yes
+=
common/vp9_extend.h
VP9_COMMON_SRCS-yes
+=
common/vp9_findnearmv.h
VP9_COMMON_SRCS-yes
+=
common/vp9_idct.h
VP9_COMMON_SRCS-yes
+=
common/vp9_loopfilter.h
...
...
vp9/vp9cx.mk
View file @
a42ab027
...
...
@@ -25,6 +25,7 @@ VP9_CX_SRCS-yes += encoder/vp9_encodeframe.c
VP9_CX_SRCS-yes
+=
encoder/vp9_encodeframe.h
VP9_CX_SRCS-yes
+=
encoder/vp9_encodemb.c
VP9_CX_SRCS-yes
+=
encoder/vp9_encodemv.c
VP9_CX_SRCS-yes
+=
encoder/vp9_extend.c
VP9_CX_SRCS-yes
+=
encoder/vp9_firstpass.c
VP9_CX_SRCS-yes
+=
encoder/vp9_block.h
VP9_CX_SRCS-yes
+=
encoder/vp9_boolhuff.h
...
...
@@ -32,6 +33,7 @@ VP9_CX_SRCS-yes += encoder/vp9_write_bit_buffer.h
VP9_CX_SRCS-yes
+=
encoder/vp9_bitstream.h
VP9_CX_SRCS-yes
+=
encoder/vp9_encodemb.h
VP9_CX_SRCS-yes
+=
encoder/vp9_encodemv.h
VP9_CX_SRCS-yes
+=
encoder/vp9_extend.h
VP9_CX_SRCS-yes
+=
encoder/vp9_firstpass.h
VP9_CX_SRCS-yes
+=
encoder/vp9_lookahead.c
VP9_CX_SRCS-yes
+=
encoder/vp9_lookahead.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