/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 21 #if CONFIG_POSTPROC 89 #if CONFIG_POSTPROC 175 #if CONFIG_POSTPROC
|
D | alloccommon.c | 28 #if CONFIG_POSTPROC in vp8_de_alloc_frame_buffers() 102 #if CONFIG_POSTPROC in vp8_alloc_frame_buffers()
|
D | postproc.c | 313 #if CONFIG_POSTPROC 723 #if CONFIG_POSTPROC
|
/external/libvpx/libvpx/vp8/ |
D | vp8_common.mk | 78 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)
|
D | vp8_dx_iface.c | 32 #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/ |
D | vpx_config.asm | 46 %define CONFIG_POSTPROC 1
|
D | vpx_config.h | 58 #define CONFIG_POSTPROC 1 macro
|
/external/libvpx/config/x86/ |
D | vpx_config.asm | 46 %define CONFIG_POSTPROC 1
|
D | vpx_config.h | 58 #define CONFIG_POSTPROC 1 macro
|
/external/libvpx/config/mips64/ |
D | vpx_config.h | 58 #define CONFIG_POSTPROC 0 macro
|
/external/libvpx/config/arm64/ |
D | vpx_config.h | 58 #define CONFIG_POSTPROC 0 macro
|
D | vpx_config.asm | 49 .equ CONFIG_POSTPROC , 0 define
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_config.h | 58 #define CONFIG_POSTPROC 0 macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_config.h | 58 #define CONFIG_POSTPROC 0 macro
|
D | vpx_config.asm | 49 .equ CONFIG_POSTPROC , 0 define
|
/external/libvpx/config/arm/ |
D | vpx_config.h | 58 #define CONFIG_POSTPROC 0 macro
|
D | vpx_config.asm | 49 .equ CONFIG_POSTPROC , 0 define
|
/external/libvpx/config/mips32/ |
D | vpx_config.h | 58 #define CONFIG_POSTPROC 0 macro
|
/external/libvpx/config/generic/ |
D | vpx_config.h | 58 #define CONFIG_POSTPROC 0 macro
|
D | vpx_config.asm | 49 .equ CONFIG_POSTPROC , 0 define
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 13 #if CONFIG_POSTPROC 426 #if CONFIG_POSTPROC in vp8dx_get_raw_frame()
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 398 %if CONFIG_POSTPROC=1 || CONFIG_VP9_POSTPROC=1 406 %endif ; CONFIG_POSTPROC || CONFIG_VP9_POSTPROC
|
/external/libvpx/libvpx/test/ |
D | test.mk | 106 LIBVPX_TEST_SRCS-$(CONFIG_POSTPROC) += pp_filter_test.cc
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp.mk | 291 ifneq ($(filter yes,$(CONFIG_ENCODERS) $(CONFIG_POSTPROC) $(CONFIG_VP9_POSTPROC)),)
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 30 #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()
|