mirror of https://github.com/xiph/flac
remove -E,--escape-coding
This commit is contained in:
parent
acf812ab36
commit
49b0c81d6a
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue