Home
last modified time | relevance | path

Searched refs:a2b (Results 1 – 24 of 24) sorted by relevance

/external/skqp/third_party/skcms/
Dskcms.cc427 static bool read_mft_common(const mft_CommonLayout* mftTag, skcms_A2B* a2b) { in read_mft_common() argument
432 a2b->matrix_channels = 0; in read_mft_common()
434 a2b->input_channels = mftTag->input_channels[0]; in read_mft_common()
435 a2b->output_channels = mftTag->output_channels[0]; in read_mft_common()
438 if (a2b->output_channels != ARRAY_COUNT(a2b->output_curves)) { in read_mft_common()
442 if (a2b->input_channels < 1 || a2b->input_channels > ARRAY_COUNT(a2b->input_curves)) { in read_mft_common()
446 for (uint32_t i = 0; i < a2b->input_channels; ++i) { in read_mft_common()
447 a2b->grid_points[i] = mftTag->grid_points[0]; in read_mft_common()
450 if (a2b->grid_points[0] < 2) { in read_mft_common()
459 skcms_A2B* a2b) { in init_a2b_tables() argument
[all …]
/external/skia/third_party/skcms/
Dskcms.cc427 static bool read_mft_common(const mft_CommonLayout* mftTag, skcms_A2B* a2b) { in read_mft_common() argument
432 a2b->matrix_channels = 0; in read_mft_common()
434 a2b->input_channels = mftTag->input_channels[0]; in read_mft_common()
435 a2b->output_channels = mftTag->output_channels[0]; in read_mft_common()
438 if (a2b->output_channels != ARRAY_COUNT(a2b->output_curves)) { in read_mft_common()
442 if (a2b->input_channels < 1 || a2b->input_channels > ARRAY_COUNT(a2b->input_curves)) { in read_mft_common()
446 for (uint32_t i = 0; i < a2b->input_channels; ++i) { in read_mft_common()
447 a2b->grid_points[i] = mftTag->grid_points[0]; in read_mft_common()
450 if (a2b->grid_points[0] < 2) { in read_mft_common()
459 skcms_A2B* a2b) { in init_a2b_tables() argument
[all …]
/external/tensorflow/tensorflow/contrib/graph_editor/
Dreroute.py78 swap, a2b, b2a = range(3) variable in _RerouteMode
95 elif mode == cls.a2b:
180 a2b, b2a = _RerouteMode.check(mode)
199 if a2b:
256 return _reroute_ts(ts0, ts1, _RerouteMode.a2b, can_modify, cannot_modify)
272 a2b, b2a = _RerouteMode.check(mode)
281 if a2b and b2a:
285 elif a2b:
302 if a2b:
416 return _reroute_sgv_inputs(sgv0, sgv1, _RerouteMode.a2b)
[all …]
/external/skia/third_party/skcms/src/
DTransform_inl.h534 SI void sample_clut_8(const skcms_A2B* a2b, I32 ix, F* r, F* g, F* b) { in sample_clut_8() argument
535 U32 rgb = gather_24(a2b->grid_8, ix); in sample_clut_8()
542 SI void sample_clut_16(const skcms_A2B* a2b, I32 ix, F* r, F* g, F* b) { in sample_clut_16() argument
545 *r = F_from_U16_BE(gather_16(a2b->grid_16, 3*ix+0)); in sample_clut_16()
546 *g = F_from_U16_BE(gather_16(a2b->grid_16, 3*ix+1)); in sample_clut_16()
547 *b = F_from_U16_BE(gather_16(a2b->grid_16, 3*ix+2)); in sample_clut_16()
551 gather_48(a2b->grid_16, ix, &rgb); in sample_clut_16()
569 static void clut(const skcms_A2B* a2b, F* r, F* g, F* b, F a) { in clut() argument
570 const int dim = (int)a2b->input_channels; in clut()
581 F x = inputs[i] * (float)(a2b->grid_points[i] - 1); in clut()
[all …]
/external/skqp/third_party/skcms/src/
DTransform_inl.h534 SI void sample_clut_8(const skcms_A2B* a2b, I32 ix, F* r, F* g, F* b) { in sample_clut_8() argument
535 U32 rgb = gather_24(a2b->grid_8, ix); in sample_clut_8()
542 SI void sample_clut_16(const skcms_A2B* a2b, I32 ix, F* r, F* g, F* b) { in sample_clut_16() argument
545 *r = F_from_U16_BE(gather_16(a2b->grid_16, 3*ix+0)); in sample_clut_16()
546 *g = F_from_U16_BE(gather_16(a2b->grid_16, 3*ix+1)); in sample_clut_16()
547 *b = F_from_U16_BE(gather_16(a2b->grid_16, 3*ix+2)); in sample_clut_16()
551 gather_48(a2b->grid_16, ix, &rgb); in sample_clut_16()
569 static void clut(const skcms_A2B* a2b, F* r, F* g, F* b, F a) { in clut() argument
570 const int dim = (int)a2b->input_channels; in clut()
581 F x = inputs[i] * (float)(a2b->grid_points[i] - 1); in clut()
[all …]
/external/python/cpython3/Lib/test/
Dtest_binascii.py44 a2b = getattr(binascii, fa)
48 res = a2b(self.type2test(a))
372 a2b = getattr(binascii, fa)
376 binary_res = a2b(a)
378 res = a2b(a)
390 self.assertRaises(ValueError, a2b, "\x80")
/external/llvm/test/FileCheck/
Dtwo-checks-for-same-match.txt7 a2b
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/
Dtwo-checks-for-same-match.txt7 a2b
/external/python/cpython2/Lib/test/
Dtest_binascii.py44 a2b = getattr(binascii, fa)
48 res = a2b(self.type2test(a))
/external/pdfium/testing/resources/
Dbug_555784.in45 …a1c /a1d /a1e /a1f /a20 /a21 /a22 /a23 /a24 /a25 /a26 /a27 /a28 /a29 /a2a /a2b /a2c /a2d /a2e /a2f…
/external/pcre/dist2/testdata/
Dtestoutput25822 a2b\=copy=A
5823 0: a2b
5824 1: a2b
5910 a2b\=get=A
5911 0: a2b
5912 1: a2b
5989 a2b\=copy=A
5990 0: a2b
5991 1: a2b
Dtestinput21471 a2b\=copy=A
1488 a2b\=get=A
1503 a2b\=copy=A
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym1102 4a2b 25 74 12
1471 5a2b 11 954 23
1838 6a2b b 1289 23
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_stretched_filled.sym2646 6a2b 2 109 2798
Ddump_syms_regtest64.sym2235 5a2b 5 225 3420
Domap_stretched.sym2769 6a2b 2 109 2798
Domap_reorder_bbs.sym2058 6a2b d 59 2578
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym4444 17a2b d 328 66
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym10412 9a2b 6 440 2227
15147 13a2b c 1475 5281
/external/google-breakpad/src/processor/testdata/
Dmodule0.out10412 9a2b 6 440 2227
15147 13a2b c 1475 5281
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
Dkernel32.sym4041 STACK WIN 4 71a2b 33 8 0 14 4 54 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0…
/external/python/cpython3/Misc/
DHISTORY8912 - Issue #13637: "a2b" functions in the binascii module now accept ASCII-only