Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
1009f765
Commit
1009f765
authored
Dec 03, 2012
by
Johann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use 'vpx_scale' consistently
Change-Id: I178352813d2b8702d081caf405de9dbad9af2cc3
parent
74050401
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
19 additions
and
19 deletions
+19
-19
vp8/common/postproc.c
vp8/common/postproc.c
+1
-1
vp8/decoder/decodframe.c
vp8/decoder/decodframe.c
+1
-1
vp8/decoder/onyxd_if.c
vp8/decoder/onyxd_if.c
+1
-1
vp8/encoder/firstpass.c
vp8/encoder/firstpass.c
+1
-1
vp8/encoder/onyx_if.c
vp8/encoder/onyx_if.c
+1
-1
vp8/encoder/picklpf.c
vp8/encoder/picklpf.c
+1
-1
vp8/encoder/temporal_filter.c
vp8/encoder/temporal_filter.c
+1
-1
vp9/common/vp9_postproc.c
vp9/common/vp9_postproc.c
+1
-1
vp9/decoder/vp9_decodframe.c
vp9/decoder/vp9_decodframe.c
+1
-1
vp9/decoder/vp9_onyxd_if.c
vp9/decoder/vp9_onyxd_if.c
+1
-1
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_firstpass.c
+1
-1
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_if.c
+1
-1
vp9/encoder/vp9_picklpf.c
vp9/encoder/vp9_picklpf.c
+1
-1
vp9/encoder/vp9_temporal_filter.c
vp9/encoder/vp9_temporal_filter.c
+1
-1
vpx_scale/generic/gen_scalers.c
vpx_scale/generic/gen_scalers.c
+1
-1
vpx_scale/generic/vpx_scale.c
vpx_scale/generic/vpx_scale.c
+0
-0
vpx_scale/generic/yv12extend.c
vpx_scale/generic/yv12extend.c
+1
-1
vpx_scale/vpx_scale.h
vpx_scale/vpx_scale.h
+0
-0
vpx_scale/vpx_scale.mk
vpx_scale/vpx_scale.mk
+2
-2
vpx_scale/win32/scaleopt.c
vpx_scale/win32/scaleopt.c
+1
-1
No files found.
vp8/common/postproc.c
View file @
1009f765
...
...
@@ -15,7 +15,7 @@
#include "vpx_scale/yv12config.h"
#include "postproc.h"
#include "common.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "systemdependent.h"
#include <limits.h>
...
...
vp8/decoder/decodframe.c
View file @
1009f765
...
...
@@ -21,7 +21,7 @@
#include "vp8/common/alloccommon.h"
#include "vp8/common/entropymode.h"
#include "vp8/common/quant_common.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp8/common/setupintrarecon.h"
#include "decodemv.h"
...
...
vp8/decoder/onyxd_if.c
View file @
1009f765
...
...
@@ -26,7 +26,7 @@
#include "vp8/common/quant_common.h"
#include "./vpx_scale_rtcd.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp8/common/systemdependent.h"
#include "vpx_ports/vpx_timer.h"
#include "detokenize.h"
...
...
vp8/encoder/firstpass.c
View file @
1009f765
...
...
@@ -21,7 +21,7 @@
#include "vp8/common/systemdependent.h"
#include "mcomp.h"
#include "firstpass.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "encodemb.h"
#include "vp8/common/extend.h"
#include "vpx_mem/vpx_mem.h"
...
...
vp8/encoder/onyx_if.c
View file @
1009f765
...
...
@@ -20,7 +20,7 @@
#include "mcomp.h"
#include "firstpass.h"
#include "psnr.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp8/common/extend.h"
#include "ratectrl.h"
#include "vp8/common/quant_common.h"
...
...
vp8/encoder/picklpf.c
View file @
1009f765
...
...
@@ -14,7 +14,7 @@
#include "onyx_int.h"
#include "quantize.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp8/common/alloccommon.h"
#include "vp8/common/loopfilter.h"
#if ARCH_ARM
...
...
vp8/encoder/temporal_filter.c
View file @
1009f765
...
...
@@ -17,7 +17,7 @@
#include "mcomp.h"
#include "firstpass.h"
#include "psnr.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp8/common/extend.h"
#include "ratectrl.h"
#include "vp8/common/quant_common.h"
...
...
vp9/common/vp9_postproc.c
View file @
1009f765
...
...
@@ -13,7 +13,7 @@
#include "vpx_scale/yv12config.h"
#include "vp9/common/vp9_postproc.h"
#include "vp9/common/vp9_textblit.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp9/common/vp9_systemdependent.h"
#include "./vp9_rtcd.h"
#include "./vpx_scale_rtcd.h"
...
...
vp9/decoder/vp9_decodframe.c
View file @
1009f765
...
...
@@ -20,7 +20,7 @@
#include "vp9/common/vp9_alloccommon.h"
#include "vp9/common/vp9_entropymode.h"
#include "vp9/common/vp9_quant_common.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp9/common/vp9_setupintrarecon.h"
#include "vp9/decoder/vp9_decodemv.h"
...
...
vp9/decoder/vp9_onyxd_if.c
View file @
1009f765
...
...
@@ -23,7 +23,7 @@
#include <assert.h>
#include "vp9/common/vp9_quant_common.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp9/common/vp9_systemdependent.h"
#include "vpx_ports/vpx_timer.h"
#include "vp9/decoder/vp9_decodframe.h"
...
...
vp9/encoder/vp9_firstpass.c
View file @
1009f765
...
...
@@ -17,7 +17,7 @@
#include "vp9/common/vp9_setupintrarecon.h"
#include "vp9/encoder/vp9_mcomp.h"
#include "vp9/encoder/vp9_firstpass.h"
#include "vpx_scale/vpxscale.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"
...
...
vp9/encoder/vp9_onyx_if.c
View file @
1009f765
...
...
@@ -18,7 +18,7 @@
#include "vp9/encoder/vp9_mcomp.h"
#include "vp9/encoder/vp9_firstpass.h"
#include "vp9/encoder/vp9_psnr.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp9/common/vp9_extend.h"
#include "vp9/encoder/vp9_ratectrl.h"
#include "vp9/common/vp9_quant_common.h"
...
...
vp9/encoder/vp9_picklpf.c
View file @
1009f765
...
...
@@ -14,7 +14,7 @@
#include "vp9/encoder/vp9_picklpf.h"
#include "vp9/encoder/vp9_quantize.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp9/common/vp9_alloccommon.h"
#include "vp9/common/vp9_loopfilter.h"
#include "./vpx_scale_rtcd.h"
...
...
vp9/encoder/vp9_temporal_filter.c
View file @
1009f765
...
...
@@ -17,7 +17,7 @@
#include "vp9/encoder/vp9_mcomp.h"
#include "vp9/encoder/vp9_firstpass.h"
#include "vp9/encoder/vp9_psnr.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vp9/common/vp9_extend.h"
#include "vp9/encoder/vp9_ratectrl.h"
#include "vp9/common/vp9_quant_common.h"
...
...
vpx_scale/generic/gen_scalers.c
View file @
1009f765
...
...
@@ -9,7 +9,7 @@
*/
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vpx_mem/vpx_mem.h"
/****************************************************************************
* Imports
...
...
vpx_scale/generic/vpxscale.c
→
vpx_scale/generic/vpx
_
scale.c
View file @
1009f765
File moved
vpx_scale/generic/yv12extend.c
View file @
1009f765
...
...
@@ -11,7 +11,7 @@
#include "vpx_scale/yv12config.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
/****************************************************************************
* Exports
...
...
vpx_scale/vpxscale.h
→
vpx_scale/vpx
_
scale.h
View file @
1009f765
File moved
vpx_scale/vpx_scale.mk
View file @
1009f765
SCALE_SRCS-yes
+=
vpx_scale.mk
SCALE_SRCS-yes
+=
yv12config.h
SCALE_SRCS-yes
+=
vpxscale.h
SCALE_SRCS-yes
+=
generic/vpxscale.c
SCALE_SRCS-yes
+=
vpx
_
scale.h
SCALE_SRCS-yes
+=
generic/vpx
_
scale.c
SCALE_SRCS-yes
+=
generic/yv12config.c
SCALE_SRCS-yes
+=
generic/yv12extend.c
SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING)
+=
generic/gen_scalers.c
...
...
vpx_scale/win32/scaleopt.c
View file @
1009f765
...
...
@@ -23,7 +23,7 @@
****************************************************************************/
__declspec
(
align
(
16
))
const
static
unsigned
short
round_values
[]
=
{
128
,
128
,
128
,
128
};
#include "vpx_scale/vpxscale.h"
#include "vpx_scale/vpx
_
scale.h"
#include "vpx_mem/vpx_mem.h"
__declspec
(
align
(
16
))
const
static
unsigned
short
const54_2
[]
=
{
0
,
64
,
128
,
192
};
...
...
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