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
Guillaume Martres
aom-rav1e
Commits
16a02e34
Commit
16a02e34
authored
Jan 09, 2012
by
Johann
Committed by
Gerrit Code Review
Jan 09, 2012
Browse files
Merge "Remove symbian target and associated files."
parents
80528410
7ec139cc
Changes
9
Hide whitespace changes
Inline
Side-by-side
README
View file @
16a02e34
...
...
@@ -44,11 +44,9 @@ COMPILING THE APPLICATIONS/LIBRARIES:
armv5te-linux-rvct
armv5te-linux-gcc
armv5te-symbian-gcc
armv6-darwin-gcc
armv6-linux-rvct
armv6-linux-gcc
armv6-symbian-gcc
iwmmxt-linux-rvct
iwmmxt-linux-gcc
iwmmxt2-linux-rvct
...
...
build/make/configure.sh
View file @
16a02e34
...
...
@@ -678,11 +678,9 @@ process_common_toolchain() {
case
${
tgt_cc
}
in
gcc
)
if
enabled iwmmxt
||
enabled iwmmxt2
if
enabled iwmmxt
||
enabled iwmmxt2
then
CROSS
=
${
CROSS
:-
arm
-iwmmxt-linux-gnueabi-
}
elif
enabled symbian
;
then
CROSS
=
${
CROSS
:-
arm
-none-symbianelf-
}
else
CROSS
=
${
CROSS
:-
arm
-none-linux-gnueabi-
}
fi
...
...
@@ -692,7 +690,7 @@ process_common_toolchain() {
arch_int
=
${
arch_int
%%te
}
check_add_asflags
--defsym
ARCHITECTURE
=
${
arch_int
}
tune_cflags
=
"-mtune="
if
enabled iwmmxt
||
enabled iwmmxt2
if
enabled iwmmxt
||
enabled iwmmxt2
then
check_add_asflags
-mcpu
=
${
tgt_isa
}
elif
enabled armv7
...
...
@@ -802,19 +800,6 @@ process_common_toolchain() {
fi
;;
symbian
*
)
enable
symbian
# Add the paths for the alternate libc
for
d
in
include/libc
;
do
try_dir
=
"
${
alt_libc
}
/
${
d
}
"
[
-d
"
${
try_dir
}
"
]
&&
add_cflags
-I
"
${
try_dir
}
"
done
for
d
in
release/armv5/urel
;
do
try_dir
=
"
${
alt_libc
}
/
${
d
}
"
[
-d
"
${
try_dir
}
"
]
&&
add_ldflags
-L
"
${
try_dir
}
"
done
add_cflags
-DIMPORT_C
=
esac
;;
mips
*
)
...
...
configure
View file @
16a02e34
...
...
@@ -83,12 +83,10 @@ EOF
all_platforms
=
"
${
all_platforms
}
armv5te-linux-rvct"
all_platforms
=
"
${
all_platforms
}
armv5te-linux-gcc"
all_platforms
=
"
${
all_platforms
}
armv5te-none-rvct"
all_platforms
=
"
${
all_platforms
}
armv5te-symbian-gcc"
all_platforms
=
"
${
all_platforms
}
armv6-darwin-gcc"
all_platforms
=
"
${
all_platforms
}
armv6-linux-rvct"
all_platforms
=
"
${
all_platforms
}
armv6-linux-gcc"
all_platforms
=
"
${
all_platforms
}
armv6-none-rvct"
all_platforms
=
"
${
all_platforms
}
armv6-symbian-gcc"
all_platforms
=
"
${
all_platforms
}
iwmmxt-linux-rvct"
all_platforms
=
"
${
all_platforms
}
iwmmxt-linux-gcc"
all_platforms
=
"
${
all_platforms
}
iwmmxt2-linux-rvct"
...
...
vpx_ports/vpxtypes.h
View file @
16a02e34
...
...
@@ -96,11 +96,6 @@ typedef unsigned __int64 vpxu64;
# define PRId64 "lld"
# define VPX64 PRId64
typedef
long
vpxs64
;
#elif defined(__SYMBIAN32__)
# undef PRId64
# define PRId64 "u"
# define VPX64 PRId64
typedef
unsigned
int
vpxs64
;
#else
# error "64 bit integer type undefined for this platform!"
#endif
...
...
vpx_scale/generic/vpxscale.c
View file @
16a02e34
...
...
@@ -27,7 +27,6 @@
/****************************************************************************
* Exports
****************************************************************************/
#ifndef VPX_NO_GLOBALS
void
(
*
vp8_vertical_band_4_5_scale
)(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
)
=
0
;
void
(
*
vp8_last_vertical_band_4_5_scale
)(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
)
=
0
;
void
(
*
vp8_vertical_band_2_3_scale
)(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
)
=
0
;
...
...
@@ -51,9 +50,6 @@ void (*vp8_vertical_band_2_1_scale_i)(unsigned char *source, unsigned int src_pi
void
(
*
vp8_horizontal_line_2_1_scale
)(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
)
=
0
;
void
(
*
vp8_horizontal_line_5_3_scale
)(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
)
=
0
;
void
(
*
vp8_horizontal_line_5_4_scale
)(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
)
=
0
;
#else
# include "vpxscale_nofp.h"
#endif
typedef
struct
{
...
...
vpx_scale/include/arm/vpxscale_nofp.h
deleted
100644 → 0
View file @
80528410
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
void
vp8cx_vertical_band_4_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_4_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_2_3_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_2_3_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_3_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_3_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_3_4_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_3_4_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_1_2_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_3_4_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_3_5_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_2_3_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_4_5_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_1_2_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_1_2_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_5_4_scale_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_5_3_scale_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_2_1_scale_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_2_1_scale_i_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_2_1_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_5_3_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_5_4_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_4_5_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_2_3_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_3_5_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_3_4_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_1_2_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vertical_band_4_5_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vertical_band_2_3_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vertical_band_3_5_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vertical_band_3_4_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vertical_band_1_2_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
#define vp8_vertical_band_4_5_scale vertical_band_4_5_scale_armv4
#define vp8_last_vertical_band_4_5_scale vp8cx_last_vertical_band_4_5_scale_c
#define vp8_vertical_band_2_3_scale vertical_band_2_3_scale_armv4
#define vp8_last_vertical_band_2_3_scale vp8cx_last_vertical_band_2_3_scale_c
#define vp8_vertical_band_3_5_scale vertical_band_3_5_scale_armv4
#define vp8_last_vertical_band_3_5_scale vp8cx_last_vertical_band_3_5_scale_c
#define vp8_vertical_band_3_4_scale vertical_band_3_4_scale_armv4
#define vp8_last_vertical_band_3_4_scale vp8cx_last_vertical_band_3_4_scale_c
#define vp8_horizontal_line_1_2_scale horizontal_line_1_2_scale_armv4
#define vp8_horizontal_line_3_5_scale horizontal_line_3_5_scale_armv4
#define vp8_horizontal_line_3_4_scale horizontal_line_3_4_scale_armv4
#define vp8_horizontal_line_4_5_scale horizontal_line_4_5_scale_armv4
#define vp8_horizontal_line_2_3_scale horizontal_line_2_3_scale_armv4
#define vp8_vertical_band_1_2_scale vertical_band_1_2_scale_armv4
#define vp8_last_vertical_band_1_2_scale vp8cx_last_vertical_band_1_2_scale_c
#define vp8_vertical_band_5_4_scale vp8cx_vertical_band_5_4_scale_c
#define vp8_vertical_band_5_3_scale vp8cx_vertical_band_5_3_scale_c
#define vp8_vertical_band_2_1_scale vp8cx_vertical_band_2_1_scale_c
#define vp8_vertical_band_2_1_scale_i vp8cx_vertical_band_2_1_scale_i_c
#define vp8_horizontal_line_2_1_scale vp8cx_horizontal_line_2_1_scale_c
#define vp8_horizontal_line_5_3_scale vp8cx_horizontal_line_5_3_scale_c
#define vp8_horizontal_line_5_4_scale vp8cx_horizontal_line_5_4_scale_c
vpx_scale/include/generic/vpxscale_nofp.h
deleted
100644 → 0
View file @
80528410
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
void
vp8cx_vertical_band_4_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_4_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_2_3_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_2_3_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_3_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_3_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_1_2_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_3_5_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_2_3_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_4_5_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_1_2_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_1_2_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_5_4_scale_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_5_3_scale_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_2_1_scale_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_2_1_scale_i_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_2_1_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_5_3_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_5_4_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
#define vp8_vertical_band_4_5_scale vp8cx_vertical_band_4_5_scale_c
#define vp8_last_vertical_band_4_5_scale vp8cx_last_vertical_band_4_5_scale_c
#define vp8_vertical_band_2_3_scale vp8cx_vertical_band_2_3_scale_c
#define vp8_last_vertical_band_2_3_scale vp8cx_last_vertical_band_2_3_scale_c
#define vp8_vertical_band_3_5_scale vp8cx_vertical_band_3_5_scale_c
#define vp8_last_vertical_band_3_5_scale vp8cx_last_vertical_band_3_5_scale_c
#define vp8_horizontal_line_1_2_scale vp8cx_horizontal_line_1_2_scale_c
#define vp8_horizontal_line_3_5_scale vp8cx_horizontal_line_3_5_scale_c
#define vp8_horizontal_line_4_5_scale vp8cx_horizontal_line_4_5_scale_c
#define vp8_horizontal_line_2_3_scale vp8cx_horizontal_line_2_3_scale_c
#define vp8_vertical_band_1_2_scale vp8cx_vertical_band_1_2_scale_c
#define vp8_last_vertical_band_1_2_scale vp8cx_last_vertical_band_1_2_scale_c
#define vp8_vertical_band_5_4_scale vp8cx_vertical_band_5_4_scale_c
#define vp8_vertical_band_5_3_scale vp8cx_vertical_band_5_3_scale_c
#define vp8_vertical_band_2_1_scale vp8cx_vertical_band_2_1_scale_c
#define vp8_vertical_band_2_1_scale_i vp8cx_vertical_band_2_1_scale_i_c
#define vp8_horizontal_line_2_1_scale vp8cx_horizontal_line_2_1_scale_c
#define vp8_horizontal_line_5_3_scale vp8cx_horizontal_line_5_3_scale_c
#define vp8_horizontal_line_5_4_scale vp8cx_horizontal_line_5_4_scale_c
vpx_scale/include/symbian/vpxscale_nofp.h
deleted
100644 → 0
View file @
80528410
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
void
vp8cx_vertical_band_4_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_4_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_2_3_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_2_3_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_3_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_3_5_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_3_4_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_3_4_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_1_2_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_3_4_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_3_5_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_2_3_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_4_5_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_1_2_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_last_vertical_band_1_2_scale_c
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_5_4_scale_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_5_3_scale_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_2_1_scale_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_vertical_band_2_1_scale_i_c
(
unsigned
char
*
source
,
unsigned
int
src_pitch
,
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_2_1_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_5_3_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vp8cx_horizontal_line_5_4_scale_c
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_4_5_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_2_3_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_3_5_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_3_4_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
horizontal_line_1_2_scale_armv4
(
const
unsigned
char
*
source
,
unsigned
int
source_width
,
unsigned
char
*
dest
,
unsigned
int
dest_width
);
void
vertical_band_4_5_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vertical_band_2_3_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vertical_band_3_5_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vertical_band_3_4_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
void
vertical_band_1_2_scale_armv4
(
unsigned
char
*
dest
,
unsigned
int
dest_pitch
,
unsigned
int
dest_width
);
#define vp8_vertical_band_4_5_scale vertical_band_4_5_scale_armv4
#define vp8_last_vertical_band_4_5_scale vp8cx_last_vertical_band_4_5_scale_c
#define vp8_vertical_band_2_3_scale vertical_band_2_3_scale_armv4
#define vp8_last_vertical_band_2_3_scale vp8cx_last_vertical_band_2_3_scale_c
#define vp8_vertical_band_3_5_scale vertical_band_3_5_scale_armv4
#define vp8_last_vertical_band_3_5_scale vp8cx_last_vertical_band_3_5_scale_c
#define vp8_vertical_band_3_4_scale vertical_band_3_4_scale_armv4
#define vp8_last_vertical_band_3_4_scale vp8cx_last_vertical_band_3_4_scale_c
#define vp8_horizontal_line_1_2_scale horizontal_line_1_2_scale_armv4
#define vp8_horizontal_line_3_5_scale horizontal_line_3_5_scale_armv4
#define vp8_horizontal_line_3_4_scale horizontal_line_3_4_scale_armv4
#define vp8_horizontal_line_4_5_scale horizontal_line_4_5_scale_armv4
#define vp8_horizontal_line_2_3_scale horizontal_line_2_3_scale_armv4
#define vp8_vertical_band_1_2_scale vertical_band_1_2_scale_armv4
#define vp8_last_vertical_band_1_2_scale vp8cx_last_vertical_band_1_2_scale_c
#define vp8_vertical_band_5_4_scale vp8cx_vertical_band_5_4_scale_c
#define vp8_vertical_band_5_3_scale vp8cx_vertical_band_5_3_scale_c
#define vp8_vertical_band_2_1_scale vp8cx_vertical_band_2_1_scale_c
#define vp8_vertical_band_2_1_scale_i vp8cx_vertical_band_2_1_scale_i_c
#define vp8_horizontal_line_2_1_scale vp8cx_horizontal_line_2_1_scale_c
#define vp8_horizontal_line_5_3_scale vp8cx_horizontal_line_5_3_scale_c
#define vp8_horizontal_line_5_4_scale vp8cx_horizontal_line_5_4_scale_c
vpx_scale/include/vpxscale_nofp.h
deleted
100644 → 0
View file @
80528410
/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#if defined(__S60_V20__) || defined(__SYMBIAN32__) && !defined(__WINS__)
#include "symbian\vpxscale_nofp.h"
#else
#include "generic\vpxscale_nofp.h"
#endif
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