OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vpx_scale_rtcd
(Results
1 - 25
of
77
) sorted by null
1
2
3
4
/external/libvpx/libvpx/vpx_scale/
vpx_scale.mk
8
SCALE_SRCS-yes +=
vpx_scale_rtcd
.c
9
SCALE_SRCS-yes +=
vpx_scale_rtcd
.pl
16
$(eval $(call rtcd_h_template,
vpx_scale_rtcd
,vpx_scale/
vpx_scale_rtcd
.pl))
vpx_scale_rtcd.c
12
#include "./
vpx_scale_rtcd
.h"
15
void
vpx_scale_rtcd
()
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd.c
15
extern void
vpx_scale_rtcd
(void);
19
vpx_scale_rtcd
();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_rtcd.c
15
void
vpx_scale_rtcd
(void);
18
vpx_scale_rtcd
();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale_rtcd.c
12
#include "
vpx_scale_rtcd
.h"
15
void
vpx_scale_rtcd
()
function
vpx_scale.mk
9
SCALE_SRCS-yes +=
vpx_scale_rtcd
.c
10
SCALE_SRCS-yes +=
vpx_scale_rtcd
.pl
26
$(eval $(call rtcd_h_template,
vpx_scale_rtcd
,vpx_scale/
vpx_scale_rtcd
.pl))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
yv12extend_arm.c
11
#include "./
vpx_scale_rtcd
.h"
/external/libvpx/libvpx/test/
test_libvpx.cc
26
extern void
vpx_scale_rtcd
();
73
vpx_scale_rtcd
();
/external/libvpx/config/arm/
vpx_scale_rtcd.h
52
void
vpx_scale_rtcd
(void);
/external/libvpx/config/arm-neon/
vpx_scale_rtcd.h
52
void
vpx_scale_rtcd
(void);
/external/libvpx/config/arm64/
vpx_scale_rtcd.h
52
void
vpx_scale_rtcd
(void);
/external/libvpx/config/generic/
vpx_scale_rtcd.h
52
void
vpx_scale_rtcd
(void);
/external/libvpx/config/mips32/
vpx_scale_rtcd.h
52
void
vpx_scale_rtcd
(void);
/external/libvpx/config/mips32-dspr2/
vpx_scale_rtcd.h
54
void
vpx_scale_rtcd
(void);
/external/libvpx/config/mips64/
vpx_scale_rtcd.h
52
void
vpx_scale_rtcd
(void);
/external/libvpx/config/x86/
vpx_scale_rtcd.h
52
void
vpx_scale_rtcd
(void);
/external/libvpx/config/x86_64/
vpx_scale_rtcd.h
52
void
vpx_scale_rtcd
(void);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_scale_rtcd.h
48
void
vpx_scale_rtcd
(void);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_scale_rtcd.h
51
void
vpx_scale_rtcd
(void);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_scale_rtcd.h
48
void
vpx_scale_rtcd
(void);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_scale_rtcd.h
48
void
vpx_scale_rtcd
(void);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_scale_rtcd.h
50
void
vpx_scale_rtcd
(void);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_scale_rtcd.h
52
void
vpx_scale_rtcd
(void);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/
UPDATING
46
vpx_scale_rtcd
.h
/external/libvpx/
generate_config.sh
99
--sym=
vpx_scale_rtcd
\
102
$BASE_DIR/$LIBVPX_SRC_DIR/vpx_scale/
vpx_scale_rtcd
.pl \
103
> $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/
vpx_scale_rtcd
.h
Completed in 798 milliseconds
1
2
3
4