/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_ltp.c | 44 put_bits(&s->pb, 1, ics->ltp.present); in ff_aac_encode_ltp_info() 45 if (!ics->ltp.present) in ff_aac_encode_ltp_info() 47 put_bits(&s->pb, 11, ics->ltp.lag); in ff_aac_encode_ltp_info() 48 put_bits(&s->pb, 3, ics->ltp.coef_idx); in ff_aac_encode_ltp_info() 50 put_bits(&s->pb, 1, ics->ltp.used[i]); in ff_aac_encode_ltp_info() 69 sce->ics.ltp.lag = 0; in ff_aac_ltp_insert_new_frame() 75 static void get_lag(float *buf, const float *new, LongTermPrediction *ltp) in get_lag() argument 94 ltp->lag = FFMAX(av_clip_uintp2(lag, 11), 0); in get_lag() 95 ltp->coef_idx = quant_array_idx(max_ratio, ltp_coef, 8); in get_lag() 96 ltp in get_lag() 99 generate_samples(float *buf, LongTermPrediction *ltp) generate_samples() argument [all...] |
H A D | amrwbdata.h | 71 uint16_t ltp; ///< ltp-filtering flag member 172 1, AMR_OF(0, ltp), 110, 183 1, AMR_OF(1, ltp), 109, 195 1, AMR_OF(2, ltp), 108, 206 1, AMR_OF(3, ltp), 107, 230 1, AMR_OF(0, ltp), 110, 241 1, AMR_OF(1, ltp), 109, 253 1, AMR_OF(2, ltp), 108, 264 1, AMR_OF(3, ltp), 10 [all...] |
H A D | aacenc.c | 666 if (s->options.ltp && s->coder->update_ltp) { in aac_encode_frame() 708 sce->ics.ltp.present = 0; in aac_encode_frame() 709 memset(sce->ics.ltp.used, 0, sizeof(sce->ics.ltp.used)); in aac_encode_frame() 789 if (s->options.ltp) { /* LTP */ in aac_encode_frame() 795 if (sce->ics.ltp.present) pred_mode = 1; in aac_encode_frame() 881 if (s->options.ltp && s->coder->ltp_insert_new_frame) in aac_encode_frame() 1031 ERROR_IF(s->options.ltp, in aac_encode_init() 1037 s->options.ltp = 1; in aac_encode_init() 1042 ERROR_IF(s->options.ltp, in aac_encode_init() [all...] |
H A D | aacdec_template.c | 1409 static void decode_ltp(LongTermPrediction *ltp, in decode_ltp() argument 1414 ltp->lag = get_bits(gb, 11); in decode_ltp() 1415 ltp->coef = ltp_coef[get_bits(gb, 3)]; in decode_ltp() 1417 ltp->used[sfb] = get_bits1(gb); in decode_ltp() 1521 if ((ics->ltp.present = get_bits(gb, 1))) in decode_ics_info() 1522 decode_ltp(&ics->ltp, gb, ics->max_sfb); in decode_ics_info() 2319 if ((cpe->ch[1].ics.ltp.present = get_bits(gb, 1))) 2320 decode_ltp(&cpe->ch[1].ics.ltp, gb, cpe->ch[1].ics.max_sfb); 2695 const LongTermPrediction *ltp = &sce->ics.ltp; local [all...] |
/third_party/ltp/testscripts/ |
H A D | ltpdmmapper.sh | 67 echo "0 10240 linear " $part1 "0" > ltp-dev-mapper-table1 68 echo "0 100000 linear " $part1 "0" > ltp-dev-mapper-table2 69 echo "0 100000 linear " $part2 "0" > ltp-dev-mapper-table3 70 echo "0 200000 striped 2 16 " $part1 "0" $part2 "0" > ltp-dev-mapper-table4 74 dmsetup create dm-test-1 ltp-dev-mapper-table1 75 dmsetup create dm-test-2 ltp-dev-mapper-table2 76 dmsetup create dm-test-3 ltp-dev-mapper-table3 77 dmsetup create dm-test-4 ltp-dev-mapper-table4 127 dmsetup create dm-test-1 ltp-dev-mapper-table1 128 dmsetup create dm-test-2 ltp [all...] |
H A D | ltp-aiodio.sh | 9 # 04/12/06 a Forth scenerio file has been added ltp-aiodio.part4 232 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part1 -o ${TMPBASE}/ltp-aio-stress.part1 234 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart1 -n ltp-aiostresspart1 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part1 & 244 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part2 -o ${TMPBASE}/ltp-aio-stress.part2 246 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart2 -n ltp [all...] |
H A D | network.sh | 97 cmd="${LTPROOT}/bin/ltp-pan $QUIET_MODE $NO_KMSG -e -l /tmp/netpan.log -S -a ltpnet -n ltpnet -f $CMDFILE" 113 echo ltp-pan reported PASS 115 echo ltp-pan reported FAIL
|
/third_party/ltp/pan/ |
H A D | Makefile | 40 MAKE_TARGETS := ltp-bump ltp-pan 42 ltp-bump: ltp-bump.o zoolib.o 44 ltp-pan: ltp-pan.o zoolib.o splitstr.o
|
/third_party/ltp/testcases/network/stress/dns/ |
H A D | dns-stress.sh | 33 DOMAIN="ltp-ns.org" 77 file "ltp-ns.zone"; 82 file "ltp-ns.rev"; 87 cat << EOD > ltp-ns.zone 102 printf "dns\tIN\tA\t$net.1\n" >> ltp-ns.zone 105 printf "node$id\tIN\tA\t$net.$id\n" >> ltp-ns.zone 110 cat << EOD > ltp-ns.rev 124 printf "$id\tIN\tPTR\tnode$id.$DOMAIN.\n" >> ltp-ns.rev 131 printf "dns\tIN\tAAAA\t$net::1\n" >> ltp-ns.zone 134 printf "node$id\tIN\tAAAA\t$net::%x\n" $id >> ltp [all...] |
/third_party/ltp/lib/ |
H A D | Makefile | 19 pc_file := $(DESTDIR)/$(datarootdir)/pkgconfig/ltp.pc 23 tst_test.o: ltp-version.h 25 ltp-version.h: gen_version 31 @echo GEN ltp-version.h 34 CLEAN_TARGETS += ltp-version.h cached-version
|
/third_party/ltp/metadata/ |
H A D | Makefile | 9 MAKE_TARGETS := ltp.json 13 .PHONY: ltp.json 15 ltp.json: metaparse 16 $(abs_srcdir)/parse.sh > ltp.json
|
/third_party/ltp/include/mk/ |
H A D | automake.mk | 49 aclocal.m4: $(wildcard m4/*.m4) m4/ltp-version.m4 59 autoheader: configure.ac $(wildcard m4/*.m4) m4/ltp-version.m4 aclocal.m4 65 m4/ltp-version.m4: VERSION 80 $(RM) -f m4/Makefile m4/ltp-version.m4 101 lib/ltp.pc \
|
H A D | env_post.mk | 96 CHECK ?= $(abs_top_srcdir)/tools/sparse/sparse-ltp 101 ifeq ($(CHECK),$(abs_top_srcdir)/tools/sparse/sparse-ltp)
|
H A D | sparse.mk | 5 $(SPARSE_DIR)/sparse-ltp: $(SPARSE_DIR)
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacdec_mips.c | 229 const LongTermPrediction *ltp = &sce->ics.ltp; in apply_ltp_mips() local 240 if (ltp->lag < 1024) in apply_ltp_mips() 241 num_samples = ltp->lag + 1024; in apply_ltp_mips() 247 predTime[i] = sce->ltp_state[i + 2048 - ltp->lag] * ltp->coef; in apply_ltp_mips() 281 if (ltp->used[sfb]) in apply_ltp_mips()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
H A D | LikelySubtagsBuilder.java | 234 LSR ltp = lsrFromLocaleID(key.toString()); // source in makeTable() 235 final String language = ltp.language; in makeTable() 236 final String script = ltp.script; in makeTable() 237 final String region = ltp.region; in makeTable() 239 ltp = lsrFromLocaleID(value.getString()); // target in makeTable() 240 set(result, language, script, region, ltp); in makeTable() 250 set(result, languageAlias, script, regionAlias, ltp); in makeTable()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
H A D | LikelySubtagsBuilder.java | 234 LSR ltp = lsrFromLocaleID(key.toString()); // source in makeTable() 235 final String language = ltp.language; in makeTable() 236 final String script = ltp.script; in makeTable() 237 final String region = ltp.region; in makeTable() 239 ltp = lsrFromLocaleID(value.getString()); // target in makeTable() 240 set(result, language, script, region, ltp); in makeTable() 250 set(result, languageAlias, script, regionAlias, ltp); in makeTable()
|
/third_party/ltp/testcases/network/stress/ftp/ |
H A D | ftp-upload-stress02-rmt.sh | 68 curl -s --noproxy '*' -u anonymous:ftp@ltp-ns.org -T $filename \ 76 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
|
H A D | ftp-upload-stress01-rmt.sh | 50 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
|
/third_party/ltp/testcases/kernel/mce-test/stress/ |
H A D | hwpoison.sh | 280 [ -d $g_ltproot -a -f $g_ltppan ] || invalid "no ltp-pan on the machine: $g_ltppan" 313 local ltp_failed=$g_logdir/ltp/ltp_failed 314 local ltp_log=$g_logdir/ltp/ltp_log 315 local ltp_output=$g_logdir/ltp/ltp_output 318 begin "launch ltp workload in background" 319 mkdir -p $g_logdir/ltp 326 end "launch ltp workload in background (pid: $g_pid_ltp)" 332 local ltp_failed=$g_logdir/ltp/ltp_failed 333 local ltp_output=$g_logdir/ltp/ltp_output 336 result "\tltp -- error: no ltp resul [all...] |
/third_party/ltp/testcases/misc/lvm/ |
H A D | cleanup_lvm.sh | 12 LVM_TMPDIR="$LVM_DIR/ltp/growfiles" 13 LVM_IMGDIR="$LVM_DIR/ltp/imgfiles" 30 rm -rf $LVM_DIR/ltp
|
/third_party/ltp/tools/sparse/ |
H A D | Makefile | 21 HOST_MAKE_TARGETS := sparse-ltp
|
/third_party/ltp/ |
H A D | runltp | 36 # - exit with error if ltp-pan is not found in pan directory 57 # - better ways to integrate "ltp/tools/genload/stress" with "ltp/runltp" 92 [ -e "$LTPROOT/bin/ltp-pan" ] || 94 echo "FATAL: Test suite driver 'ltp-pan' not found" 438 x) # number of ltp's to run 544 export TMPTEMPLATE="${TMPBASE}/ltp-XXXXXXXXXX" 711 PAN_COMMAND="${LTPROOT}/bin/ltp-pan $QUIET_MODE $NO_KMSG -e -S $INSTANCES $DURATION -a ${ZOOFILE} \ 807 "${LTPROOT}/bin/ltp-pan" $QUIET_MODE $NO_KMSG -e -S $INSTANCES $DURATION -a ${ZOOFILE} -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE $FAILCMDFILE $TCONFCMDFILE 810 echo "INFO: ltp [all...] |
/third_party/ltp/docparse/ |
H A D | Makefile | 51 txt: ${abs_top_builddir}/metadata/ltp.json
|
/third_party/f2fs-tools/scripts/ |
H A D | verify.sh | 55 $XFSTESTS/ltp/fsstress -x "echo 3 > /proc/sys/vm/drop_caches && sleep 1" -X 1 -r -f fsync=8 -f sync=0 -f write=8 -f dwrite=2 -f truncate=6 -f allocsp=0 -f bulkstat=0 -f bulkstat1=0 -f freesp=0 -f zero=1 -f collapse=1 -f insert=1 -f resvsp=0 -f unresvsp=0 -S t -p 10 -n $2 -d $1 >/dev/null
|