mirror of
https://gitlab.com/ecodis/exhale.git
synced 2025-01-06 20:21:06 +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
|
||||
unsigned sumAbsValL = 0, sumAbsValR = 0;
|
||||
unsigned maxAbsValL = 0, maxAbsValR = 0;
|
||||
int32_t maxHfrLevL = 8, maxHfrLevR = 8;
|
||||
int32_t maxHfrLevL = 0, maxHfrLevR = 0;
|
||||
int16_t maxAbsIdxL = 0, maxAbsIdxR = 0;
|
||||
int splitPtL = 0;
|
||||
int splitPtC = halfFrameOffset;
|
||||
|
Loading…
Reference in New Issue
Block a user