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

  /external/libvpx/libvpx/vp9/common/
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") {
109 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
116 if (vpx_config("CONFIG_VP9_TEMPORAL_DENOISING") eq "yes") {
133 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
166 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") ne "yes") {
180 if (vpx_config("CONFIG_REALTIME_ONLY") ne "yes")
    [all...]
  /external/libvpx/libvpx/vpx_scale/
vpx_scale_rtcd.pl 19 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
35 if (vpx_config("CONFIG_VP9") eq "yes") {
  /external/libvpx/
generate_config.sh 32 # Lint a pair of vpx_config.h and vpx_config.asm to make sure they match.
39 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
40 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
48 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
49 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
54 # lint_config and it does not require existence of vpx_config.asm.
57 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
79 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
80 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
    [all...]
  /external/libvpx/libvpx/build/make/
Android.mk 116 LOCAL_SRC_FILES += vpx_config.c
121 # Pull out C files. vpx_config.c is in the immediate directory and
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
rtcd.pl 71 sub vpx_config($) { subroutine
134 vpx_config("CONFIG_RUNTIME_CPU_DETECT") eq "yes" or &require(@ALL_ARCHS);
295 #include "vpx_config.h"
321 #include "vpx_config.h"
359 #include "vpx_config.h"
382 #include "vpx_config.h"
Makefile 101 rm -f vpx_config.[hc] vpx_config.asm; \
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 128 if (vpx_config("CONFIG_POSTPROC") eq "yes") {
175 if (vpx_config("CONFIG_VP8_ENCODER") eq "yes") {
239 if (vpx_config("CONFIG_REALTIME_ONLY") ne "yes") {
247 if (vpx_config("CONFIG_TEMPORAL_DENOISING") eq "yes") {
  /external/libvpx/libvpx/
libs.mk 148 CODEC_SRCS-yes += $(BUILD_PFX)vpx_config.c
149 INSTALL-SRCS-no += $(BUILD_PFX)vpx_config.c
195 vpx_config.asm \
226 vpx.$(VCPROJ_SFX): vpx_config.asm
353 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
359 $(BUILD_PFX)vpx_config.asm: $(BUILD_PFX)vpx_config.h
364 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
370 $(filter %.S.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.as
    [all...]
configure 183 if [ -f "${source_path}/vpx_config.h" ]; then
443 write_common_target_config_h ${BUILD_PFX}vpx_config.h
508 write_common_target_config_mk $tgt_fn ${BUILD_PFX}vpx_config.h
745 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"
746 cat <<EOF >> ${BUILD_PFX}vpx_config.c
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 201 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
399 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
467 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 12 %include "vpx_config.asm"
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 37 %include "vpx_config.asm"
    [all...]

Completed in 202 milliseconds