Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/common/
Dvp9_rtcd_defs.pl38 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/
Dgenerate_config.sh33 -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 …]
Dconfig.x86.mk11 libvpx_codec_srcs_c_x86 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
13 $(libvpx_target)/vpx_config.c
Dconfig.x86_64.mk12 libvpx_codec_srcs_c_x86_64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
14 $(libvpx_target)/vpx_config.c
Dconfig.arm64.mk14 libvpx_codec_srcs_c_arm64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
16 $(libvpx_target)/vpx_config.c
Dconfig.mips64.mk19 libvpx_codec_srcs_c_mips64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
21 $(libvpx_target)/vpx_config.c
Dconfig.arm.mk20 libvpx_codec_srcs_c_arm := $(addprefix libvpx/, $(filter-out vpx_config.c, \
22 $(libvpx_target)/vpx_config.c
Dconfig.mips.mk23 libvpx_codec_srcs_c_mips := $(addprefix libvpx/, $(filter-out vpx_config.c, \
25 $(libvpx_target)/vpx_config.c
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
Dlibvpx.mk13 LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_rtcd_defs.pl189 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/
Drtcd_defs.pl114 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/
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.pl62 sub vpx_config($) { subroutine
125 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.pl9 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
25 if (vpx_config("CONFIG_VP9") eq "yes") {
/external/libvpx/libvpx/
Dlibs.mk148 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
Dconfigure430 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/
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
/external/libvpx/config/generic/
Dlibvpx_srcs.txt277 vpx_config.c
/external/libvpx/config/mips32/
Dlibvpx_srcs.txt277 vpx_config.c
/external/libvpx/config/arm/
Dlibvpx_srcs.txt277 vpx_config.c
/external/libvpx/config/mips64/
Dlibvpx_srcs.txt277 vpx_config.c

12