mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
ATV Demod: more horizontal sync simplification
This commit is contained in:
parent
d373993ba0
commit
2ef7dc3109
@ -40,7 +40,6 @@ ATVDemod::ATVDemod(BasebandSampleSink* objScopeSink) :
|
||||
m_intRowIndex(0),
|
||||
m_intSynchroPoints(0),
|
||||
m_blnSynchroDetected(false),
|
||||
m_blnLineSynchronized(false),
|
||||
m_blnVerticalSynchroDetected(false),
|
||||
m_intRowsLimit(0),
|
||||
m_blnImageDetecting(false),
|
||||
@ -529,7 +528,6 @@ void ATVDemod::demod(Complex& c)
|
||||
m_intColIndex=0;
|
||||
m_blnImageDetecting=true;
|
||||
m_blnSynchroDetected=false;
|
||||
m_blnLineSynchronized=false;
|
||||
m_fltAmpLineAverage=0.0f;
|
||||
|
||||
//New line + Interleaving
|
||||
|
@ -350,7 +350,6 @@ private:
|
||||
int m_intSynchroPoints;
|
||||
|
||||
bool m_blnSynchroDetected;
|
||||
bool m_blnLineSynchronized;
|
||||
bool m_blnImageDetecting;
|
||||
bool m_blnVerticalSynchroDetected;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user