HomeSort by relevance Sort by last modified time
    Searched refs:vpx_config (Results 1 - 25 of 30) sorted by null

1 2

  /external/libvpx/
config.mips64.mk 10 # vpx_config.c is an auto-generated file in $(libvpx_target).
11 libvpx_codec_srcs_c_mips64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
13 $(libvpx_target)/vpx_config.c
config.arm.mk 19 # vpx_config.c is an auto-generated file in $(libvpx_target).
20 libvpx_codec_srcs_c_arm := $(addprefix libvpx/, $(filter-out vpx_config.c, \
22 $(libvpx_target)/vpx_config.c
config.arm64.mk 13 # vpx_config.c is an auto-generated file in $(libvpx_target).
14 libvpx_codec_srcs_c_arm64 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
16 $(libvpx_target)/vpx_config.c
config.mips.mk 18 # vpx_config.c is an auto-generated file in $(libvpx_target).
19 libvpx_codec_srcs_c_mips := $(addprefix libvpx/, $(filter-out vpx_config.c, \
21 $(libvpx_target)/vpx_config.c
config.x86.mk 10 # vpx_config.c is an auto-generated file in $(libvpx_target).
11 libvpx_codec_srcs_c_x86 := $(addprefix libvpx/, $(filter-out vpx_config.c, \
13 $(libvpx_target)/vpx_config.c
config.x86_64.mk 11 # 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
generate_config.sh 26 # Lint a pair of vpx_config.h and vpx_config.asm to make sure they match.
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
48 # lint_config and it does not require existence of vpx_config.asm.
51 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
76 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
77 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
    [all...]
libvpx.mk 21 LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
  /external/libvpx/libvpx/vpx_scale/
vpx_scale_rtcd.pl 9 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
25 if ((vpx_config("CONFIG_VP9") eq "yes") || (vpx_config("CONFIG_VP10") eq "yes")) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale_rtcd.pl 9 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
27 if (vpx_config("CONFIG_VP9") eq "yes") {
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 30 if (vpx_config("CONFIG_USE_X86INC") eq "yes") {
60 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") {
87 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
89 if (vpx_config("CONFIG_EMULATE_HARDWARE") eq "yes") {
110 if (vpx_config("CONFIG_EMULATE_HARDWARE") eq "yes") {
132 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
163 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") {
195 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
224 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
238 if (vpx_config("CONFIG_VP9_TEMPORAL_DENOISING") eq "yes")
    [all...]
  /external/libvpx/libvpx/build/make/
Android.mk 105 LOCAL_SRC_FILES += vpx_config.c
110 # Pull out C files. vpx_config.c is in the immediate directory and
116 LOCAL_CODEC_SRCS_C = $(filter-out vpx_config.c %_neon.c, $(CODEC_SRCS_C))
157 -DHAVE_CONFIG_H=vpx_config.h \
184 $$(rtcd_dep_template_SRCS): vpx_config.asm
rtcd.pl 62 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"
342 #include "vpx_config.h"
Makefile 101 rm -f vpx_config.[hc] vpx_config.asm; \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Android.mk 131 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 \
rtcd.pl 62 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"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/
libvpx.mk 44 LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
67 # vpx_config.c is an auto-generated file in $(config_dir)
68 libvpx_codec_srcs_c_static := $(filter-out vpx_config.c, $(libvpx_codec_srcs_c))
70 LOCAL_SRC_FILES += $(libvpx_target)/vpx_config.c
  /external/libvpx/libvpx/
libs.mk 179 CODEC_SRCS-yes += $(BUILD_PFX)vpx_config.c
180 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
233 vpx_config.asm \
253 vpx.$(VCPROJ_SFX): vpx_config.asm
373 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
379 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
384 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
390 $(filter %.s.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.as
    [all...]
configure 174 if [ -f "${source_path}/vpx_config.h" ]; then
433 write_common_target_config_h ${BUILD_PFX}vpx_config.h
498 write_common_target_config_mk $tgt_fn ${BUILD_PFX}vpx_config.h
738 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"
739 cat <<EOF >> ${BUILD_PFX}vpx_config.c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 170 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.as
    [all...]
configure 171 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/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 20 if (vpx_config("CONFIG_USE_X86INC") eq "yes") {
39 if ((vpx_config("HAVE_AVX2") eq "yes") && (vpx_config("HAVE_SSSE3") eq "yes")) {
259 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
498 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
    [all...]
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 158 if (vpx_config("CONFIG_POSTPROC") eq "yes") {
237 if (vpx_config("CONFIG_VP8_ENCODER") eq "yes") {
304 if (vpx_config("CONFIG_REALTIME_ONLY") ne "yes") {
312 if (vpx_config("CONFIG_TEMPORAL_DENOISING") eq "yes") {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 165 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") {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_rtcd_defs.pl 25 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") {
    [all...]

Completed in 191 milliseconds

1 2