Searched refs:postproc (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/
H A Dvpxdec.c71 static const arg_def_t postprocarg = ARG_DEF(NULL, "postproc", 0,
104 "Enable VP8 postproc add noise");
673 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local
747 postproc = 1;
761 postproc = 1;
765 postproc = 1;
769 postproc = 1;
772 postproc = 1;
777 postproc = 1;
785 postproc
[all...]
H A Dexamples.mk76 GEN_EXAMPLES-$(CONFIG_VP8_DECODER) += postproc.c
77 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
78 postproc.DESCRIPTION = Decoder postprocessor control
H A Dconfigure283 postproc
338 postproc
445 ! enabled postproc && ! enabled vp9_postproc && DIST_DIR="${DIST_DIR}-nopost"
684 case $toolchain in x86*|ppc*|universal*) soft_enable postproc;; esac
687 enabled postproc || die "postproc_visualizer requires postproc to be enabled"
/external/libvpx/libvpx/vp8/
H A Dvp8cx.mk75 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h
76 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.c
H A Dvp8_common.mk81 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h
82 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c

Completed in 2739 milliseconds