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

  /external/libvpx/
examples.mk 58 GEN_EXAMPLES-$(CONFIG_DECODERS) += postproc.c
59 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
60 postproc.DESCRIPTION = Decoder postprocessor control
vpxdec.c 80 static const arg_def_t postprocarg = ARG_DEF(NULL, "postproc", 0,
108 "Enable VP8 postproc add noise");
704 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local
773 postproc = 1;
786 postproc = 1;
792 postproc = 1;
798 postproc = 1;
805 postproc = 1;
816 postproc = 1;
825 postproc = 1
    [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 22 #include "postproc.h"
76 vp8_postproc_rtcd_vtable_t postproc; member in struct:VP8_COMMON_RTCD

Completed in 2360 milliseconds