Home
last modified time | relevance | path

Searched refs:table1 (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dscd.c57 SCDOffsetTable table1; /* Table 1, contains the track info. */ member
125 ctx->hdr.table1.count = AV_RB16(buf + 2); in scd_read_offsets()
129 ctx->hdr.table1.offset = AV_RB32(buf + 12); in scd_read_offsets()
137 if ((ret = scd_read_table(s, &ctx->hdr.table1)) < 0) in scd_read_offsets()
163 hoffset = ctx->hdr.table1.entries[index]; in scd_read_track()
269 ctx->tracks = av_calloc(ctx->hdr.table1.count, sizeof(SCDTrackHeader)); in scd_read_header()
273 for (int i = 0; i < ctx->hdr.table1.count; i++) { in scd_read_header()
278 if (ctx->hdr.table1.count == 0) in scd_read_header()
293 for (int i = 0; i < ctx->hdr.table1.count; i++) { in scd_read_packet()
298 ctx->current_track %= ctx->hdr.table1 in scd_read_packet()
[all...]
/third_party/ltp/testscripts/
H A Dltpdmmapper.sh67 echo "0 10240 linear " $part1 "0" > ltp-dev-mapper-table1
74 dmsetup create dm-test-1 ltp-dev-mapper-table1
127 dmsetup create dm-test-1 ltp-dev-mapper-table1
146 echo "0 102400 linear " $part1 "0" > ltp-dev-mapper-table1
153 dmsetup reload dm-test-1-new ltp-dev-mapper-table1
/third_party/skia/bench/
H A DImageFilterCollapse.cpp79 table1[i] = (n << 5) | (n << 2) | (n >> 1);
88 SkTableColorFilter::Make(table1),
97 uint8_t table1[256], table2[256], table3[256]; member in TableCollapseBench
/third_party/skia/tests/
H A DDataRefTest.cpp44 sk_sp<SkDataTable> table1(SkDataTable::MakeCopyArrays(nullptr, nullptr, 0)); in test_emptytable()
49 test_datatable_is_empty(reporter, table1.get()); in test_emptytable()
53 test_is_equal(reporter, table0.get(), table1.get()); in test_emptytable()
/third_party/skia/gm/
H A Dtablecolorfilter.cpp112 uint8_t table1[256]; make_table1(table1); in make_cf3() local
114 return SkTableColorFilter::MakeARGB(nullptr, table0, table1, table2); in make_cf3()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff.c76 WOFF_Table table1 = *(WOFF_Table*)a; in compare_offsets() local
79 FT_ULong offset1 = table1->Offset; in compare_offsets()
H A Dsfwoff2.c106 WOFF2_Table table1 = *(WOFF2_Table*)a; in compare_tags() local
109 FT_Tag tag1 = table1->Tag; in compare_tags()
/third_party/ffmpeg/libavcodec/
H A Ddxv.c387 static int fill_optable(unsigned *table0, OpcodeTable *table1, int nb_elements) in fill_optable() argument
406 for (table1[x].val1 = k; k < 256 && j > table2[k]; k++); in fill_optable()
415 val0 = table1[i].val1; in fill_optable()
421 table1[i].val2 = 10 - x; in fill_optable()
422 table1[i].next = (val1 << table1[i].val2) - 1024; in fill_optable()
798 uint8_t *dst, *table0[256] = { 0 }, *table1[256] = { 0 }; in dxv_decompress_yo() local
818 table1[0x9E3779B1 * (AV_RL32(dst + 2) & 0xFFFFFF) >> 24] = dst + 2; in dxv_decompress_yo()
823 &dst, &state, table0, table1, 0); in dxv_decompress_yo()
H A Dhuffyuvdec.c593 #define GET_VLC_DUAL(dst0, dst1, name, gb, dtable, table1, table2, \
601 VLC_INTERN(dst0, table1, gb, name, bits, max_depth); \
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp1963 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST()
1966 vtable_prepare(table0, table1, table0p, table1p); in TEST()
1982 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST()
1987 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST()
3501 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST()
3504 vtable_prepare(table0, table1, table0p, table1p); in TEST()
3524 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST()
3529 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java2884 ImpTabPair(byte[][] table1, byte[][] table2, in ImpTabPair() argument
2886 imptab = new byte[][][] {table1, table2}; in ImpTabPair()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java2850 ImpTabPair(byte[][] table1, byte[][] table2, in ImpTabPair() argument
2852 imptab = new byte[][][] {table1, table2}; in ImpTabPair()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 33 milliseconds