Skip to content

Commit

Permalink
cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmales committed Dec 9, 2023
1 parent f297752 commit 01fcffd
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions apps/userGainCtrl/userGainCtrl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -857,12 +857,6 @@ int userGainCtrl::processImage( void * curr_src,
}

//update blocks here.
/*std::cerr << "gains updated\n";
for(int cc =0; cc < m_gainsCurrent.cols(); ++cc)
for(int rr=0; rr < m_gainsCurrent.rows(); ++rr)
std::cout << m_gainsCurrent(rr,cc) << " ";
std::cout << "\n";*/

for(size_t n =0; n < m_modeBlockStart.size(); ++n)
{
Expand Down Expand Up @@ -1002,13 +996,6 @@ int userGainCtrl::processImage( void * curr_src,
}

//update blocks here.
/* std::cerr << "multcoeff updated\n";
for(int cc =0; cc < m_mcsCurrent.cols(); ++cc)
for(int rr=0; rr < m_mcsCurrent.rows(); ++rr)
std::cout << m_mcsCurrent(rr,cc) << " ";
std::cout << "\n";*/


for(size_t n =0; n < m_modeBlockStart.size(); ++n)
{
Expand Down Expand Up @@ -1147,12 +1134,7 @@ int userGainCtrl::processImage( void * curr_src,
}

//update blocks here.
/* for(int cc =0; cc < m_limitsCurrent.cols(); ++cc)
for(int rr=0; rr < m_limitsCurrent.rows(); ++rr)
std::cout << m_limitsCurrent(rr,cc) << " ";
std::cout << "\n";*/



for(size_t n =0; n < m_modeBlockStart.size(); ++n)
{
double mng = 0;
Expand Down

0 comments on commit 01fcffd

Please sign in to comment.