Home | History | Annotate | Download | only in libvpx

Lines Matching refs:BASE_DIR

16 BASE_DIR=$(pwd)
32 $BASE_DIR/lint_config.sh \
33 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
34 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
41 $BASE_DIR/lint_config.sh -p \
42 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
43 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
51 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
71 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
73 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.config
75 $BASE_DIR/lint_config.sh -p \
76 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
77 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm \
78 -o $BASE_DIR/$TEMP_DIR/libvpx.config
81 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
85 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
86 $BASE_DIR/$LIBVPX_SRC_DIR/vp8/common/rtcd_defs.pl \
87 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vp8_rtcd.h
89 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
92 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
94 $BASE_DIR/$LIBVPX_SRC_DIR/vp9/common/vp9_rtcd_defs.pl \
95 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vp9_rtcd.h
97 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
100 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
102 $BASE_DIR/$LIBVPX_SRC_DIR/vpx_scale/vpx_scale_rtcd.pl \
103 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_scale_rtcd.h
105 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
108 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
110 $BASE_DIR/$LIBVPX_SRC_DIR/vpx_dsp/vpx_dsp_rtcd_defs.pl \
111 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_dsp_rtcd.h
113 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
131 | perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl > vpx_config.asm
136 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/version.sh "$BASE_DIR/$LIBVPX_SRC_DIR" vpx_version.h
138 cp vpx_config.* vpx_version.h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1
163 cd $BASE_DIR
201 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/x86/
207 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/x86_64/
213 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/arm/
219 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/arm-neon/
225 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/arm64/
231 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/mips32/
237 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/mips32-dspr2/
243 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/mips64/
249 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/generic/
253 cd $BASE_DIR