|
47 | 47 | #define WIDTH_MULTIPLE (32 >> 2)
|
48 | 48 |
|
49 | 49 | /////////////////////////////////////////////////////////
|
50 |
| -//******************************************************* |
| 50 | +//------------------------------------------------------ |
51 | 51 | // basicretinafilter
|
52 | 52 | //////////////// _spatiotemporalLPfilter ////////////////
|
53 | 53 | //_horizontalCausalFilter_addInput
|
@@ -380,13 +380,13 @@ kernel void localLuminanceAdaptation(
|
380 | 380 | output[offset] = (_maxInputValue + X0) * input_val / (input_val + X0 + 0.00000000001f);
|
381 | 381 | }
|
382 | 382 | // end of basicretinafilter
|
383 |
| -//******************************************************* |
| 383 | +//------------------------------------------------------ |
384 | 384 | /////////////////////////////////////////////////////////
|
385 | 385 |
|
386 | 386 |
|
387 | 387 |
|
388 | 388 | /////////////////////////////////////////////////////////
|
389 |
| -//****************************************************** |
| 389 | +//------------------------------------------------------ |
390 | 390 | // magno
|
391 | 391 | // TODO: this kernel has too many buffer accesses, better to make it
|
392 | 392 | // vector read/write for fetch efficiency
|
@@ -427,7 +427,7 @@ kernel void amacrineCellsComputing(
|
427 | 427 | }
|
428 | 428 |
|
429 | 429 | /////////////////////////////////////////////////////////
|
430 |
| -//****************************************************** |
| 430 | +//------------------------------------------------------ |
431 | 431 | // parvo
|
432 | 432 | // TODO: this kernel has too many buffer accesses, needs optimization
|
433 | 433 | kernel void OPL_OnOffWaysComputing(
|
@@ -473,7 +473,7 @@ kernel void OPL_OnOffWaysComputing(
|
473 | 473 | }
|
474 | 474 |
|
475 | 475 | /////////////////////////////////////////////////////////
|
476 |
| -//****************************************************** |
| 476 | +//------------------------------------------------------ |
477 | 477 | // retinacolor
|
478 | 478 | inline int bayerSampleOffset(int step, int rows, int x, int y)
|
479 | 479 | {
|
|
0 commit comments