mirror of
https://gitlab.com/ecodis/exhale.git
synced 2025-01-02 10:16:56 +01:00
update docs, v1.2.1
This commit is contained in:
parent
6ba7b9f9dc
commit
b17f659c35
@ -25,7 +25,7 @@
|
||||
<td valign="top">
|
||||
|
||||
<h1><br><span class="pink">exhale</span> - <span class="pink">e</span>codis e<span class="pink">x</span>tended <span class="pink">h</span>igh-efficiency <span class="pink">a</span>nd <span class="pink">l</span>ow-complexity <span class="pink">e</span>ncoder<br><span class="gray"><sup><br>Software Release Notes, Version History, Known Issues, Upcoming Feature Roadmap</sup></span><br><br></h1>
|
||||
<h3> The version of this distribution of the «exhale» software release is <b>1.2.1</b> (official pub­lic major release) from December 2023. Please check <a href="http://www.ecodis.de/audio.htm#mpeg">www.ecodis.de</a> regularly for new versions of this software. A summary of each version up to this release, a list of known issues with this release, and a roadmap of additional functionality are provided below.</h3>
|
||||
<h3> The version of this distribution of the «exhale» software release is <b>1.2.1</b> (official pub­lic minor release) from December 2023. Please check <a href="http://www.ecodis.de/audio.htm#mpeg">www.ecodis.de</a> regularly for new versions of this software. A summary of each version up to this release, a list of known issues with this release, and a roadmap of additional functionality are provided below.</h3>
|
||||
<h3><br><b>Chronological Version History</b></h3>
|
||||
<h3> Version <b>1.2.1 <span class="gray"> Dec. 2023, this release</span></b></h3>
|
||||
<ul>
|
||||
|
@ -1186,8 +1186,8 @@ unsigned ExhaleEncoder::quantizationCoding () // apply MDCT quantization and en
|
||||
memset (&arithTuples[lastSOff], 1, (swbM1Size >> 1) * sizeof (char));
|
||||
}
|
||||
// correct next scale factor if the reduction exceeds 60
|
||||
if ((b + 1u < grpData.sfbsPerGroup) && (sfIdxPred < UCHAR_MAX) && (grpLength == 1) &&
|
||||
(grpScaleFacs[b] > grpScaleFacs[b + 1] + INDEX_OFFSET))
|
||||
if ((b + 2u < grpData.sfbsPerGroup) && (sfIdxPred < UCHAR_MAX) && (grpScaleFacs[b + 1]) &&
|
||||
(sfIdxPred > grpScaleFacs[b + 1] + INDEX_OFFSET))
|
||||
{
|
||||
grpScaleFacs[b + 1] = grpScaleFacs[b] - INDEX_OFFSET; // avoid preset-9 zero-out
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user