/external/libaom/libaom/av1/encoder/ |
D | av1_fwd_txfm1d.c | 22 int32_t *bf0, *bf1; in av1_fdct4_new() local 30 bf1 = output; in av1_fdct4_new() 31 bf1[0] = input[0] + input[3]; in av1_fdct4_new() 32 bf1[1] = input[1] + input[2]; in av1_fdct4_new() 33 bf1[2] = -input[2] + input[1]; in av1_fdct4_new() 34 bf1[3] = -input[3] + input[0]; in av1_fdct4_new() 35 av1_range_check_buf(stage, input, bf1, size, stage_range[stage]); in av1_fdct4_new() 41 bf1 = step; in av1_fdct4_new() 42 bf1[0] = half_btf(cospi[32], bf0[0], cospi[32], bf0[1], cos_bit); in av1_fdct4_new() 43 bf1[1] = half_btf(-cospi[32], bf0[1], cospi[32], bf0[0], cos_bit); in av1_fdct4_new() [all …]
|
/external/libaom/libaom/av1/common/ |
D | av1_inv_txfm1d.c | 26 int32_t *bf0, *bf1; in av1_idct4_new() local 33 bf1 = output; in av1_idct4_new() 34 bf1[0] = input[0]; in av1_idct4_new() 35 bf1[1] = input[2]; in av1_idct4_new() 36 bf1[2] = input[1]; in av1_idct4_new() 37 bf1[3] = input[3]; in av1_idct4_new() 38 av1_range_check_buf(stage, input, bf1, size, stage_range[stage]); in av1_idct4_new() 43 bf1 = step; in av1_idct4_new() 44 bf1[0] = half_btf(cospi[32], bf0[0], cospi[32], bf0[1], cos_bit); in av1_idct4_new() 45 bf1[1] = half_btf(cospi[32], bf0[0], -cospi[32], bf0[1], cos_bit); in av1_idct4_new() [all …]
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_inv_txfm_avx2.c | 269 __m256i *bf1, const __m256i *cospim8, const __m256i *cospi56, in idct32_stage4_avx2() argument 274 temp1 = half_btf_avx2(cospim8, &bf1[17], cospi56, &bf1[30], rounding, bit); in idct32_stage4_avx2() 275 bf1[30] = half_btf_avx2(cospi56, &bf1[17], cospi8, &bf1[30], rounding, bit); in idct32_stage4_avx2() 276 bf1[17] = temp1; in idct32_stage4_avx2() 278 temp2 = half_btf_avx2(cospim56, &bf1[18], cospim8, &bf1[29], rounding, bit); in idct32_stage4_avx2() 279 bf1[29] = half_btf_avx2(cospim8, &bf1[18], cospi56, &bf1[29], rounding, bit); in idct32_stage4_avx2() 280 bf1[18] = temp2; in idct32_stage4_avx2() 282 temp1 = half_btf_avx2(cospim40, &bf1[21], cospi24, &bf1[26], rounding, bit); in idct32_stage4_avx2() 283 bf1[26] = half_btf_avx2(cospi24, &bf1[21], cospi40, &bf1[26], rounding, bit); in idct32_stage4_avx2() 284 bf1[21] = temp1; in idct32_stage4_avx2() [all …]
|
D | highbd_inv_txfm_sse4.c | 149 __m128i *bf1, const __m128i *cospim8, const __m128i *cospi56, in idct32_stage4_sse4_1() argument 154 temp1 = half_btf_sse4_1(cospim8, &bf1[17], cospi56, &bf1[30], rounding, bit); in idct32_stage4_sse4_1() 155 bf1[30] = half_btf_sse4_1(cospi56, &bf1[17], cospi8, &bf1[30], rounding, bit); in idct32_stage4_sse4_1() 156 bf1[17] = temp1; in idct32_stage4_sse4_1() 158 temp2 = half_btf_sse4_1(cospim56, &bf1[18], cospim8, &bf1[29], rounding, bit); in idct32_stage4_sse4_1() 159 bf1[29] = in idct32_stage4_sse4_1() 160 half_btf_sse4_1(cospim8, &bf1[18], cospi56, &bf1[29], rounding, bit); in idct32_stage4_sse4_1() 161 bf1[18] = temp2; in idct32_stage4_sse4_1() 163 temp1 = half_btf_sse4_1(cospim40, &bf1[21], cospi24, &bf1[26], rounding, bit); in idct32_stage4_sse4_1() 164 bf1[26] = in idct32_stage4_sse4_1() [all …]
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | BloomFilterTest.java | 325 BloomFilter<String> bf1 = BloomFilter.create(Funnels.unencodedCharsFunnel(), 100); in testEquals() local 326 bf1.put("1"); in testEquals() 327 bf1.put("2"); in testEquals() 334 .addEqualityGroup(bf1, bf2) in testEquals() 340 .addEqualityGroup(bf1) in testEquals() 346 BloomFilter<Long> bf1 = BloomFilter.create(new CustomFunnel(), 100); in testEqualsWithCustomFunnel() local 348 assertEquals(bf1, bf2); in testEqualsWithCustomFunnel() 386 BloomFilter<Integer> bf1 = BloomFilter.create(Funnels.integerFunnel(), 100); in testPutAll() local 387 bf1.put(element1); in testPutAll() 388 assertTrue(bf1.mightContain(element1)); in testPutAll() [all …]
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | bitfield.cc | 7 unsigned int bf1:1; member 15 s->bf1 = 1; in main()
|
D | bitfield_uaf.cc | 7 unsigned int bf1:1; member
|
/external/clang/test/CodeGenCXX/ |
D | copy-constructor-synthesis.cpp | 26 X() : f1(1.0), d1(2.0), i1(3), name("HELLO"), bf1(0xff), bf2(0xabcd), in X() 33 printf("bf1 = %x bf2 = %x\n", bf1, bf2); in pr() 43 unsigned bf1 : 8; member
|
/external/clang/test/CodeGen/ |
D | le32-arguments.c | 61 void f8(bitfield1 bf1) {} in f8() argument
|
D | lanai-arguments.c | 75 void f10(bitfield1 bf1) {} in f10() argument
|
D | wasm-arguments.c | 93 void f10(bitfield1 bf1) {} in f10() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNHoist/ |
D | hoist.ll | 320 %bf1 = load i8, i8* %0, align 4 321 %bf.clear1 = and i8 %bf1, 1 339 %bf1 = load i8, i8* %0, align 4 340 %bf.clear1 = and i8 %bf1, 1
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test.cc | 223 int bf1:1; member 232 EXPECT_DEATH(x->bf1 = 0, "use-after-free"); in TEST()
|
/external/clang/test/CodeGenObjC/ |
D | arc-captured-32bit-block-var-layout.m | 193 void bf1() { function
|
D | arc-captured-block-var-layout.m | 192 void bf1() { function
|
/external/syzkaller/sys/test/ |
D | test.txt | 513 test$bf1(a0 ptr[in, syz_bf_struct1])
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | bitfield-insert.ll | 181 ; (e.g. result of str.bf1 = str.bf2)
|
/external/llvm/test/CodeGen/AArch64/ |
D | bitfield-insert.ll | 181 ; (e.g. result of str.bf1 = str.bf2)
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 4726 int mymemcmp(unsigned char *bf1, unsigned char *bf2, int len) in mymemcmp() argument 4730 if (bf1[df] != bf2[df]) in mymemcmp()
|
/external/arm-optimized-routines/test/testcases/directed/ |
D | rred4.tst | 109 func=rred op1=62255bf1.8d2b3090 result=3cb55f2f.cf6b6377.e89 res2=00000003 errno=0
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_stretched_filled.sym | 1427 3bf1 c 114 1053
|
D | dump_syms_regtest.sym | 685 1bf1 5 257 3891
|
D | dump_syms_regtest64.sym | 2823 6bf1 5 106 5660
|
D | omap_stretched.sym | 1478 3bf1 c 114 1053
|
/external/libxml2/result/ |
D | att4.sax2 | 219 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='53"/...', 2) 2993 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='180"...', 3) 5767 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='50"/...', 2) 8541 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='0.03...', 5) 11315 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='0"/>...', 1) 14089 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='0.06...', 5) 16863 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='118....', 7) 19637 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='0"/>...', 1) 22411 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='118....', 7) 25185 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='2bf1...', 5, v='0"/>...', 1) [all …]
|