OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postproc
(Results
1 - 12
of
12
) sorted by null
/external/libvpx/libvpx/test/
postproc.sh
11
## This file tests the libvpx
postproc
example code. To add new tests to this
27
# Runs
postproc
using $1 as input file. $2 is the codec name, and is used
29
postproc
() {
function
30
local decoder="${LIBVPX_BIN_PATH}/
postproc
${VPX_TEST_EXE_SUFFIX}"
48
postproc
"${VP8_IVF_FILE}" vp8 || return 1
55
postproc
"${VP9_IVF_FILE}" vp9 || return 1
/external/libvpx/libvpx/
examples.mk
125
EXAMPLES-$(CONFIG_VP8_DECODER) +=
postproc
.c
126
postproc
.SRCS += ivfdec.h ivfdec.c
127
postproc
.SRCS += tools_common.h tools_common.c
128
postproc
.SRCS += video_common.h
129
postproc
.SRCS += video_reader.h video_reader.c
130
postproc
.SRCS += vpx_ports/mem_ops.h
131
postproc
.SRCS += vpx_ports/mem_ops_aligned.h
132
postproc
.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
133
postproc
.DESCRIPTION = Decoder postprocessor control
vpxdec.c
68
static const arg_def_t postprocarg = ARG_DEF(NULL, "
postproc
", 0,
101
"Enable VP8
postproc
add noise");
501
int stop_after = 0,
postproc
= 0, summary = 0, quiet = 1;
local
583
postproc
= 1;
599
postproc
= 1;
603
postproc
= 1;
607
postproc
= 1;
610
postproc
= 1;
615
postproc
= 1;
623
postproc
= 1
[
all
...]
configure
308
postproc
368
postproc
479
! enabled
postproc
&& ! enabled vp9_postproc && DIST_DIR="${DIST_DIR}-nopost"
719
case $toolchain in x86*|ppc*|universal*) soft_enable
postproc
;; esac
722
enabled
postproc
|| die "postproc_visualizer requires
postproc
to be enabled"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk
98
EXAMPLES-$(CONFIG_VP8_DECODER) +=
postproc
.c
99
postproc
.SRCS += ivfdec.h ivfdec.c
100
postproc
.SRCS += tools_common.h tools_common.c
101
postproc
.SRCS += video_common.h
102
postproc
.SRCS += video_reader.h video_reader.c
103
postproc
.SRCS += vpx_ports/mem_ops.h
104
postproc
.SRCS += vpx_ports/mem_ops_aligned.h
105
postproc
.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
106
postproc
.DESCRIPTION = Decoder postprocessor control
vpxdec.c
64
static const arg_def_t postprocarg = ARG_DEF(NULL, "
postproc
", 0,
96
"Enable VP8
postproc
add noise");
495
int stop_after = 0,
postproc
= 0, summary = 0, quiet = 1;
local
568
postproc
= 1;
584
postproc
= 1;
588
postproc
= 1;
592
postproc
= 1;
595
postproc
= 1;
600
postproc
= 1;
608
postproc
= 1
[
all
...]
configure
296
postproc
352
postproc
461
! enabled
postproc
&& ! enabled vp9_postproc && DIST_DIR="${DIST_DIR}-nopost"
701
case $toolchain in x86*|ppc*|universal*) soft_enable
postproc
;; esac
704
enabled
postproc
|| die "postproc_visualizer requires
postproc
to be enabled"
/external/libvpx/libvpx/vp8/
vp8cx.mk
73
VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/
postproc
.h
74
VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/
postproc
.c
vp8_common.mk
80
VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/
postproc
.h
81
VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/
postproc
.c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8cx.mk
73
VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/
postproc
.h
74
VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/
postproc
.c
vp8_common.mk
81
VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/
postproc
.h
82
VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/
postproc
.c
/external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm
396
; On Android platforms use lrand48 when building
postproc
routines. Prior to L
Completed in 263 milliseconds