Home
last modified time | relevance | path

Searched refs:CONFIG_SPATIAL_SVC (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_codec.mk19 API_SRCS-$(CONFIG_SPATIAL_SVC) += src/svc_encodeframe.c
20 API_SRCS-$(CONFIG_SPATIAL_SVC) += svc_context.h
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h17 #if CONFIG_SPATIAL_SVC
Dvp9_svc_layercontext.c593 #if CONFIG_SPATIAL_SVC
Dvp9_encoder.c4189 #if CONFIG_SPATIAL_SVC
4236 #if CONFIG_SPATIAL_SVC
/external/libvpx/config/x86_64/
Dvpx_config.asm83 %define CONFIG_SPATIAL_SVC 0
Dvpx_config.h95 #define CONFIG_SPATIAL_SVC 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm83 %define CONFIG_SPATIAL_SVC 0
Dvpx_config.h95 #define CONFIG_SPATIAL_SVC 0 macro
/external/libvpx/config/mips64/
Dvpx_config.h95 #define CONFIG_SPATIAL_SVC 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h95 #define CONFIG_SPATIAL_SVC 0 macro
Dvpx_config.asm86 .equ CONFIG_SPATIAL_SVC , 0 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h95 #define CONFIG_SPATIAL_SVC 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h95 #define CONFIG_SPATIAL_SVC 0 macro
Dvpx_config.asm86 .equ CONFIG_SPATIAL_SVC , 0 define
/external/libvpx/config/arm/
Dvpx_config.h95 #define CONFIG_SPATIAL_SVC 0 macro
Dvpx_config.asm86 .equ CONFIG_SPATIAL_SVC , 0 define
/external/libvpx/config/mips32/
Dvpx_config.h95 #define CONFIG_SPATIAL_SVC 0 macro
/external/libvpx/config/generic/
Dvpx_config.h95 #define CONFIG_SPATIAL_SVC 0 macro
Dvpx_config.asm86 .equ CONFIG_SPATIAL_SVC , 0 define
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c218 #if CONFIG_SPATIAL_SVC in validate_config()
503 #if CONFIG_SPATIAL_SVC in set_encoder_config()
513 #if CONFIG_SPATIAL_SVC in set_encoder_config()
1072 #if CONFIG_SPATIAL_SVC in encoder_encode()
1147 #if CONFIG_SPATIAL_SVC in encoder_encode()
/external/libvpx/libvpx/test/
Dtest.mk152 LIBVPX_TEST_SRCS-$(CONFIG_SPATIAL_SVC) += svc_test.cc
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c458 #if CONFIG_SPATIAL_SVC in vpx_svc_init()
535 #if CONFIG_SPATIAL_SVC in vpx_svc_encode()
/external/libvpx/libvpx/
Dlibs.mk91 INSTALL-LIBS-$(CONFIG_SPATIAL_SVC) += include/vpx/svc_context.h
125 INSTALL-LIBS-$(CONFIG_SPATIAL_SVC) += include/vpx/svc_context.h
Dexamples.mk100 ifeq ($(CONFIG_SPATIAL_SVC),yes)