Searched refs:vpx_config (Results 1 - 25 of 34) sorted by relevance

12

/external/libvpx/
H A Dconfig.arm64.mk11 # vpx_config.c is an auto-generated file in $(libvpx_target).
12 libvpx_codec_srcs_c_arm64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
14 $(libvpx_target)/vpx_config.c
H A Dconfig.mips64.mk11 # vpx_config.c is an auto-generated file in $(libvpx_target).
12 libvpx_codec_srcs_c_mips64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
14 $(libvpx_target)/vpx_config.c
H A Dconfig.x86_64.mk11 # vpx_config.c is an auto-generated file in $(libvpx_target).
12 libvpx_codec_srcs_c_x86_64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
14 $(libvpx_target)/vpx_config.c
H A Dconfig.arm.mk17 # vpx_config.c is an auto-generated file in $(libvpx_target).
18 libvpx_codec_srcs_c_arm := $(addprefix libvpx/, $(filter-out vpx_config.c, \
20 $(libvpx_target)/vpx_config.c
H A Dconfig.mips.mk19 # vpx_config.c is an auto-generated file in $(libvpx_target).
20 libvpx_codec_srcs_c_mips := $(addprefix libvpx/, $(filter-out vpx_config.c, \
22 $(libvpx_target)/vpx_config.c
H A Dconfig.x86.mk11 # vpx_config.c is an auto-generated file in $(libvpx_target).
12 libvpx_codec_srcs_c_x86 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
14 $(libvpx_target)/vpx_config.c
H A Dlibvpx.mk10 LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dvpx_scale_rtcd.pl9 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
25 if (vpx_config("CONFIG_VP9") eq "yes") {
/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale_rtcd.pl9 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
27 if (vpx_config("CONFIG_VP9") eq "yes") {
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dlibvpx_cdm_video_decoder.cc55 vpx_codec_dec_cfg_t vpx_config = {0}; local
56 vpx_config.w = config.coded_size.width;
57 vpx_config.h = config.coded_size.height;
58 vpx_config.threads = kDecodeThreads;
62 &vpx_config,
/external/chromium_org/third_party/libvpx/
H A Dgenerate_gypi.sh223 # Not sure why vpx_config is not included.
224 source_list=$(echo "$source_list" | grep -v 'vpx_config\.c')
295 # Lint a pair of vpx_config.h and vpx_config.asm to make sure they match.
302 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
303 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
311 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
312 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
317 # lint_config and it does not require existence of vpx_config.asm.
320 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config
[all...]
/external/libvpx/libvpx/build/make/
H A DAndroid.mk131 LOCAL_SRC_FILES += vpx_config.c
136 # Pull out C files. vpx_config.c is in the immediate directory and
142 LOCAL_CODEC_SRCS_C = $(filter-out vpx_config.c %_neon.c, $(CODEC_SRCS_C))
171 -DHAVE_CONFIG_H=vpx_config.h \
H A Drtcd.pl62 sub vpx_config($) { subroutine
125 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
280 #include "vpx_config.h"
306 #include "vpx_config.h"
336 #include "vpx_config.h"
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A DAndroid.mk146 LOCAL_SRC_FILES += vpx_config.c
151 # Pull out C files. vpx_config.c is in the immediate directory and
157 LOCAL_CODEC_SRCS_C = $(filter-out vpx_config.c %_neon.c, $(CODEC_SRCS_C))
198 -DHAVE_CONFIG_H=vpx_config.h \
220 $(foreach file, $(LOCAL_SRC_FILES), $(LOCAL_PATH)/$(file)): vpx_config.asm
H A Drtcd.pl62 sub vpx_config($) { subroutine
125 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
285 #include "vpx_config.h"
311 #include "vpx_config.h"
341 #include "vpx_config.h"
H A DMakefile102 rm -f vpx_config.[hc] vpx_config.asm; \
/external/chromium_org/media/filters/
H A Dvpx_video_decoder.cc233 vpx_codec_dec_cfg_t vpx_config = {0}; local
234 vpx_config.w = config.coded_size().width();
235 vpx_config.h = config.coded_size().height();
236 vpx_config.threads = GetThreadCount(config);
242 &vpx_config,
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dlibs.mk172 CODEC_SRCS-$(BUILD_LIBVPX) += $(BUILD_PFX)vpx_config.c
173 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
246 vpx_config.asm \
266 vpx.$(VCPROJ_SFX): vpx_config.asm
365 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
371 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
376 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
382 $(filter %.s.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config
[all...]
H A Dconfigure182 if [ -f "${source_path}/vpx_config.h" ]; then
452 enabled universal || write_common_target_config_h ${BUILD_PFX}vpx_config.h
533 write_common_target_config_mk $tgt_fn ${BUILD_PFX}vpx_config.h
787 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"
788 cat <<EOF >> ${BUILD_PFX}vpx_config.c
/external/libvpx/libvpx/
H A Dlibs.mk170 CODEC_SRCS-$(BUILD_LIBVPX) += $(BUILD_PFX)vpx_config.c
171 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
243 vpx_config.asm \
262 vpx.$(VCPROJ_SFX): vpx_config.asm
361 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
367 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
372 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
378 $(filter %.s.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config
[all...]
H A Dconfigure171 if [ -f ${source_path}/vpx_config.h ]; then
428 enabled universal || write_common_target_config_h ${BUILD_PFX}vpx_config.h
509 write_common_target_config_mk $tgt_fn ${BUILD_PFX}vpx_config.h
744 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"
745 cat <<EOF >> ${BUILD_PFX}vpx_config.c
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Drtcd_defs.pl164 if (vpx_config("CONFIG_POSTPROC") eq "yes") {
391 if (vpx_config("CONFIG_VP8_ENCODER") eq "yes") {
425 if (vpx_config("CONFIG_INTERNAL_STATS") eq "yes") {
522 if (vpx_config("CONFIG_REALTIME_ONLY") ne "yes") {
530 if (vpx_config("CONFIG_TEMPORAL_DENOISING") eq "yes") {
/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.pl165 if (vpx_config("CONFIG_POSTPROC") eq "yes") {
389 if (vpx_config("CONFIG_VP8_ENCODER") eq "yes") {
423 if (vpx_config("CONFIG_INTERNAL_STATS") eq "yes") {
520 if (vpx_config("CONFIG_REALTIME_ONLY") ne "yes") {
534 if (vpx_config("CONFIG_TEMPORAL_DENOISING") eq "yes") {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl25 if (vpx_config("CONFIG_USE_X86INC") eq "yes") {
50 if ((vpx_config("HAVE_AVX2") eq "yes") && (vpx_config("HAVE_SSSE3") eq "yes")) {
277 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") {
333 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
449 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
693 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
1007 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
1044 if (vpx_config("CONFIG_INTERNAL_STATS") eq "yes") {
1054 if (vpx_config("CONFIG_VP9_HIGHBITDEPT
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl25 if (vpx_config("CONFIG_USE_X86INC") eq "yes") {
247 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") {
358 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
722 if (vpx_config("CONFIG_INTERNAL_STATS") eq "yes") {

Completed in 630 milliseconds

12