TheAlgorithms-C/da/d0b/alaw_8c__incl.svg
2023-01-20 04:13:50 +00:00

67 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 7.0.6 (20230106.0513)
-->
<!-- Title: audio/alaw.c Pages: 1 -->
<svg width="202pt" height="82pt"
viewBox="0.00 0.00 202.00 82.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 78)">
<title>audio/alaw.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="A&#45;law algorithm for encoding and decoding (16bit pcm &lt;=&gt; a&#45;law). This is the implementation of G....">
<polygon fill="#999999" stroke="#666666" points="135,-74 65,-74 65,-55 135,-55 135,-74"/>
<text text-anchor="middle" x="100" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">audio/alaw.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="52,-19 0,-19 0,0 52,0 52,-19"/>
<text text-anchor="middle" x="26" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M87.45,-54.51C76.54,-46.7 60.5,-35.21 47.54,-25.93"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="49.77,-23.22 39.6,-20.24 45.69,-28.91 49.77,-23.22"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="129.5,-19 70.5,-19 70.5,0 129.5,0 129.5,-19"/>
<text text-anchor="middle" x="100" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">inttypes.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M100,-54.75C100,-48.27 100,-39.16 100,-30.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.5,-30.96 100,-20.96 96.5,-30.96 103.5,-30.96"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="194,-19 148,-19 148,0 194,0 194,-19"/>
<text text-anchor="middle" x="171" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M112.04,-54.51C122.41,-46.77 137.6,-35.43 149.97,-26.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="152,-29.05 157.92,-20.26 147.81,-23.44 152,-29.05"/>
</g>
</g>
</svg>