mirror of
https://gitlab.com/ecodis/exhale.git
synced 2025-01-07 20:51:27 +01:00
fix previous commit
This commit is contained in:
parent
16d3fbaca6
commit
1281acbe66
@ -147,7 +147,7 @@ unsigned TempAnalyzer::temporalAnalysis (const int32_t* const timeSignals[USAC_M
|
|||||||
// --- get L1 norm and pitch lag of both sides
|
// --- get L1 norm and pitch lag of both sides
|
||||||
unsigned sumAbsValL = 0, sumAbsValR = 0;
|
unsigned sumAbsValL = 0, sumAbsValR = 0;
|
||||||
unsigned maxAbsValL = 0, maxAbsValR = 0;
|
unsigned maxAbsValL = 0, maxAbsValR = 0;
|
||||||
int32_t maxHfrLevL = 8, maxHfrLevR = 8;
|
int32_t maxHfrLevL = 0, maxHfrLevR = 0;
|
||||||
int16_t maxAbsIdxL = 0, maxAbsIdxR = 0;
|
int16_t maxAbsIdxL = 0, maxAbsIdxR = 0;
|
||||||
int splitPtL = 0;
|
int splitPtL = 0;
|
||||||
int splitPtC = halfFrameOffset;
|
int splitPtC = halfFrameOffset;
|
||||||
|
Loading…
Reference in New Issue
Block a user