1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="schroedinger-schrolimits">
<refmeta>
<refentrytitle role="top_of_page" id="schroedinger-schrolimits.top_of_page">schrolimits</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>
SCHROEDINGER Library
</refmiscinfo>
</refmeta>
<refnamediv>
<refname>schrolimits</refname>
<refpurpose></refpurpose>
</refnamediv>
<refsynopsisdiv id="schroedinger-schrolimits.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>#define <link linkend="SCHRO-LIMIT-WIDTH:CAPS">SCHRO_LIMIT_WIDTH</link>
#define <link linkend="SCHRO-LIMIT-ENCODER-TRANSFORM-DEPTH:CAPS">SCHRO_LIMIT_ENCODER_TRANSFORM_DEPTH</link>
#define <link linkend="SCHRO-LIMIT-FRAME-QUEUE-LENGTH:CAPS">SCHRO_LIMIT_FRAME_QUEUE_LENGTH</link>
#define <link linkend="SCHRO-LIMIT-REFERENCE-FRAMES:CAPS">SCHRO_LIMIT_REFERENCE_FRAMES</link>
#define <link linkend="SCHRO-LIMIT-SUBBANDS:CAPS">SCHRO_LIMIT_SUBBANDS</link>
#define <link linkend="SCHRO-LIMIT-TRANSFORM-DEPTH:CAPS">SCHRO_LIMIT_TRANSFORM_DEPTH</link>
#define <link linkend="SCHRO-LIMIT-BLOCK-SIZE:CAPS">SCHRO_LIMIT_BLOCK_SIZE</link>
#define <link linkend="SCHRO-LIMIT-METRIC-SCAN:CAPS">SCHRO_LIMIT_METRIC_SCAN</link>
</synopsis>
</refsynopsisdiv>
<refsect1 id="schroedinger-schrolimits.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 id="schroedinger-schrolimits.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="SCHRO-LIMIT-WIDTH:CAPS" role="macro">
<title>SCHRO_LIMIT_WIDTH</title>
<indexterm zone="SCHRO-LIMIT-WIDTH:CAPS"><primary>SCHRO_LIMIT_WIDTH</primary></indexterm>
<programlisting>#define SCHRO_LIMIT_WIDTH 2048
</programlisting>
<para>
Maximum picture width.
</para></refsect2>
<refsect2 id="SCHRO-LIMIT-ENCODER-TRANSFORM-DEPTH:CAPS" role="macro">
<title>SCHRO_LIMIT_ENCODER_TRANSFORM_DEPTH</title>
<indexterm zone="SCHRO-LIMIT-ENCODER-TRANSFORM-DEPTH:CAPS"><primary>SCHRO_LIMIT_ENCODER_TRANSFORM_DEPTH</primary></indexterm>
<programlisting>#define SCHRO_LIMIT_ENCODER_TRANSFORM_DEPTH 6
</programlisting>
<para>
The maximum transform depth that the encoder can handle. Must be
less than SCHRO_LIMIT_TRANSFORM_DEPTH.
</para></refsect2>
<refsect2 id="SCHRO-LIMIT-FRAME-QUEUE-LENGTH:CAPS" role="macro">
<title>SCHRO_LIMIT_FRAME_QUEUE_LENGTH</title>
<indexterm zone="SCHRO-LIMIT-FRAME-QUEUE-LENGTH:CAPS"><primary>SCHRO_LIMIT_FRAME_QUEUE_LENGTH</primary></indexterm>
<programlisting>#define SCHRO_LIMIT_FRAME_QUEUE_LENGTH 40
</programlisting>
<para>
The maximum number of pictures being processed by the encoder.
</para></refsect2>
<refsect2 id="SCHRO-LIMIT-REFERENCE-FRAMES:CAPS" role="macro">
<title>SCHRO_LIMIT_REFERENCE_FRAMES</title>
<indexterm zone="SCHRO-LIMIT-REFERENCE-FRAMES:CAPS"><primary>SCHRO_LIMIT_REFERENCE_FRAMES</primary></indexterm>
<programlisting>#define SCHRO_LIMIT_REFERENCE_FRAMES 8
</programlisting>
<para>
The maximum number of active reference frames. In the encoder,
the number of active reference frames may be much larger than in
the resulting stream.
</para></refsect2>
<refsect2 id="SCHRO-LIMIT-SUBBANDS:CAPS" role="macro">
<title>SCHRO_LIMIT_SUBBANDS</title>
<indexterm zone="SCHRO-LIMIT-SUBBANDS:CAPS"><primary>SCHRO_LIMIT_SUBBANDS</primary></indexterm>
<programlisting>#define SCHRO_LIMIT_SUBBANDS (1+3*SCHRO_LIMIT_TRANSFORM_DEPTH)
</programlisting>
<para>
The maximum number of subbands.
</para></refsect2>
<refsect2 id="SCHRO-LIMIT-TRANSFORM-DEPTH:CAPS" role="macro">
<title>SCHRO_LIMIT_TRANSFORM_DEPTH</title>
<indexterm zone="SCHRO-LIMIT-TRANSFORM-DEPTH:CAPS"><primary>SCHRO_LIMIT_TRANSFORM_DEPTH</primary></indexterm>
<programlisting>#define SCHRO_LIMIT_TRANSFORM_DEPTH 6
</programlisting>
<para>
The maximum transform depth that the decoder can handle.
</para></refsect2>
<refsect2 id="SCHRO-LIMIT-BLOCK-SIZE:CAPS" role="macro">
<title>SCHRO_LIMIT_BLOCK_SIZE</title>
<indexterm zone="SCHRO-LIMIT-BLOCK-SIZE:CAPS"><primary>SCHRO_LIMIT_BLOCK_SIZE</primary></indexterm>
<programlisting>#define SCHRO_LIMIT_BLOCK_SIZE 64
</programlisting>
<para>
Maximum block size. Both length and separation must be less than
or equal to this limit.
</para></refsect2>
<refsect2 id="SCHRO-LIMIT-METRIC-SCAN:CAPS" role="macro">
<title>SCHRO_LIMIT_METRIC_SCAN</title>
<indexterm zone="SCHRO-LIMIT-METRIC-SCAN:CAPS"><primary>SCHRO_LIMIT_METRIC_SCAN</primary></indexterm>
<programlisting>#define SCHRO_LIMIT_METRIC_SCAN 42
</programlisting>
<para>
</para></refsect2>
</refsect1>
</refentry>
|