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
Yushin Cho
aom-rav1e
Commits
03a9e5ed
Commit
03a9e5ed
authored
Mar 21, 2014
by
Marco Paniconi
Browse files
Rename the aq_mode files.
Change-Id: Id76a628495c822e23825b66a7589b4a3279680e2
parent
e0c21264
Changes
9
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_
cr
aq.c
→
vp9/encoder/vp9_aq
_cyclicrefresh
.c
View file @
03a9e5ed
...
...
@@ -11,7 +11,7 @@
#include
<limits.h>
#include
<math.h>
#include
"vp9/encoder/vp9_
cr
aq.h"
#include
"vp9/encoder/vp9_aq
_cyclicrefresh
.h"
#include
"vp9/common/vp9_seg_common.h"
...
...
vp9/encoder/vp9_
cr
aq.h
→
vp9/encoder/vp9_aq
_cyclicrefresh
.h
View file @
03a9e5ed
...
...
@@ -9,8 +9,8 @@
*/
#ifndef VP9_ENCODER_VP9_
CR
AQ_H_
#define VP9_ENCODER_VP9_
CR
AQ_H_
#ifndef VP9_ENCODER_VP9_AQ
_CYCLICREFRESH
_H_
#define VP9_ENCODER_VP9_AQ
_CYCLICREFRESH
_H_
#include
"vp9/common/vp9_blockd.h"
...
...
@@ -64,4 +64,4 @@ void vp9_setup_cyclic_refresh_aq(struct VP9_COMP *const cpi);
}
// extern "C"
#endif
#endif // VP9_ENCODER_VP9_
CR
AQ_H_
#endif // VP9_ENCODER_VP9_AQ
_CYCLICREFRESH
_H_
vp9/encoder/vp9_
v
aq.c
→
vp9/encoder/vp9_aq
_variance
.c
View file @
03a9e5ed
...
...
@@ -10,7 +10,7 @@
#include
<math.h>
#include
"vp9/encoder/vp9_
v
aq.h"
#include
"vp9/encoder/vp9_aq
_variance
.h"
#include
"vp9/common/vp9_seg_common.h"
...
...
vp9/encoder/vp9_
v
aq.h
→
vp9/encoder/vp9_aq
_variance
.h
View file @
03a9e5ed
...
...
@@ -9,8 +9,8 @@
*/
#ifndef VP9_ENCODER_VP9_
V
AQ_H_
#define VP9_ENCODER_VP9_
V
AQ_H_
#ifndef VP9_ENCODER_VP9_AQ
_VARIANCE
_H_
#define VP9_ENCODER_VP9_AQ
_VARIANCE
_H_
#include
"vp9/encoder/vp9_onyx_int.h"
...
...
@@ -31,4 +31,4 @@ int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
}
// extern "C"
#endif
#endif // VP9_ENCODER_VP9_
V
AQ_H_
#endif // VP9_ENCODER_VP9_AQ
_VARIANCE
_H_
vp9/encoder/vp9_encodeframe.c
View file @
03a9e5ed
...
...
@@ -30,6 +30,8 @@
#include
"vp9/common/vp9_systemdependent.h"
#include
"vp9/common/vp9_tile_common.h"
#include
"vp9/encoder/vp9_aq_cyclicrefresh.h"
#include
"vp9/encoder/vp9_aq_variance.h"
#include
"vp9/encoder/vp9_encodeframe.h"
#include
"vp9/encoder/vp9_encodemb.h"
#include
"vp9/encoder/vp9_encodemv.h"
...
...
@@ -38,8 +40,6 @@
#include
"vp9/encoder/vp9_rdopt.h"
#include
"vp9/encoder/vp9_segmentation.h"
#include
"vp9/encoder/vp9_tokenize.h"
#include
"vp9/encoder/vp9_vaq.h"
#include
"vp9/encoder/vp9_craq.h"
#define GF_ZEROMV_ZBIN_BOOST 0
#define LF_ZEROMV_ZBIN_BOOST 0
...
...
vp9/encoder/vp9_firstpass.c
View file @
03a9e5ed
...
...
@@ -23,6 +23,7 @@
#include
"vp9/common/vp9_reconinter.h"
// vp9_setup_dst_planes()
#include
"vp9/common/vp9_systemdependent.h"
#include
"vp9/encoder/vp9_aq_variance.h"
#include
"vp9/encoder/vp9_block.h"
#include
"vp9/encoder/vp9_encodeframe.h"
#include
"vp9/encoder/vp9_encodemb.h"
...
...
@@ -34,7 +35,6 @@
#include
"vp9/encoder/vp9_quantize.h"
#include
"vp9/encoder/vp9_ratectrl.h"
#include
"vp9/encoder/vp9_rdopt.h"
#include
"vp9/encoder/vp9_vaq.h"
#include
"vp9/encoder/vp9_variance.h"
#define OUTPUT_FPF 0
...
...
vp9/encoder/vp9_onyx_if.c
View file @
03a9e5ed
...
...
@@ -27,8 +27,9 @@
#include
"vp9/common/vp9_systemdependent.h"
#include
"vp9/common/vp9_tile_common.h"
#include
"vp9/encoder/vp9_aq_cyclicrefresh.h"
#include
"vp9/encoder/vp9_aq_variance.h"
#include
"vp9/encoder/vp9_bitstream.h"
#include
"vp9/encoder/vp9_craq.h"
#include
"vp9/encoder/vp9_encodeframe.h"
#include
"vp9/encoder/vp9_encodemv.h"
#include
"vp9/encoder/vp9_firstpass.h"
...
...
@@ -39,7 +40,6 @@
#include
"vp9/encoder/vp9_rdopt.h"
#include
"vp9/encoder/vp9_segmentation.h"
#include
"vp9/encoder/vp9_temporal_filter.h"
#include
"vp9/encoder/vp9_vaq.h"
#include
"vp9/encoder/vp9_resize.h"
#include
"vp9/encoder/vp9_svc_layercontext.h"
...
...
vp9/encoder/vp9_onyx_int.h
View file @
03a9e5ed
...
...
@@ -23,7 +23,7 @@
#include
"vp9/common/vp9_entropymode.h"
#include
"vp9/common/vp9_onyxc_int.h"
#include
"vp9/encoder/vp9_
cr
aq.h"
#include
"vp9/encoder/vp9_aq
_cyclicrefresh
.h"
#include
"vp9/encoder/vp9_encodemb.h"
#include
"vp9/encoder/vp9_firstpass.h"
#include
"vp9/encoder/vp9_lookahead.h"
...
...
vp9/vp9cx.mk
View file @
03a9e5ed
...
...
@@ -68,10 +68,10 @@ VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.c
VP9_CX_SRCS-yes
+=
encoder/vp9_tokenize.c
VP9_CX_SRCS-yes
+=
encoder/vp9_treewriter.c
VP9_CX_SRCS-yes
+=
encoder/vp9_variance.c
VP9_CX_SRCS-yes
+=
encoder/vp9_
v
aq.c
VP9_CX_SRCS-yes
+=
encoder/vp9_
v
aq.h
VP9_CX_SRCS-yes
+=
encoder/vp9_
cr
aq.c
VP9_CX_SRCS-yes
+=
encoder/vp9_
cr
aq.h
VP9_CX_SRCS-yes
+=
encoder/vp9_aq
_variance
.c
VP9_CX_SRCS-yes
+=
encoder/vp9_aq
_variance
.h
VP9_CX_SRCS-yes
+=
encoder/vp9_aq
_cyclicrefresh
.c
VP9_CX_SRCS-yes
+=
encoder/vp9_aq
_cyclicrefresh
.h
ifeq
($(CONFIG_VP9_POSTPROC),yes)
VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS)
+=
common/vp9_postproc.h
VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS)
+=
common/vp9_postproc.c
...
...
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