Searched refs:vpx_config (Results 1 – 15 of 15) sorted by relevance
49 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 …]
36 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \37 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm44 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \45 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm72 -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.asm120 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h \122 | perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl > vpx_config.asm[all …]
50 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
221 "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",
201 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 …]
128 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") {
116 LOCAL_SRC_FILES += vpx_config.c127 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
71 sub vpx_config($) { subroutine134 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
101 rm -f vpx_config.[hc] vpx_config.asm; \
19 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {35 if (vpx_config("CONFIG_VP9") eq "yes") {
140 CODEC_SRCS-yes += $(BUILD_PFX)vpx_config.c141 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c185 vpx_config.asm \226 vpx.$(VCPROJ_SFX): vpx_config.asm353 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h359 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h364 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm370 $(filter %.S.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm371 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
442 write_common_target_config_h ${BUILD_PFX}vpx_config.h508 write_common_target_config_mk $tgt_fn ${BUILD_PFX}vpx_config.h756 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"757 cat <<EOF >> ${BUILD_PFX}vpx_config.c
11 ; 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
11 Get configuration from vpx_config.asm.
11 INCLUDE ./vpx_config.asm