Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyxc_int.h20 #if CONFIG_POSTPROC
84 #if CONFIG_POSTPROC
167 #if CONFIG_POSTPROC
Dalloccommon.c27 #if CONFIG_POSTPROC in vp8_de_alloc_frame_buffers()
104 #if CONFIG_POSTPROC in vp8_alloc_frame_buffers()
Dpostproc.c47 #if CONFIG_POSTPROC
147 #if CONFIG_POSTPROC
/external/libvpx/libvpx/vp8/
Dvp8_common.mk74 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/mfqe.c
75 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h
76 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c
91 ifeq ($(CONFIG_POSTPROC),yes)
123 ifeq ($(CONFIG_POSTPROC),yes)
Dvp8_dx_iface.c33 #define VP8_CAP_POSTPROC (CONFIG_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)
602 #if CONFIG_POSTPROC in vp8_set_postproc()
Dvp8_cx_iface.c1077 #if CONFIG_POSTPROC in vp8e_set_previewpp()
/external/libvpx/config/x86/
Dvpx_config.asm45 %define CONFIG_POSTPROC 1
Dvpx_config.h57 #define CONFIG_POSTPROC 1 macro
/external/libvpx/config/x86_64/
Dvpx_config.asm45 %define CONFIG_POSTPROC 1
Dvpx_config.h57 #define CONFIG_POSTPROC 1 macro
/external/libvpx/config/arm64/
Dvpx_config.h57 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm48 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/config/generic/
Dvpx_config.h57 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm48 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/config/arm-neon/
Dvpx_config.h57 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm48 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/libvpx/test/
Dtest.mk126 LIBVPX_TEST_SRCS-$(CONFIG_POSTPROC) += add_noise_test.cc
127 LIBVPX_TEST_SRCS-$(CONFIG_POSTPROC) += pp_filter_test.cc
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c12 #if CONFIG_POSTPROC
391 #if CONFIG_POSTPROC in vp8dx_get_raw_frame()
/external/libvpx/libvpx/vpx_ports/
Dx86_abi_support.asm396 %if CONFIG_POSTPROC=1 || CONFIG_VP9_POSTPROC=1
404 %endif ; CONFIG_POSTPROC || CONFIG_VP9_POSTPROC
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk61 ifneq ($(filter yes,$(CONFIG_POSTPROC) $(CONFIG_VP9_POSTPROC)),)
369 ifneq ($(filter yes,$(CONFIG_ENCODERS) $(CONFIG_POSTPROC) $(CONFIG_VP9_POSTPROC)),)
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c31 #if CONFIG_POSTPROC
3781 #if CONFIG_TEMPORAL_DENOISING && CONFIG_POSTPROC in encode_frame_to_data_rate()
3791 #if !(CONFIG_REALTIME_ONLY) && CONFIG_POSTPROC && !(CONFIG_TEMPORAL_DENOISING) in encode_frame_to_data_rate()
5177 #if CONFIG_POSTPROC in vp8_get_compressed_data()
5279 #if CONFIG_POSTPROC in vp8_get_preview_raw_frame()