Commit bf461d1a authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #627 from amroamroamro:cmake35_fix

parents 0965aa25 4e0b7f39
......@@ -47,7 +47,7 @@
#define WIDTH_MULTIPLE (32 >> 2)
/////////////////////////////////////////////////////////
//*******************************************************
//------------------------------------------------------
// basicretinafilter
//////////////// _spatiotemporalLPfilter ////////////////
//_horizontalCausalFilter_addInput
......@@ -380,13 +380,13 @@ kernel void localLuminanceAdaptation(
output[offset] = (_maxInputValue + X0) * input_val / (input_val + X0 + 0.00000000001f);
}
// end of basicretinafilter
//*******************************************************
//------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
//******************************************************
//------------------------------------------------------
// magno
// TODO: this kernel has too many buffer accesses, better to make it
// vector read/write for fetch efficiency
......@@ -427,7 +427,7 @@ kernel void amacrineCellsComputing(
}
/////////////////////////////////////////////////////////
//******************************************************
//------------------------------------------------------
// parvo
// TODO: this kernel has too many buffer accesses, needs optimization
kernel void OPL_OnOffWaysComputing(
......@@ -473,7 +473,7 @@ kernel void OPL_OnOffWaysComputing(
}
/////////////////////////////////////////////////////////
//******************************************************
//------------------------------------------------------
// retinacolor
inline int bayerSampleOffset(int step, int rows, int x, int y)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment