Home
last modified time | relevance | path

Searched refs:sample2 (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dmakefile.msc29 .\\bzip2 -2 < sample2.ref > sample2.rb2
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
41 fc sample2.bz2 sample2.rb2
44 fc sample2.tst sample2.ref
55 del sample2.rb2
58 del sample2.tst
DMakefile59 ./bzip2 -2 < sample2.ref > sample2.rb2
62 ./bzip2 -d < sample2.bz2 > sample2.tst
65 cmp sample2.bz2 sample2.rb2
68 cmp sample2.tst sample2.ref
113 sample1.rb2 sample2.rb2 sample3.rb2 \
114 sample1.tst sample2.tst sample3.tst
166 $(DISTNAME)/sample2.ref \
169 $(DISTNAME)/sample2.bz2 \
/third_party/bzip2/
Dmakefile.msc29 .\\bzip2 -2 < sample2.ref > sample2.rb2
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
41 fc sample2.bz2 sample2.rb2
44 fc sample2.tst sample2.ref
55 del sample2.rb2
58 del sample2.tst
DMakefile59 ./bzip2 -2 < sample2.ref > sample2.rb2
62 ./bzip2 -d < sample2.bz2 > sample2.tst
65 cmp sample2.bz2 sample2.rb2
68 cmp sample2.tst sample2.ref
113 sample1.rb2 sample2.rb2 sample3.rb2 \
114 sample1.tst sample2.tst sample3.tst
166 $(DISTNAME)/sample2.ref \
169 $(DISTNAME)/sample2.bz2 \
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dmakefile.msc29 .\\bzip2 -2 < sample2.ref > sample2.rb2
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
41 fc sample2.bz2 sample2.rb2
44 fc sample2.tst sample2.ref
55 del sample2.rb2
58 del sample2.tst
DMakefile59 ./bzip2 -2 < sample2.ref > sample2.rb2
62 ./bzip2 -d < sample2.bz2 > sample2.tst
65 cmp sample2.bz2 sample2.rb2
68 cmp sample2.tst sample2.ref
113 sample1.rb2 sample2.rb2 sample3.rb2 \
114 sample1.tst sample2.tst sample3.tst
166 $(DISTNAME)/sample2.ref \
169 $(DISTNAME)/sample2.bz2 \
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_audiotypecvt.c2447 Uint8 sample2 = src[2]; in SDL_Upsample_U8_4c() local
2451 Uint8 last_sample2 = sample2; in SDL_Upsample_U8_4c()
2456 dst[2] = sample2; in SDL_Upsample_U8_4c()
2464 sample2 = (Uint8) ((((Sint16) src[2]) + ((Sint16) last_sample2)) >> 1); in SDL_Upsample_U8_4c()
2468 last_sample2 = sample2; in SDL_Upsample_U8_4c()
2495 Uint8 sample2 = src[2]; in SDL_Downsample_U8_4c() local
2499 Uint8 last_sample2 = sample2; in SDL_Downsample_U8_4c()
2507 dst[2] = sample2; in SDL_Downsample_U8_4c()
2512 sample2 = (Uint8) ((((Sint16) src[2]) + ((Sint16) last_sample2)) >> 1); in SDL_Downsample_U8_4c()
2516 last_sample2 = sample2; in SDL_Downsample_U8_4c()
[all …]
/third_party/boost/libs/accumulators/test/
Dweighted_pot_quantile.cpp71 double sample2 = normal2(); in test_stat() local
74 acc3(sample2, weight = std::exp(-mu2 * (sample2 - 0.5 * mu2))); in test_stat()
75 acc4(sample2, weight = std::exp(-mu2 * (sample2 - 0.5 * mu2))); in test_stat()
Dweighted_tail_quantile.cpp51 double sample2 = normal2(); in test_stat() local
53 acc2(sample2, weight = std::exp(-mu2 * (sample2 - 0.5 * mu2))); in test_stat()
Dtail_quantile.cpp49 double sample2 = normal(); in test_stat() local
51 acc1(sample2); in test_stat()
53 acc3(sample2); in test_stat()
Dweighted_extended_p_square.cpp68 double sample2 = normal2(); in test_stat() local
70 acc_normal2(sample2, weight = std::exp(-mu2 * (sample2 - 0.5 * mu2))); in test_stat()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DNormalizerRegressionTests.java50 String sample2 = "aaac\u0327"; in TestJB4472() local
51 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0)); in TestJB4472()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerRegressionTests.java47 String sample2 = "aaac\u0327"; in TestJB4472() local
48 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0)); in TestJB4472()
/third_party/ffmpeg/libavcodec/
Dadpcmenc.c49 int sample2; member
289 (( c->sample2) * (c->coeff2))) / 64; in adpcm_ms_compress_sample()
302 c->sample2 = c->sample1; in adpcm_ms_compress_sample()
357 nodes[0]->sample2 = c->sample2; in adpcm_compress_trellis()
389 (nodes[j]->sample2 * c->coeff2)) / 64; in adpcm_compress_trellis()
446 u->sample2 = nodes[j]->sample1;\ in adpcm_compress_trellis()
535 c->sample2 = nodes[0]->sample2; in adpcm_compress_trellis()
547 nibble = 4 * s - 8 * cs->sample1 + 4 * cs->sample2; in adpcm_argo_compress_nibble()
777 c->status[i].sample2= *samples++; in adpcm_encode_frame()
783 bytestream_put_le16(&dst, c->status[i].sample2); in adpcm_encode_frame()
[all …]
Dadpcm.c416 predictor = (((c->sample1) * (c->coeff1)) + ((c->sample2) * (c->coeff2))) / 64; in adpcm_ms_expand_nibble()
419 c->sample2 = c->sample1; in adpcm_ms_expand_nibble()
581 s_2 = left->sample2; in xa_decode()
595 left->sample2 = s_2; in xa_decode()
597 s_2 = right->sample2; in xa_decode()
626 right->sample2 = s_2; in xa_decode()
629 left->sample2 = s_2; in xa_decode()
701 sample += (8 * cs->sample1) - (4 * cs->sample2); in ff_adpcm_argo_expand_nibble()
707 cs->sample2 = cs->sample1; in ff_adpcm_argo_expand_nibble()
1131 c->status[channel].sample2 = sign_extend(bytestream2_get_le16u(&gb), 16); in adpcm_decode_frame()
[all …]
Dadpcm.h40 int sample2; member
/third_party/boost/libs/spirit/classic/phoenix/example/
DJamfile20 unit-test sample2
21 : fundamental/sample2.cpp
/third_party/typescript/tests/baselines/reference/
DasyncFunctionsAndStrictNullChecks.js22 async function sample2(x?: number) { function
43 function sample2(x) {
DasyncFunctionsAndStrictNullChecks.symbols121 async function sample2(x?: number) {
122 >sample2 : Symbol(sample2, Decl(asyncFunctionsAndStrictNullChecks.ts, 18, 71))
/third_party/boost/libs/test/doc/examples/
Dexample84_contexts.output10 sample2 = 1.70234
/third_party/typescript/tests/cases/compiler/
DasyncFunctionsAndStrictNullChecks.ts24 async function sample2(x?: number) {
/third_party/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp687 const char *sample2 = "abc_def"; in convsample_20() local
699 if(convsample_20_didSubstitute(sample2)) in convsample_20()
844 const char *sample2 = "abc_def"; in convsample_21() local
855 if(convsample_21_didSubstitute(sample2)) in convsample_21()
/third_party/flutter/skia/third_party/externals/icu/source/samples/ucnv/
Dconvsamp.cpp687 const char *sample2 = "abc_def"; in convsample_20() local
699 if(convsample_20_didSubstitute(sample2)) in convsample_20()
844 const char *sample2 = "abc_def"; in convsample_21() local
855 if(convsample_21_didSubstitute(sample2)) in convsample_21()
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
Dconvsamp.cpp687 const char *sample2 = "abc_def"; in convsample_20() local
699 if(convsample_20_didSubstitute(sample2)) in convsample_20()
844 const char *sample2 = "abc_def"; in convsample_21() local
855 if(convsample_21_didSubstitute(sample2)) in convsample_21()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttag.c470 GstSample *sample1, *sample2, *sample11; in GST_START_TEST() local
528 sample2 = gst_sample_new (buf, NULL, NULL, NULL); in GST_START_TEST()
550 gst_tag_list_add (tags2, GST_TAG_MERGE_APPEND, GST_TAG_IMAGE, sample2, NULL); in GST_START_TEST()
558 gst_sample_unref (sample2); in GST_START_TEST()

12