Searched refs:vpx_config (Results 1 – 25 of 32) sorted by relevance
12
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 38 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") { 49 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { 51 if (vpx_config("CONFIG_EMULATE_HARDWARE") eq "yes") { 69 if (vpx_config("CONFIG_EMULATE_HARDWARE") eq "yes") { 88 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { 92 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") { 115 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") { 122 if (vpx_config("CONFIG_VP9_TEMPORAL_DENOISING") eq "yes") { 127 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { 164 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { [all …]
|
/external/libvpx/ |
D | generate_config.sh | 33 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \ 34 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm 42 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \ 43 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm 73 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \ 74 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm \ 119 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h \ 120 | awk '{print "%define " $2 " " $3}' > vpx_config.asm 122 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h \ 124 | perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl > vpx_config.asm [all …]
|
D | config.x86.mk | 11 libvpx_codec_srcs_c_x86 := $(addprefix libvpx/, $(filter-out vpx_config.c, \ 13 $(libvpx_target)/vpx_config.c
|
D | config.x86_64.mk | 12 libvpx_codec_srcs_c_x86_64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \ 14 $(libvpx_target)/vpx_config.c
|
D | config.arm64.mk | 14 libvpx_codec_srcs_c_arm64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \ 16 $(libvpx_target)/vpx_config.c
|
D | config.mips64.mk | 19 libvpx_codec_srcs_c_mips64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \ 21 $(libvpx_target)/vpx_config.c
|
D | config.arm.mk | 20 libvpx_codec_srcs_c_arm := $(addprefix libvpx/, $(filter-out vpx_config.c, \ 22 $(libvpx_target)/vpx_config.c
|
D | config.mips.mk | 23 libvpx_codec_srcs_c_mips := $(addprefix libvpx/, $(filter-out vpx_config.c, \ 25 $(libvpx_target)/vpx_config.c
|
D | README.android | 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
|
D | libvpx.mk | 13 LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_rtcd_defs.pl | 189 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { 371 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { 439 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { 484 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") { 485 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { 565 if (vpx_config("CONFIG_VP9") eq "yes") { 583 if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") { 601 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") ne "yes") { 625 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { 654 if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") { [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | rtcd_defs.pl | 114 if (vpx_config("CONFIG_POSTPROC") eq "yes") { 161 if (vpx_config("CONFIG_VP8_ENCODER") eq "yes") { 225 if (vpx_config("CONFIG_REALTIME_ONLY") ne "yes") { 233 if (vpx_config("CONFIG_TEMPORAL_DENOISING") eq "yes") {
|
/external/libvpx/libvpx/build/make/ |
D | Android.mk | 116 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
|
D | rtcd.pl | 62 sub vpx_config($) { subroutine 125 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
|
D | Makefile | 101 rm -f vpx_config.[hc] vpx_config.asm; \
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale_rtcd.pl | 9 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") { 25 if (vpx_config("CONFIG_VP9") eq "yes") {
|
/external/libvpx/libvpx/ |
D | libs.mk | 148 CODEC_SRCS-yes += $(BUILD_PFX)vpx_config.c 149 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c 206 vpx_config.asm \ 227 vpx.$(VCPROJ_SFX): vpx_config.asm 354 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h 360 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h 365 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm 371 $(filter %.S.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm 372 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
|
D | configure | 430 write_common_target_config_h ${BUILD_PFX}vpx_config.h 495 write_common_target_config_mk $tgt_fn ${BUILD_PFX}vpx_config.h 731 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */" 732 cat <<EOF >> ${BUILD_PFX}vpx_config.c
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | bitdepth_conversion_sse2.asm | 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
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | README.libvpx | 11 Get configuration from vpx_config.asm.
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct_neon.asm | 11 INCLUDE ./vpx_config.asm
|
/external/libvpx/config/generic/ |
D | libvpx_srcs.txt | 277 vpx_config.c
|
/external/libvpx/config/mips32/ |
D | libvpx_srcs.txt | 277 vpx_config.c
|
/external/libvpx/config/arm/ |
D | libvpx_srcs.txt | 277 vpx_config.c
|
/external/libvpx/config/mips64/ |
D | libvpx_srcs.txt | 277 vpx_config.c
|
12