Home
last modified time | relevance | path

Searched refs:vpx_config (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_rtcd_defs.pl49 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") {
67 if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") {
73 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") ne "yes") {
82 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
86 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") {
105 if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") {
115 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
122 if (vpx_config("CONFIG_VP9_TEMPORAL_DENOISING") eq "yes") {
139 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
172 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") ne "yes") {
[all …]
/external/libvpx/
Dgenerate_config.sh36 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
37 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
44 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
45 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
72 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
73 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm \
116 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h \
117 | awk '{print "%define " $2 " " $3}' > vpx_config.asm
120 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h \
122 | perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl > vpx_config.asm
[all …]
DREADME.android50 Configuration for the build is taken from vpx_config.h for each platform.
54 A tool to verify vpx_config.h and vpx_config.asm are matched. This also
DAndroid.bp221 "config/arm-neon/vpx_config.c",
467 "config/arm64/vpx_config.c",
619 "config/generic/vpx_config.c",
813 "config/x86/vpx_config.c",
1051 "config/x86_64/vpx_config.c",
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_rtcd_defs.pl201 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
399 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
467 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
512 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
513 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
595 if (vpx_config("CONFIG_VP9") eq "yes") {
613 if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") {
631 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") ne "yes") {
655 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
683 if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") {
[all …]
/external/libvpx/libvpx/vp8/common/
Drtcd_defs.pl128 if (vpx_config("CONFIG_POSTPROC") eq "yes") {
175 if (vpx_config("CONFIG_VP8_ENCODER") eq "yes") {
237 if (vpx_config("CONFIG_REALTIME_ONLY") ne "yes") {
245 if (vpx_config("CONFIG_TEMPORAL_DENOISING") eq "yes") {
/external/libvpx/libvpx/build/make/
DAndroid.mk116 LOCAL_SRC_FILES += vpx_config.c
127 LOCAL_CODEC_SRCS_C = $(filter-out vpx_config.c %_neon.c, $(CODEC_SRCS_C))
180 -DHAVE_CONFIG_H=vpx_config.h \
206 $$(rtcd_dep_template_SRCS): vpx_config.asm
Drtcd.pl71 sub vpx_config($) { subroutine
134 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
DMakefile101 rm -f vpx_config.[hc] vpx_config.asm; \
/external/libvpx/libvpx/vpx_scale/
Dvpx_scale_rtcd.pl19 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
35 if (vpx_config("CONFIG_VP9") eq "yes") {
/external/libvpx/libvpx/
Dlibs.mk140 CODEC_SRCS-yes += $(BUILD_PFX)vpx_config.c
141 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
185 vpx_config.asm \
226 vpx.$(VCPROJ_SFX): vpx_config.asm
353 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
359 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
364 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
370 $(filter %.S.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
371 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
Dconfigure442 write_common_target_config_h ${BUILD_PFX}vpx_config.h
508 write_common_target_config_mk $tgt_fn ${BUILD_PFX}vpx_config.h
756 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"
757 cat <<EOF >> ${BUILD_PFX}vpx_config.c
/external/libvpx/libvpx/vpx_dsp/x86/
Dbitdepth_conversion_sse2.asm11 ; TODO(johannkoenig): Add the necessary include guards to vpx_config.asm.
12 ; vpx_config.asm is not guarded so can not be included twice. Because this will
/external/libvpx/libvpx/third_party/x86inc/
DREADME.libvpx11 Get configuration from vpx_config.asm.
/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.asm11 INCLUDE ./vpx_config.asm