Searched refs:vpx_config (Results 1 – 17 of 17) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 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") { 137 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { 166 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") ne "yes") { [all …]
|
/external/libvpx/ |
D | generate_config.sh | 36 -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 …]
|
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 | Android.bp | 249 "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/ |
D | vpx_dsp_rtcd_defs.pl | 208 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/ |
D | libvpx.mk | 27 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/ |
D | rtcd_defs.pl | 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") {
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale_rtcd.pl | 19 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") { 35 if (vpx_config("CONFIG_VP9") eq "yes") {
|
/external/libvpx/libvpx/build/make/ |
D | Android.mk | 99 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
|
D | rtcd.pl | 71 sub vpx_config($) { subroutine 134 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
|
D | Makefile | 101 rm -f vpx_config.[hc] vpx_config.asm; \
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_encoder.cc | 191 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/ |
D | libs.mk | 140 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
|
D | configure | 454 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/ |
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
|