Home
last modified time | relevance | path

Searched refs:c_lsc_corr_bw (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_convert_otp.h38 #define c_lsc_corr_bw 15 // bit width of the correction factor values used internal. macro
48 #define c_corr_diff (c_lsc_corr_bw - c_lsc_sample_bw)
55 #define c_dx_bw (c_lsc_corr_bw + c_lsc_grad_bw - c_dx_shift)
H A Drk_aiq_alsc_convert_otp.cpp243 tmp = (tmp << (32 - c_lsc_corr_bw)) >> (32 - c_lsc_corr_bw); in calculateCorrectFactor()
252 tmp = (tmp << (32 - c_lsc_corr_bw)) >> (32 - c_lsc_corr_bw); in calculateCorrectFactor()
263 tmp2 = (tmp2 > ((1 << c_lsc_corr_bw) - 1)) ? ((1 << c_lsc_corr_bw) - 1) : tmp2; in calculateCorrectFactor()