Home
last modified time | relevance | path

Searched refs:vpx_config (Results 1 – 17 of 17) 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") {
137 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
166 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.bp249 "config/arm-neon/vpx_config.c",
492 "config/arm64/vpx_config.c",
642 "config/generic/vpx_config.c",
833 "config/x86/vpx_config.c",
1068 "config/x86_64/vpx_config.c",
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_rtcd_defs.pl208 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
366 if (vpx_config("CONFIG_VP9") eq "yes") {
408 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
437 if (vpx_config("CONFIG_VP9") eq "yes") {
478 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
523 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
524 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
606 if (vpx_config("CONFIG_VP9") eq "yes") {
624 if (vpx_config("CONFIG_EMULATE_HARDWARE") ne "yes") {
642 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") ne "yes") {
[all …]
/external/exoplayer/tree/extensions/vp9/src/main/jni/
Dlibvpx.mk27 LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
36 LOCAL_SRC_FILES := libvpx_android_configs/$(TARGET_ARCH_ABI)/vpx_config.c
37 LOCAL_SRC_FILES += $(addprefix libvpx/, $(filter-out vpx_config.c, \
/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/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/build/make/
DAndroid.mk99 LOCAL_SRC_FILES += vpx_config.c
110 LOCAL_CODEC_SRCS_C = $(filter-out vpx_config.c %_neon.c, $(CODEC_SRCS_C))
163 -DHAVE_CONFIG_H=vpx_config.h \
192 $$(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/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc191 vpx_codec_enc_cfg_t* vpx_config) { in ApplyVp8EncoderConfigToVpxConfig() argument
195 vpx_config->ts_number_layers = ts_config.ts_number_layers; in ApplyVp8EncoderConfigToVpxConfig()
198 std::begin(vpx_config->ts_target_bitrate)); in ApplyVp8EncoderConfigToVpxConfig()
201 std::begin(vpx_config->ts_rate_decimator)); in ApplyVp8EncoderConfigToVpxConfig()
202 vpx_config->ts_periodicity = ts_config.ts_periodicity; in ApplyVp8EncoderConfigToVpxConfig()
204 std::begin(vpx_config->ts_layer_id)); in ApplyVp8EncoderConfigToVpxConfig()
206 vpx_config->ts_number_layers = 1; in ApplyVp8EncoderConfigToVpxConfig()
207 vpx_config->ts_rate_decimator[0] = 1; in ApplyVp8EncoderConfigToVpxConfig()
208 vpx_config->ts_periodicity = 1; in ApplyVp8EncoderConfigToVpxConfig()
209 vpx_config->ts_layer_id[0] = 0; in ApplyVp8EncoderConfigToVpxConfig()
[all …]
/external/libvpx/libvpx/
Dlibs.mk140 CODEC_SRCS-yes += $(BUILD_PFX)vpx_config.c
141 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
184 vpx_config.asm \
225 vpx.$(VCPROJ_SFX): vpx_config.asm
352 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
358 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
363 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
369 $(filter %.S.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
370 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm
Dconfigure454 write_common_target_config_h ${BUILD_PFX}vpx_config.h
520 write_common_target_config_mk $tgt_fn ${BUILD_PFX}vpx_config.h
782 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"
783 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