Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/
Dvp9_common.mk64 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.h
65 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_postproc.c
66 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.h
67 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.c
68 ifeq ($(CONFIG_VP9_POSTPROC),yes)
84 ifeq ($(CONFIG_VP9_POSTPROC),yes)
Dvp9_dx_iface.c32 #define VP9_CAP_POSTPROC (CONFIG_VP9_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)
73 #if CONFIG_VP9_POSTPROC in decoder_destroy()
833 #if CONFIG_VP9_POSTPROC in ctrl_set_postproc()
Dvp9cx.mk85 ifeq ($(CONFIG_VP9_POSTPROC),yes)
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h27 #if CONFIG_VP9_POSTPROC
153 #if CONFIG_VP9_POSTPROC
260 #if CONFIG_VP9_POSTPROC
Dvp9_alloccommon.c103 #if CONFIG_VP9_POSTPROC in vp9_free_postproc_buffers()
Dvp9_postproc.c29 #if CONFIG_VP9_POSTPROC
/external/libvpx/config/x86_64/
Dvpx_config.asm47 %define CONFIG_VP9_POSTPROC 0
Dvpx_config.h59 #define CONFIG_VP9_POSTPROC 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm47 %define CONFIG_VP9_POSTPROC 0
Dvpx_config.h59 #define CONFIG_VP9_POSTPROC 0 macro
/external/libvpx/config/mips64/
Dvpx_config.h59 #define CONFIG_VP9_POSTPROC 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h59 #define CONFIG_VP9_POSTPROC 0 macro
Dvpx_config.asm50 .equ CONFIG_VP9_POSTPROC , 0 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h59 #define CONFIG_VP9_POSTPROC 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h59 #define CONFIG_VP9_POSTPROC 0 macro
Dvpx_config.asm50 .equ CONFIG_VP9_POSTPROC , 0 define
/external/libvpx/config/arm/
Dvpx_config.h59 #define CONFIG_VP9_POSTPROC 0 macro
Dvpx_config.asm50 .equ CONFIG_VP9_POSTPROC , 0 define
/external/libvpx/config/mips32/
Dvpx_config.h59 #define CONFIG_VP9_POSTPROC 0 macro
/external/libvpx/config/generic/
Dvpx_config.h59 #define CONFIG_VP9_POSTPROC 0 macro
Dvpx_config.asm50 .equ CONFIG_VP9_POSTPROC , 0 define
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c29 #if CONFIG_VP9_POSTPROC
419 #if !CONFIG_VP9_POSTPROC in vp9_get_raw_frame()
434 #if CONFIG_VP9_POSTPROC in vp9_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/vp9/encoder/
Dvp9_encoder.c32 #if CONFIG_VP9_POSTPROC
379 #if CONFIG_VP9_POSTPROC in dealloc_compressor_data()
2073 #if CONFIG_VP9_POSTPROC in vp9_remove_compressor()
3077 #if CONFIG_VP9_POSTPROC
4460 #if CONFIG_VP9_POSTPROC
4631 #if !CONFIG_VP9_POSTPROC
4639 #if CONFIG_VP9_POSTPROC
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk291 ifneq ($(filter yes,$(CONFIG_ENCODERS) $(CONFIG_POSTPROC) $(CONFIG_VP9_POSTPROC)),)

12