History log of /external/libxcam/xcore/base/xcam_3a_types.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9d5e6a3d98eabe4727b9d8a4333ff90ef2540269 26-Jan-2017 Wind Yuan <feng.yuan@intel.com> cl-modules: obsolete unused handlers

* delete handlers never used.
cl_blc_handler
cl_wb_handler
cl_bnr_handler
cl_macc_handler
cl_snr_handler
cl_hdr_handler
* mark arguable unused handlers into obsolete without build,
may remove them anytime without notice.
cl_gamma_handler
cl_3a_stats_calculator
cl_dpc_handler
cl_ee_handler
cl_demosaic_handler
* merge cl_denoise_handler and cl_biyuv_handler into
cl_bilateral_handler

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_3a_types.h
3c641f773213b3b4aeb7cb487ecd36f00cc3d089 22-Feb-2016 zongwave <wei.zong@intel.com> cl-wavelet: Add Wavelet denoise CL kernel & tuning handler

* A multi-layer wavelet denoise algorithm to improve
image quality
* X3aCiqWaveletTuningHandler is used for tuning wavelet parameters

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_3a_types.h
8e5e3e4bb0c6f1fd26b577d3cc21020fb2b338c6 18-Feb-2016 Wangfei <feix.w.wang@intel.com> cl: add retinex algorithm to enhance edge on yuv

* test cmd:
./test/test-device-manager -f BA10 -m dma -c -d still -p -a \
dynamic --enable-retinex

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_3a_types.h
d966493c32b96208015c1b6ae7cd855093898292 08-Sep-2015 Juan Zhao <juan.j.zhao@intel.com> cl-yuv: add bilateral noise reduction on yuv

* Enable bilateral in Y color space could help to reduce the noise in Y.
* With the posibility, it could reduce IO output than operation in RGB
color space. corrently, we only operate bilateral on Y color space.

Signed-off-by: Juan Zhao <juan.j.zhao@intel.com>
Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_3a_types.h
66efecfa6d09dfae2c692fce5fce0afe32ed82ad 17-Jun-2015 Jia Meng <jia.meng@intel.com> denoise: use bitmask to toggle denoise features

* use bitmask to set combined denoise modes via 3A interface
* snr/bilateral's set_enable() is removed; set_kernels_enable
can be used instead to enable/disable them
/external/libxcam/xcore/base/xcam_3a_types.h
fa44236ccc37455d2f0c02e757e2f36eb3c801f8 28-Apr-2015 zongwave <wei.zong@intel.com> 3a: AEC Multi-window metering mode implementation

Mapping user specified Multi metering weighting windows to
RGB statistic grid, AEC algorithum uses this information
to calculate a weighted histogram to get accurate AEC calculation.

* User can set multiple arbitrary metering windows (both size and
coordinator) inside of image frame dynamically.
* The maximum metering window count is defined in source code,
currently defined as 6, it can be more.
* Overlap metering window weighting is not supported yet, the last
window’s weighting factor will overwrite the former one in the
overlapped region.
* User should assign 0 ~ 15 weighting factor to each metering
window, the pixel weighted by 0 will not take into account in
AEC calculation.

Signed-off-by: Wind Yuan <feng.yuan@intel.com>
/external/libxcam/xcore/base/xcam_3a_types.h
0cccafab34077af3976a24302ff56984926086dd 14-Apr-2015 John Ye <john.ye@intel.com> analyzer: aiq enable set_color_effect in libxcam
/external/libxcam/xcore/base/xcam_3a_types.h
29a49f50a2be78c046017672ec7a410044de0747 26-Jan-2015 Wind Yuan <feng.yuan@intel.com> c structure: extract to xcore/base dir
/external/libxcam/xcore/base/xcam_3a_types.h