Home
last modified time | relevance | path

Searched refs:CONFIG_POSTPROC (Results 1 – 17 of 17) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxc_int.h21 #if CONFIG_POSTPROC
89 #if CONFIG_POSTPROC
175 #if CONFIG_POSTPROC
Dalloccommon.c27 #if CONFIG_POSTPROC in vp8_de_alloc_frame_buffers()
101 #if CONFIG_POSTPROC in vp8_alloc_frame_buffers()
Dpostproc.c716 #if CONFIG_POSTPROC
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvpx_config.h62 #define CONFIG_POSTPROC 1 macro
Dvpx_config.asm50 CONFIG_POSTPROC equ 1 define
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvpx_config.h63 #define CONFIG_POSTPROC 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvpx_config.h63 #define CONFIG_POSTPROC 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvpx_config.h63 #define CONFIG_POSTPROC 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvpx_config.h63 #define CONFIG_POSTPROC 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvpx_config.h63 #define CONFIG_POSTPROC 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_common.mk80 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/mfqe.c
81 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h
82 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c
110 ifeq ($(CONFIG_POSTPROC),yes)
Dvp8_dx_iface.c28 #define VP8_CAP_POSTPROC (CONFIG_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)
778 #if CONFIG_POSTPROC in vp8_set_postproc()
803 #if CONFIG_POSTPROC_VISUALIZER && CONFIG_POSTPROC in vp8_set_dbg_options()
Dvp8_cx_iface.c1025 #if CONFIG_POSTPROC in vp8e_set_previewpp()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c13 #if CONFIG_POSTPROC
435 #if CONFIG_POSTPROC in vp8dx_get_raw_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c476 #if CONFIG_POSTPROC_VISUALIZER && CONFIG_POSTPROC in set_dbg_options()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c28 #if CONFIG_POSTPROC
3846 #if !(CONFIG_REALTIME_ONLY) && CONFIG_POSTPROC && !(CONFIG_TEMPORAL_DENOISING) in encode_frame_to_data_rate()
5300 #if CONFIG_POSTPROC in vp8_get_compressed_data()
5448 #if CONFIG_POSTPROC in vp8_get_preview_raw_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dtest.mk77 LIBVPX_TEST_SRCS-$(CONFIG_POSTPROC) += pp_filter_test.cc