/third_party/ffmpeg/libavcodec/ |
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->coef = ltp_coef[ltp->coef_idx]; in get_lag() [all …]
|
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), 107, 288 1, AMR_OF(0, ltp), 110, [all …]
|
D | aacenc.c | 663 if (s->options.ltp && s->coder->update_ltp) { in aac_encode_frame() 705 sce->ics.ltp.present = 0; in aac_encode_frame() 706 memset(sce->ics.ltp.used, 0, sizeof(sce->ics.ltp.used)); in aac_encode_frame() 786 if (s->options.ltp) { /* LTP */ in aac_encode_frame() 792 if (sce->ics.ltp.present) pred_mode = 1; in aac_encode_frame() 878 if (s->options.ltp && s->coder->ltp_insert_new_frame) in aac_encode_frame() 1025 ERROR_IF(s->options.ltp, in aac_encode_init() 1031 s->options.ltp = 1; in aac_encode_init() 1036 ERROR_IF(s->options.ltp, in aac_encode_init() 1038 } else if (s->options.ltp) { in aac_encode_init() [all …]
|
/third_party/ltp/testscripts/ |
D | ltp-aiodio.sh | 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 … 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-aiostresspart2 -l ltpaiostress.logfile -o … 259 sort -R ${LTPROOT}/runtest/ltp-aiodio.part1 -o ${TMPBASE}/ltp-aiodio.part1 261 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart1 -n ltp-aiodiopart1 -l ltpaiodio1.logfile -o ltpaiodi… 269 sort -R ${LTPROOT}/runtest/ltp-aiodio.part2 -o ${TMPBASE}/ltp-aiodio.part2 271 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart2 -n ltp-aiodiopart2 -l ltpaiodio2.logfile -o ltpaiodi… 281 sort -R ${LTPROOT}/runtest/ltp-aiodio.part3 -o ${TMPBASE}/ltp-aiodio.part3 283 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart3 -n ltp-aiodiopart3 -l ltpaiodio3.logfile -o ltpaiodi… [all …]
|
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-dev-mapper-table2 [all …]
|
D | network.sh | 122 echo ltp-pan reported PASS 124 echo ltp-pan reported FAIL
|
D | tpm_tools.sh | 170 $LTPROOT/bin/ltp-pan -d 5 -S -a $LTPROOT/results/tpm_tools -n ltp-tpm-tools -l $LTPROOT/results/tpm…
|
/third_party/ltp/pan/ |
D | Makefile | 40 MAKE_TARGETS := ltp-bump ltp-pan 43 $(warning ltp-scanner will not be built because a working copy of lex was not found) 45 MAKE_TARGETS += ltp-scanner 48 ltp-bump: ltp-bump.o zoolib.o 50 ltp-pan: ltp-pan.o zoolib.o splitstr.o 52 ltp-scanner: scan.o ltp-scanner.o reporter.o tag_report.o symbol.o splitstr.o debug.o
|
/third_party/ltp/testcases/network/stress/dns/ |
D | dns-stress.sh | 88 cat << EOD > ltp-ns.zone 103 printf "dns\tIN\tA\t$net.1\n" >> ltp-ns.zone 106 printf "node$id\tIN\tA\t$net.$id\n" >> ltp-ns.zone 111 cat << EOD > ltp-ns.rev 125 printf "$id\tIN\tPTR\tnode$id.$DOMAIN.\n" >> ltp-ns.rev 132 printf "dns\tIN\tAAAA\t$net::1\n" >> ltp-ns.zone 135 printf "node$id\tIN\tAAAA\t$net::%x\n" $id >> ltp-ns.zone 140 cat << EOD > ltp-ns.rev 156 $(($id % 16)) $(($id / 16)) >> ltp-ns.rev
|
/third_party/ltp/ |
D | .gitignore | 35 /ltp-devel.spec 36 /README.ltp-devel 42 /m4/ltp-version.m4 43 /lib/ltp.pc 44 /pan/ltp-bump 45 /pan/ltp-pan 46 /pan/ltp-scanner
|
D | INSTALL | 30 GNU Bison / Berkeley Yacc is required for ltp-scanner. 68 If you get a build error, please report it to ltp@lists.linux.it with 111 $ tar xzf ltp-XXXXXXXX.tar.gz 112 $ cd ltp 116 $ /opt/ltp/runltp 123 - The installation directory is /opt/ltp by default. Please see 138 2. Untar the ltp tarball into a spare directory. There is not a 231 install -m 00644 "/scratch/ltp-dev2/ltp/include/test.h" "/scratch/ltp-install12/include/test.h" 232 …install -m 00644 "/scratch/ltp-dev2/ltp/include/tlibio.h" "/scratch/ltp-install12/include/tlibio.h" 233 …install -m 00644 "/scratch/ltp-dev2/ltp/include/usctest.h" "/scratch/ltp-install12/include/usctest… [all …]
|
D | README.md | 17 https://github.com/linux-test-project/ltp/releases 19 The discussion about the project happens at ltp mailing list: 20 http://lists.linux.it/listinfo/ltp 23 https://github.com/linux-test-project/ltp 26 https://patchwork.ozlabs.org/project/ltp/list/ 45 $ git clone https://github.com/linux-test-project/ltp.git 46 $ cd ltp 98 This will install LTP to `/opt/ltp`. 99 * If you have a problem see `doc/mini-howto-building-ltp-from-git.txt`. 117 $ cd /opt/ltp [all …]
|
D | README.OpenSource | 3 "Name" : "ltp", 8 "Upstream URL" : "https://github.com/linux-test-project/ltp",
|
/third_party/ltp/metadata/ |
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/testcases/kernel/mce-test/doc/ |
D | stress-howto.txt | 36 - Get latest LTP (Linux Test Project) image from http://ltp.sf.net. Refer 106 and continuously within a required duration time. We select ltp-pan 110 Test driver (hwpoison.sh) interacts with ltp-pan in following ways: 112 to be launched by ltp-pan. 114 parameters to ltp-pan via test config file. 115 - ltp-pan makes each workload run and get finished in time, then test driver 162 like pan_log, pan_output and etc. These logs are generated by ltp-pan 164 going on with ltp-pan while workload is running. Pls. refer to ltp-pan doc 210 3.4 ltp-pan 212 It's the workload controller of this stress test suite. In fact, ltp-pan [all …]
|
/third_party/ltp/doc/ |
D | mini-howto-building-ltp-from-git.txt | 22 WORKING_DIR="$HOME/src/ltp" 24 PREFIX="/opt/ltp" 26 GIT_URL="https://github.com/linux-test-project/ltp.git" 48 git clone $GIT_URL ltp-git 52 cd ltp-git/
|
D | maintainer-patch-review-checklist.txt | 21 https://patchwork.ozlabs.org/project/ltp/list/[LTP patchwork instance]. 24 `doc/*.txt` to LTP wiki (git URL https://github.com/linux-test-project/ltp.wiki.git) 40 * Use new https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#22-writing-a-test-… 43 …(more in https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#21-c-coding-style[… 46 …(more in https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#2238-test-tags[Tes… 52 * Use new https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#23-writing-a-testc… 54 …(more in https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#132-shell-coding-s… 59 https://github.com/linux-test-project/ltp/wiki/LTP-Library-API-Writing-Guidelines[LTP Library API W…
|
D | library-api-writing-guidelines.txt | 5 … https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines[Test Writing Guidelines], 6 https://github.com/linux-test-project/ltp/wiki/C-Test-API[C Test API], 7 https://github.com/linux-test-project/ltp/wiki/Shell-Test-API[Shell Test API]. 13 (see https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines[Test Writing Guidelines…
|
D | supported-kernel-libc-versions.txt | 7 We test master branch in https://github.com/linux-test-project/ltp/actions[GitHub Actions] 11 https://github.com/linux-test-project/ltp/blob/master/.github/workflows/ci.yml[.github/workflows/ci… 64 … https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh[CI script] 66 | binder (Android) | Please use https://android.googlesource.com/platform/external/ltp/[AOSP fork].
|
/third_party/ltp/include/mk/ |
D | automake.mk | 44 aclocal.m4: $(wildcard m4/*.m4) m4/ltp-version.m4 54 autoheader: configure.ac $(wildcard m4/*.m4) m4/ltp-version.m4 aclocal.m4 60 m4/ltp-version.m4: VERSION 75 $(RM) -f m4/Makefile m4/ltp-version.m4 96 lib/ltp.pc \
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aacdec_mips.c | 228 const LongTermPrediction *ltp = &sce->ics.ltp; in apply_ltp_mips() local 239 if (ltp->lag < 1024) in apply_ltp_mips() 240 num_samples = ltp->lag + 1024; in apply_ltp_mips() 246 predTime[i] = sce->ltp_state[i + 2048 - ltp->lag] * ltp->coef; in apply_ltp_mips() 280 if (ltp->used[sfb]) in apply_ltp_mips()
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
D | README.1ST | 12 3. Compile epoll-ltp.c in the <ltp_dir>testcases/kernel/syscall/epoll 17 To compile the epoll-ltp successfully the following libraries are needed: 37 11. Compile epoll-ltp.c in the <ltp_dir>testcases/kernel/syscall/epoll
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
D | LikelySubtagsBuilder.java | 234 LSR ltp = lsrFromLocaleID(key.toString()); // source in makeTable() local 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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
D | LikelySubtagsBuilder.java | 234 LSR ltp = lsrFromLocaleID(key.toString()); // source in makeTable() local 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/ |
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 \
|