History log of /external/libxcam/cl_kernel/kernel_newtonemapping.cl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e197403b627b0cf82279cffe9344526afa0710bb 22-Apr-2016 wujunkai166 <wujunkai166@gmail.com> cl-wdr-haleq: new parameter to improve contrast

* Add one more parameter to better balance the luminance value of
the scene and do some optimization of the opencl kernel.

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/cl_kernel/kernel_newtonemapping.cl
e59de6c0c95354fb49ffd4234662f286022edb82 08-Apr-2016 wujunkai166 <wujunkai166@gmail.com> cl-wdr-haleq: tune quality and and optimize performance

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/cl_kernel/kernel_newtonemapping.cl
dfeb9cb19a2b3dcb2415bf13485a8ffb31166835 31-Mar-2016 wujunkai166 <wujunkai166@gmail.com> cl-wdr-haleq: add block split to the haleq algorithm

* quality was impoved obviously on block-split for WDR feature.

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/cl_kernel/kernel_newtonemapping.cl
1d3c123182d8f3313136155df6e3c529bbf33886 11-Mar-2016 wujunkai166 <wujunkai166@gmail.com> cl-new-wdr: tune log threshold for high contrast

* tune constrast threshold accroding to average brightness
* fix array access overflow issue
* optimize performance.

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/cl_kernel/kernel_newtonemapping.cl
63348b42068d3a9c061e7207b55f17c3fe81dabe 01-Mar-2016 wujunkai166 <wujunkai166@gmail.com> cl-new-wdr: fix flicker in low light

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/cl_kernel/kernel_newtonemapping.cl
c8f3b4492fc677faaebec4adc950b5fd2c5108e7 29-Feb-2016 wujunkai166 <wujunkai166@gmail.com> cl-wdr: optimize new tonemapping algorithm

* Optimzied new tonemapping algorithm based on novel histogram adjustment.
Add a recursive function to binary partition the histogram and optimize the
performance.
* Test command line:
./tests/test-device-manager -a dynamic -m dma -c --enable-new-wdr -d still -p

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/cl_kernel/kernel_newtonemapping.cl
b0bd5516109d546eabd7a42ee0af3f0b11768808 18-Feb-2016 wujunkai166 <wujunkai166@gmail.com> cl-wdr: New wdr algorithm based on histogram

* Command line option only works for local preview currently.
* Seperate handler and kernel files. Independent of other kernels.
* Test command line for new wdr algorithm in local preview:
./tests/test-device-manager -a dynamic -m dma -c --enable-new-wdr -d still -p
* Test command line for original algorithm doesn't change:
./tests/test-device-manager -a dynamic -m dma -c --enable-wdr -d still -p

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/cl_kernel/kernel_newtonemapping.cl