HomeSort by relevance Sort by last modified time
    Searched refs:postproc (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/
vpxdec.c 71 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 = 1
    [all...]
examples.mk 76 GEN_EXAMPLES-$(CONFIG_VP8_DECODER) += postproc.c
77 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
78 postproc.DESCRIPTION = Decoder postprocessor control
configure 283 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/
vp8cx.mk 75 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h
76 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

Completed in 63 milliseconds