HomeSort by relevance Sort by last modified time
    Searched refs:postproc (Results 1 - 13 of 13) 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
  /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