remove -E,--escape-coding

This commit is contained in:
Josh Coalson 2002-10-15 17:31:33 +00:00
parent acf812ab36
commit 49b0c81d6a
2 changed files with 0 additions and 20 deletions

View File

@ -639,14 +639,6 @@
Exhaustive model search (expensive!). Normally the encoder estimates the best model to use and encodes once based on the estimate. With an exhaustive model search, the encoder will generate subframes for every order and use the smallest. If the max LPC order is high this can significantly increase the encode time but can shave off another 0.5%.
</TD>
</TR>
<TR>
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
<TT>-E</TT>, <TT>--escape-coding</TT>
</TD>
<TD>
Do escape coding in the entropy coder. This causes the encoder to use an unencoded representation of the residual in a partition if it is smaller. It increases the runtime and usually results in an improvement of less than 1%.
</TD>
</TR>
<TR>
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
<TT>-l #</TT>, <TT>--max-lpc-order=#</TT>

View File

@ -500,18 +500,6 @@
</listitem>
</varlistentry>
<varlistentry>
<term><option>-E</option>, <option>--escape-coding</option></term>
<listitem>
<para>Do escape coding in the entropy coder. This
causes the encoder to use an unencoded representation
of the residual in a partition if it is smaller. It
increases the runtime and usually results in an
improvement of less than 1%.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-l</option> <replaceable>#</replaceable>, <option>--max-lpc-order</option>=<replaceable>#</replaceable></term>