Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp8/common/
Donyxc_int.h21 #if CONFIG_POSTPROC
89 #if CONFIG_POSTPROC
175 #if CONFIG_POSTPROC
Dalloccommon.c28 #if CONFIG_POSTPROC in vp8_de_alloc_frame_buffers()
102 #if CONFIG_POSTPROC in vp8_alloc_frame_buffers()
Dpostproc.c313 #if CONFIG_POSTPROC
723 #if CONFIG_POSTPROC
/external/libvpx/libvpx/vp8/
Dvp8_common.mk78 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/mfqe.c
79 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h
80 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c
98 ifeq ($(CONFIG_POSTPROC),yes)
124 ifeq ($(CONFIG_POSTPROC),yes)
Dvp8_dx_iface.c32 #define VP8_CAP_POSTPROC (CONFIG_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)
629 #if CONFIG_POSTPROC in vp8_set_postproc()
651 #if CONFIG_POSTPROC_VISUALIZER && CONFIG_POSTPROC in vp8_set_dbg_color_ref_frame()
663 #if CONFIG_POSTPROC_VISUALIZER && CONFIG_POSTPROC in vp8_set_dbg_color_mb_modes()
675 #if CONFIG_POSTPROC_VISUALIZER && CONFIG_POSTPROC in vp8_set_dbg_color_b_modes()
687 #if CONFIG_POSTPROC_VISUALIZER && CONFIG_POSTPROC in vp8_set_dbg_display_mv()
/external/libvpx/config/x86_64/
Dvpx_config.asm46 %define CONFIG_POSTPROC 1
Dvpx_config.h58 #define CONFIG_POSTPROC 1 macro
/external/libvpx/config/x86/
Dvpx_config.asm46 %define CONFIG_POSTPROC 1
Dvpx_config.h58 #define CONFIG_POSTPROC 1 macro
/external/libvpx/config/mips64/
Dvpx_config.h58 #define CONFIG_POSTPROC 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h58 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm49 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h58 #define CONFIG_POSTPROC 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h58 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm49 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/config/arm/
Dvpx_config.h58 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm49 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/config/mips32/
Dvpx_config.h58 #define CONFIG_POSTPROC 0 macro
/external/libvpx/config/generic/
Dvpx_config.h58 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm49 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c13 #if CONFIG_POSTPROC
426 #if CONFIG_POSTPROC in vp8dx_get_raw_frame()
/external/libvpx/libvpx/vpx_ports/
Dx86_abi_support.asm398 %if CONFIG_POSTPROC=1 || CONFIG_VP9_POSTPROC=1
406 %endif ; CONFIG_POSTPROC || CONFIG_VP9_POSTPROC
/external/libvpx/libvpx/test/
Dtest.mk106 LIBVPX_TEST_SRCS-$(CONFIG_POSTPROC) += pp_filter_test.cc
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk291 ifneq ($(filter yes,$(CONFIG_ENCODERS) $(CONFIG_POSTPROC) $(CONFIG_VP9_POSTPROC)),)
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c30 #if CONFIG_POSTPROC
4174 #if CONFIG_TEMPORAL_DENOISING && CONFIG_POSTPROC in encode_frame_to_data_rate()
4185 #if !(CONFIG_REALTIME_ONLY) && CONFIG_POSTPROC && !(CONFIG_TEMPORAL_DENOISING) in encode_frame_to_data_rate()
5671 #if CONFIG_POSTPROC in vp8_get_compressed_data()
5811 #if CONFIG_POSTPROC in vp8_get_preview_raw_frame()

12