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
154 #if CONFIG_POSTPROC
/external/libvpx/libvpx/vp8/
Dvp8_common.mk75 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/mfqe.c
76 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h
77 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c
94 ifeq ($(CONFIG_POSTPROC),yes)
126 ifeq ($(CONFIG_POSTPROC),yes)
Dvp8_dx_iface.c33 #define VP8_CAP_POSTPROC (CONFIG_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)
601 #if CONFIG_POSTPROC in vp8_set_postproc()
Dvp8_cx_iface.c1037 #if CONFIG_POSTPROC in vp8e_set_previewpp()
/external/libvpx/config/x86_64/
Dvpx_config.asm45 %define CONFIG_POSTPROC 1
Dvpx_config.h57 #define CONFIG_POSTPROC 1 macro
/external/libvpx/config/x86/
Dvpx_config.asm45 %define CONFIG_POSTPROC 1
Dvpx_config.h57 #define CONFIG_POSTPROC 1 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h57 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm49 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/config/generic/
Dvpx_config.h57 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm49 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/config/arm64/
Dvpx_config.h57 #define CONFIG_POSTPROC 0 macro
Dvpx_config.asm49 .equ CONFIG_POSTPROC , 0 define
/external/libvpx/libvpx/test/
Dtest.mk124 LIBVPX_TEST_SRCS-$(CONFIG_POSTPROC) += add_noise_test.cc
125 LIBVPX_TEST_SRCS-$(CONFIG_POSTPROC) += pp_filter_test.cc
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c12 #if CONFIG_POSTPROC
394 #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.mk63 ifneq ($(filter yes,$(CONFIG_POSTPROC) $(CONFIG_VP9_POSTPROC)),)
368 ifneq ($(filter yes,$(CONFIG_ENCODERS) $(CONFIG_POSTPROC) $(CONFIG_VP9_POSTPROC)),)
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c31 #if CONFIG_POSTPROC
3780 #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()
5164 #if CONFIG_POSTPROC in vp8_get_compressed_data()
5266 #if CONFIG_POSTPROC in vp8_get_preview_raw_frame()