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
fe5f8a8a
Commit
fe5f8a8a
authored
Mar 25, 2016
by
Yaowu Xu
Browse files
rename files vp10_* to av1_*
Change-Id: I017e3b64d5074ad47fed8cd642fdf366bd475b1b
parent
ef0c3a93
Changes
57
Hide whitespace changes
Inline
Side-by-side
av1/
vp10
_common.mk
→
av1/
av1
_common.mk
View file @
fe5f8a8a
...
...
@@ -8,8 +8,8 @@
## be found in the AUTHORS file in the root of the source tree.
##
VP10_COMMON_SRCS-yes
+=
vp10
_common.mk
VP10_COMMON_SRCS-yes
+=
vp10
_iface_common.h
VP10_COMMON_SRCS-yes
+=
av1
_common.mk
VP10_COMMON_SRCS-yes
+=
av1
_iface_common.h
VP10_COMMON_SRCS-yes
+=
common/alloccommon.c
VP10_COMMON_SRCS-yes
+=
common/blockd.c
VP10_COMMON_SRCS-yes
+=
common/debugmodes.c
...
...
@@ -29,8 +29,8 @@ VP10_COMMON_SRCS-yes += common/filter.h
VP10_COMMON_SRCS-yes
+=
common/filter.c
VP10_COMMON_SRCS-yes
+=
common/idct.h
VP10_COMMON_SRCS-yes
+=
common/idct.c
VP10_COMMON_SRCS-yes
+=
common/
vp10
_inv_txfm.h
VP10_COMMON_SRCS-yes
+=
common/
vp10
_inv_txfm.c
VP10_COMMON_SRCS-yes
+=
common/
av1
_inv_txfm.h
VP10_COMMON_SRCS-yes
+=
common/
av1
_inv_txfm.c
VP10_COMMON_SRCS-yes
+=
common/loopfilter.h
VP10_COMMON_SRCS-yes
+=
common/thread_common.h
VP10_COMMON_SRCS-yes
+=
common/mv.h
...
...
@@ -40,8 +40,8 @@ VP10_COMMON_SRCS-yes += common/pred_common.c
VP10_COMMON_SRCS-yes
+=
common/quant_common.h
VP10_COMMON_SRCS-yes
+=
common/reconinter.h
VP10_COMMON_SRCS-yes
+=
common/reconintra.h
VP10_COMMON_SRCS-yes
+=
common/
vp10
_rtcd.c
VP10_COMMON_SRCS-yes
+=
common/
vp10
_rtcd_defs.pl
VP10_COMMON_SRCS-yes
+=
common/
av1
_rtcd.c
VP10_COMMON_SRCS-yes
+=
common/
av1
_rtcd_defs.pl
VP10_COMMON_SRCS-yes
+=
common/scale.h
VP10_COMMON_SRCS-yes
+=
common/scale.c
VP10_COMMON_SRCS-yes
+=
common/seg_common.h
...
...
@@ -58,8 +58,8 @@ VP10_COMMON_SRCS-yes += common/reconintra.c
VP10_COMMON_SRCS-yes
+=
common/common_data.h
VP10_COMMON_SRCS-yes
+=
common/scan.c
VP10_COMMON_SRCS-yes
+=
common/scan.h
VP10_COMMON_SRCS-yes
+=
common/
vp10
_fwd_txfm.h
VP10_COMMON_SRCS-yes
+=
common/
vp10
_fwd_txfm.c
VP10_COMMON_SRCS-yes
+=
common/
av1
_fwd_txfm.h
VP10_COMMON_SRCS-yes
+=
common/
av1
_fwd_txfm.c
VP10_COMMON_SRCS-yes
+=
common/clpf.c
VP10_COMMON_SRCS-yes
+=
common/clpf.h
ifeq
($(CONFIG_DERING),yes)
...
...
@@ -83,16 +83,16 @@ VP10_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/idct8x8_msa.c
VP10_COMMON_SRCS-$(HAVE_MSA)
+=
common/mips/msa/idct16x16_msa.c
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/idct_intrin_sse2.c
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
vp10
_fwd_txfm_sse2.c
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
vp10
_fwd_dct32x32_impl_sse2.h
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
vp10
_fwd_txfm_impl_sse2.h
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
av1
_fwd_txfm_sse2.c
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
av1
_fwd_dct32x32_impl_sse2.h
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
av1
_fwd_txfm_impl_sse2.h
ifneq
($(CONFIG_VPX_HIGHBITDEPTH),yes)
VP10_COMMON_SRCS-$(HAVE_NEON)
+=
common/arm/neon/iht4x4_add_neon.c
VP10_COMMON_SRCS-$(HAVE_NEON)
+=
common/arm/neon/iht8x8_add_neon.c
endif
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
vp10
_inv_txfm_sse2.c
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
vp10
_inv_txfm_sse2.h
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
av1
_inv_txfm_sse2.c
VP10_COMMON_SRCS-$(HAVE_SSE2)
+=
common/x86/
av1
_inv_txfm_sse2.h
$(eval
$(call
rtcd_h_template,
vp10
_rtcd,av1/common/
vp10
_rtcd_defs.pl))
$(eval
$(call
rtcd_h_template,
av1
_rtcd,av1/common/
av1
_rtcd_defs.pl))
av1/
vp10
_cx_iface.c
→
av1/
av1
_cx_iface.c
View file @
fe5f8a8a
...
...
@@ -20,7 +20,7 @@
#include
"av1/encoder/encoder.h"
#include
"aom/vp8cx.h"
#include
"av1/encoder/firstpass.h"
#include
"av1/
vp10
_iface_common.h"
#include
"av1/
av1
_iface_common.h"
struct
vp10_extracfg
{
int
cpu_used
;
// available cpu percentage in 1/16
...
...
av1/
vp10
_dx_iface.c
→
av1/
av1
_dx_iface.c
View file @
fe5f8a8a
...
...
@@ -28,7 +28,7 @@
#include
"av1/decoder/decoder.h"
#include
"av1/decoder/decodeframe.h"
#include
"av1/
vp10
_iface_common.h"
#include
"av1/
av1
_iface_common.h"
typedef
vpx_codec_stream_info_t
vp10_stream_info_t
;
...
...
av1/
vp10
_iface_common.h
→
av1/
av1
_iface_common.h
View file @
fe5f8a8a
File moved
av1/common/arm/neon/iht4x4_add_neon.c
View file @
fe5f8a8a
...
...
@@ -12,7 +12,7 @@
#include
<arm_neon.h>
#include
<assert.h>
#include
"./
vp10
_rtcd.h"
#include
"./
av1
_rtcd.h"
#include
"./vpx_config.h"
#include
"av1/common/common.h"
...
...
av1/common/arm/neon/iht8x8_add_neon.c
View file @
fe5f8a8a
...
...
@@ -12,7 +12,7 @@
#include
<arm_neon.h>
#include
<assert.h>
#include
"./
vp10
_rtcd.h"
#include
"./
av1
_rtcd.h"
#include
"./vpx_config.h"
#include
"av1/common/common.h"
...
...
av1/common/
vp10
_fwd_txfm.c
→
av1/common/
av1
_fwd_txfm.c
View file @
fe5f8a8a
...
...
@@ -9,7 +9,7 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include
"av1/common/
vp10
_fwd_txfm.h"
#include
"av1/common/
av1
_fwd_txfm.h"
void
vp10_fdct4x4_c
(
const
int16_t
*
input
,
tran_low_t
*
output
,
int
stride
)
{
// The 2D transform is done with two passes which are actually pretty
...
...
av1/common/
vp10
_fwd_txfm.h
→
av1/common/
av1
_fwd_txfm.h
View file @
fe5f8a8a
File moved
av1/common/
vp10
_inv_txfm.c
→
av1/common/
av1
_inv_txfm.c
View file @
fe5f8a8a
...
...
@@ -11,7 +11,7 @@
#include
<math.h>
#include
<string.h>
#include
"av1/common/
vp10
_inv_txfm.h"
#include
"av1/common/
av1
_inv_txfm.h"
void
vp10_iwht4x4_16_add_c
(
const
tran_low_t
*
input
,
uint8_t
*
dest
,
int
stride
)
{
/* 4-point reversible, orthonormal inverse Walsh-Hadamard in 3.5 adds,
...
...
av1/common/
vp10
_inv_txfm.h
→
av1/common/
av1
_inv_txfm.h
View file @
fe5f8a8a
File moved
av1/common/
vp10
_rtcd.c
→
av1/common/
av1
_rtcd.c
View file @
fe5f8a8a
...
...
@@ -10,10 +10,10 @@
*/
#include
"./vpx_config.h"
#define RTCD_C
#include
"./
vp10
_rtcd.h"
#include
"./
av1
_rtcd.h"
#include
"aom_ports/vpx_once.h"
void
vp10
_rtcd
()
{
void
av1
_rtcd
()
{
// TODO(JBB): Remove this once, by insuring that both the encoder and
// decoder setup functions are protected by once();
once
(
setup_rtcd_internal
);
...
...
av1/common/
vp10
_rtcd_defs.pl
→
av1/common/
av1
_rtcd_defs.pl
View file @
fe5f8a8a
File moved
av1/common/idct.c
View file @
fe5f8a8a
...
...
@@ -11,7 +11,7 @@
#include
<math.h>
#include
"./
vp10
_rtcd.h"
#include
"./
av1
_rtcd.h"
#include
"./vpx_dsp_rtcd.h"
#include
"av1/common/blockd.h"
#include
"av1/common/idct.h"
...
...
av1/common/mips/dspr2/itrans16_dspr2.c
View file @
fe5f8a8a
...
...
@@ -13,7 +13,7 @@
#include
<stdio.h>
#include
"./vpx_config.h"
#include
"./
vp10
_rtcd.h"
#include
"./
av1
_rtcd.h"
#include
"av1/common/common.h"
#include
"av1/common/blockd.h"
#include
"av1/common/idct.h"
...
...
av1/common/mips/dspr2/itrans4_dspr2.c
View file @
fe5f8a8a
...
...
@@ -13,7 +13,7 @@
#include
<stdio.h>
#include
"./vpx_config.h"
#include
"./
vp10
_rtcd.h"
#include
"./
av1
_rtcd.h"
#include
"av1/common/common.h"
#include
"av1/common/blockd.h"
#include
"av1/common/idct.h"
...
...
av1/common/mips/dspr2/itrans8_dspr2.c
View file @
fe5f8a8a
...
...
@@ -13,7 +13,7 @@
#include
<stdio.h>
#include
"./vpx_config.h"
#include
"./
vp10
_rtcd.h"
#include
"./
av1
_rtcd.h"
#include
"av1/common/common.h"
#include
"av1/common/blockd.h"
#include
"aom_dsp/mips/inv_txfm_dspr2.h"
...
...
av1/common/onyxc_int.h
View file @
fe5f8a8a
...
...
@@ -15,7 +15,7 @@
#include
"./vpx_config.h"
#include
"aom/internal/vpx_codec_internal.h"
#include
"aom_util/vpx_thread.h"
#include
"./
vp10
_rtcd.h"
#include
"./
av1
_rtcd.h"
#include
"av1/common/alloccommon.h"
#include
"av1/common/loopfilter.h"
#include
"av1/common/entropymv.h"
...
...
av1/common/x86/
vp10
_fwd_dct32x32_impl_sse2.h
→
av1/common/x86/
av1
_fwd_dct32x32_impl_sse2.h
View file @
fe5f8a8a
...
...
@@ -11,8 +11,8 @@
#include
<emmintrin.h>
// SSE2
#include
"./
vp10
_rtcd.h"
#include
"av1/common/
vp10
_fwd_txfm.h"
#include
"./
av1
_rtcd.h"
#include
"av1/common/
av1
_fwd_txfm.h"
#include
"aom_dsp/txfm_common.h"
#include
"aom_dsp/x86/txfm_common_sse2.h"
...
...
av1/common/x86/
vp10
_fwd_txfm_impl_sse2.h
→
av1/common/x86/
av1
_fwd_txfm_impl_sse2.h
View file @
fe5f8a8a
File moved
av1/common/x86/
vp10
_fwd_txfm_sse2.c
→
av1/common/x86/
av1
_fwd_txfm_sse2.c
View file @
fe5f8a8a
...
...
@@ -229,20 +229,20 @@ void vp10_fdct32x32_1_sse2(const int16_t *input, tran_low_t *output,
#define FDCT4x4_2D vp10_fdct4x4_sse2
#define FDCT8x8_2D vp10_fdct8x8_sse2
#define FDCT16x16_2D vp10_fdct16x16_sse2
#include
"av1/common/x86/
vp10
_fwd_txfm_impl_sse2.h"
#include
"av1/common/x86/
av1
_fwd_txfm_impl_sse2.h"
#undef FDCT4x4_2D
#undef FDCT8x8_2D
#undef FDCT16x16_2D
#define FDCT32x32_2D vp10_fdct32x32_rd_sse2
#define FDCT32x32_HIGH_PRECISION 0
#include
"av1/common/x86/
vp10
_fwd_dct32x32_impl_sse2.h"
#include
"av1/common/x86/
av1
_fwd_dct32x32_impl_sse2.h"
#undef FDCT32x32_2D
#undef FDCT32x32_HIGH_PRECISION
#define FDCT32x32_2D vp10_fdct32x32_sse2
#define FDCT32x32_HIGH_PRECISION 1
#include
"av1/common/x86/
vp10
_fwd_dct32x32_impl_sse2.h"
// NOLINT
#include
"av1/common/x86/
av1
_fwd_dct32x32_impl_sse2.h"
// NOLINT
#undef FDCT32x32_2D
#undef FDCT32x32_HIGH_PRECISION
#undef DCT_HIGH_BIT_DEPTH
...
...
@@ -252,20 +252,20 @@ void vp10_fdct32x32_1_sse2(const int16_t *input, tran_low_t *output,
#define FDCT4x4_2D vp10_highbd_fdct4x4_sse2
#define FDCT8x8_2D vp10_highbd_fdct8x8_sse2
#define FDCT16x16_2D vp10_highbd_fdct16x16_sse2
#include
"av1/common/x86/
vp10
_fwd_txfm_impl_sse2.h"
// NOLINT
#include
"av1/common/x86/
av1
_fwd_txfm_impl_sse2.h"
// NOLINT
#undef FDCT4x4_2D
#undef FDCT8x8_2D
#undef FDCT16x16_2D
#define FDCT32x32_2D vp10_highbd_fdct32x32_rd_sse2
#define FDCT32x32_HIGH_PRECISION 0
#include
"av1/common/x86/
vp10
_fwd_dct32x32_impl_sse2.h"
// NOLINT
#include
"av1/common/x86/
av1
_fwd_dct32x32_impl_sse2.h"
// NOLINT
#undef FDCT32x32_2D
#undef FDCT32x32_HIGH_PRECISION
#define FDCT32x32_2D vp10_highbd_fdct32x32_sse2
#define FDCT32x32_HIGH_PRECISION 1
#include
"av1/common/x86/
vp10
_fwd_dct32x32_impl_sse2.h"
// NOLINT
#include
"av1/common/x86/
av1
_fwd_dct32x32_impl_sse2.h"
// NOLINT
#undef FDCT32x32_2D
#undef FDCT32x32_HIGH_PRECISION
#undef DCT_HIGH_BIT_DEPTH
...
...
Prev
1
2
3
Next
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